Color Hex Logo

#475d40 Color Hex

#475D40
(71,93,64)
0 Favorites   0 Comments

Color spaces of #475d40

RGB 719364
HSL0.290.180.31
HSV106°31°36°
CMYK 0.240.000.31   0.64
XYZ7.43839.53856.2996
Yxy9.53850.31960.4098
Hunter Lab30.8845-11.05749.5256
CIE-Lab37.0011-14.583614.0275

#475d40 color RGB value is (71,93,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 01000000
Octal 107 135 100
Decimal 71 93 64
Hex 47 5D 40

RGB Percentages of Color #475d40

%31.14
%40.79
%28.07

CMYK Percentages of Color #475d40

%24
%0
%31
%64

Triadic Colors of #475d40

#475d40 #40475d #5d4047

Analogous Colors of #475d40

#475d40 #405d48 #565d40

Monochromatic Colors of #475d40

#475d40

Complementary Color

#475d40 #56405d

#475d40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475d40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475d40 Color CSS Codes

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

#475d40 Text Font Color

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

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


#475d40 Background Color

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

This div background color is #475d40


#475d40 Border Color

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

This div border color is #475d40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475d40


Comments

No comments written yet.

Please login to write comment.