Color Hex Logo

#479672 Color Hex

#479672
(71,150,114)
0 Favorites   0 Comments

Color spaces of #479672

RGB 71150114
HSL0.420.360.43
HSV153°53°59°
CMYK 0.530.000.24   0.41
XYZ16.542124.367219.7511
Yxy24.36720.27270.4017
Hunter Lab49.3631-26.568310.8312
CIE-Lab56.4536-33.139411.7042

#479672 color RGB value is (71,150,114).

#479672 hex color red value is 71, green value is 150 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #479672 hue: 0.42 , saturation: 0.36 and the lightness value of 479672 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010110 01110010
Octal 107 226 162
Decimal 71 150 114
Hex 47 96 72

RGB Percentages of Color #479672

%21.19
%44.78
%34.03

CMYK Percentages of Color #479672

%53
%0
%24
%41

Triadic Colors of #479672

#479672 #724796 #967247

Analogous Colors of #479672

#479672 #479396 #47964b

Monochromatic Colors of #479672

#479672

Complementary Color

#479672 #96476b

#479672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479672 Color CSS Codes

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

#479672 Text Font Color

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

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


#479672 Background Color

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

This div background color is #479672


#479672 Border Color

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

This div border color is #479672


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,150,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479672; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479672;
  -webkit-box-shadow: 1px 1px 3px 2px #479672;
  box-shadow:         1px 1px 3px 2px #479672; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479672


Comments

No comments written yet.

Please login to write comment.