Color Hex Logo

#475c36 Color Hex

#475C36
(71,92,54)
0 Favorites   0 Comments

Color spaces of #475c36

RGB 719254
HSL0.260.260.29
HSV93°41°36°
CMYK 0.230.000.41   0.64
XYZ7.09159.26024.9037
Yxy9.26020.33360.4357
Hunter Lab30.4306-11.656111.7472
CIE-Lab36.4805-15.716719.3266

#475c36 color RGB value is (71,92,54).

#475c36 hex color red value is 71, green value is 92 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #475c36 hue: 0.26 , saturation: 0.26 and the lightness value of 475c36 is 0.29.

The process color (four color CMYK) of #475c36 color hex is 0.23, 0.00, 0.41, 0.64. Web safe color of #475c36 is #336633. Color #475c36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011100 00110110
Octal 107 134 66
Decimal 71 92 54
Hex 47 5C 36

RGB Percentages of Color #475c36

%32.72
%42.40
%24.88

CMYK Percentages of Color #475c36

%23
%0
%41
%64

Triadic Colors of #475c36

#475c36 #36475c #5c3647

Analogous Colors of #475c36

#475c36 #365c38 #5a5c36

Monochromatic Colors of #475c36

#475c36

Complementary Color

#475c36 #4b365c

#475c36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475c36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475c36 Color CSS Codes

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

#475c36 Text Font Color

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

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


#475c36 Background Color

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

This div background color is #475c36


#475c36 Border Color

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

This div border color is #475c36


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,92,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475c36; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475c36;
  -webkit-box-shadow: 1px 1px 3px 2px #475c36;
  box-shadow:         1px 1px 3px 2px #475c36; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475c36


Comments

No comments written yet.

Please login to write comment.