Color Hex Logo

#47976f Color Hex

#47976F
(71,151,111)
0 Favorites   0 Comments

Color spaces of #47976f

RGB 71151111
HSL0.420.360.44
HSV150°53°59°
CMYK 0.530.000.26   0.41
XYZ16.534424.620518.9197
Yxy24.62050.27520.4098
Hunter Lab49.6190-27.352312.1261
CIE-Lab56.7038-34.261113.7469

#47976f color RGB value is (71,151,111).

#47976f hex color red value is 71, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #47976f hue: 0.42 , saturation: 0.36 and the lightness value of 47976f is 0.44.

The process color (four color CMYK) of #47976f color hex is 0.53, 0.00, 0.26, 0.41. Web safe color of #47976f is #339966. Color #47976f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010111 01101111
Octal 107 227 157
Decimal 71 151 111
Hex 47 97 6F

RGB Percentages of Color #47976f

%21.32
%45.35
%33.33

CMYK Percentages of Color #47976f

%53
%0
%26
%41

Triadic Colors of #47976f

#47976f #6f4797 #976f47

Analogous Colors of #47976f

#47976f #479797 #479747

Monochromatic Colors of #47976f

#47976f

Complementary Color

#47976f #97476f

#47976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47976f Color CSS Codes

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

#47976f Text Font Color

<p style="color:#47976f">Text here</p>

This sample text font color is #47976f
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.


#47976f Background Color

<div style="background-color:#47976f">
Div content here</div>

This div background color is #47976f


#47976f Border Color

<div style="border:3px solid #47976f">
Div here</div>

This div border color is #47976f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,151,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47976f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47976f;
  -webkit-box-shadow: 1px 1px 3px 2px #47976f;
  box-shadow:         1px 1px 3px 2px #47976f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47976f


Comments

No comments written yet.

Please login to write comment.