Color Hex Logo

#47b058 Color Hex

#47B058
(71,176,88)
0 Favorites   0 Comments

Color spaces of #47b058

RGB 7117688
HSL0.360.430.48
HSV130°60°69°
CMYK 0.600.000.50   0.31
XYZ19.885333.094814.5724
Yxy33.09480.29440.4899
Hunter Lab57.5281-38.973425.2509
CIE-Lab64.2376-49.026236.0380

#47b058 color RGB value is (71,176,88).

#47b058 hex color red value is 71, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #47b058 hue: 0.36 , saturation: 0.43 and the lightness value of 47b058 is 0.48.

The process color (four color CMYK) of #47b058 color hex is 0.60, 0.00, 0.50, 0.31. Web safe color of #47b058 is #339966. Color #47b058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10110000 01011000
Octal 107 260 130
Decimal 71 176 88
Hex 47 B0 58

RGB Percentages of Color #47b058

%21.19
%52.54
%26.27

CMYK Percentages of Color #47b058

%60
%0
%50
%31

Triadic Colors of #47b058

#47b058 #5847b0 #b05847

Analogous Colors of #47b058

#47b058 #47b08d #6bb047

Monochromatic Colors of #47b058

#47b058

Complementary Color

#47b058 #b0479f

#47b058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47b058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47b058 Color CSS Codes

.mybgcolor {background-color:#47b058; } 
.myforecolor {color:#47b058; }
.mybordercolor {border:3px solid #47b058; }

#47b058 Text Font Color

<p style="color:#47b058">Text here</p>

This sample text font color is #47b058
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#47b058 Background Color

<div style="background-color:#47b058">
Div content here</div>

This div background color is #47b058


#47b058 Border Color

<div style="border:3px solid #47b058">
Div here</div>

This div border color is #47b058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,176,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47b058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47b058;
  -webkit-box-shadow: 1px 1px 3px 2px #47b058;
  box-shadow:         1px 1px 3px 2px #47b058; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,176,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #47b058">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #47b058;
  -webkit-box-shadow: 1px 1px 3px 2px #47b058;
  box-shadow:         1px 1px 3px 2px #47b058;">
Div content here</div>

This div box has shadow with color #47b058


Comments

No comments written yet.

Please login to write comment.