Color Hex Logo

#47a974 Color Hex

#47A974
(71,169,116)
0 Favorites   0 Comments

Color spaces of #47a974

RGB 71169116
HSL0.410.410.47
HSV148°58°66°
CMYK 0.580.000.31   0.34
XYZ19.938930.976521.4512
Yxy30.97650.27550.4280
Hunter Lab55.6565-33.451516.1080
CIE-Lab62.4878-41.217518.9486

#47a974 color RGB value is (71,169,116).

#47a974 hex color red value is 71, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #47a974 hue: 0.41 , saturation: 0.41 and the lightness value of 47a974 is 0.47.

The process color (four color CMYK) of #47a974 color hex is 0.58, 0.00, 0.31, 0.34. Web safe color of #47a974 is #339966. Color #47a974 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101001 01110100
Octal 107 251 164
Decimal 71 169 116
Hex 47 A9 74

RGB Percentages of Color #47a974

%19.94
%47.47
%32.58

CMYK Percentages of Color #47a974

%58
%0
%31
%34

Triadic Colors of #47a974

#47a974 #7447a9 #a97447

Analogous Colors of #47a974

#47a974 #47a9a5 #4ba947

Monochromatic Colors of #47a974

#47a974

Complementary Color

#47a974 #a9477c

#47a974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47a974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47a974 Color CSS Codes

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

#47a974 Text Font Color

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

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


#47a974 Background Color

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

This div background color is #47a974


#47a974 Border Color

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

This div border color is #47a974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47a974


Comments

No comments written yet.

Please login to write comment.