Color Hex Logo

#475b3f Color Hex

#475B3F
(71,91,63)
0 Favorites   0 Comments

Color spaces of #475b3f

RGB 719163
HSL0.290.180.30
HSV103°31°36°
CMYK 0.220.000.31   0.64
XYZ7.23689.18066.0932
Yxy9.18060.32150.4078
Hunter Lab30.2995-10.39089.2865
CIE-Lab36.3297-13.638713.7242

#475b3f color RGB value is (71,91,63).

#475b3f hex color red value is 71, green value is 91 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #475b3f hue: 0.29 , saturation: 0.18 and the lightness value of 475b3f is 0.30.

The process color (four color CMYK) of #475b3f color hex is 0.22, 0.00, 0.31, 0.64. Web safe color of #475b3f is #336633. Color #475b3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 00111111
Octal 107 133 77
Decimal 71 91 63
Hex 47 5B 3F

RGB Percentages of Color #475b3f

%31.56
%40.44
%28.00

CMYK Percentages of Color #475b3f

%22
%0
%31
%64

Triadic Colors of #475b3f

#475b3f #3f475b #5b3f47

Analogous Colors of #475b3f

#475b3f #3f5b45 #555b3f

Monochromatic Colors of #475b3f

#475b3f

Complementary Color

#475b3f #533f5b

#475b3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475b3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#475b3f Color CSS Codes

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

#475b3f Text Font Color

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

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


#475b3f Background Color

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

This div background color is #475b3f


#475b3f Border Color

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

This div border color is #475b3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475b3f


Comments

No comments written yet.

Please login to write comment.