Color Hex Logo

#407447 Color Hex

#407447
(64,116,71)
0 Favorites   0 Comments

Color spaces of #407447

RGB 6411671
HSL0.360.290.35
HSV128°45°45°
CMYK 0.450.000.39   0.55
XYZ9.497114.03578.1698
Yxy14.03570.29960.4427
Hunter Lab37.4642-20.313113.2957
CIE-Lab44.2841-27.827619.5825

#407447 color RGB value is (64,116,71).

#407447 hex color red value is 64, green value is 116 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #407447 hue: 0.36 , saturation: 0.29 and the lightness value of 407447 is 0.35.

The process color (four color CMYK) of #407447 color hex is 0.45, 0.00, 0.39, 0.55. Web safe color of #407447 is #336633. Color #407447 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110100 01000111
Octal 100 164 107
Decimal 64 116 71
Hex 40 74 47

RGB Percentages of Color #407447

%25.50
%46.22
%28.29

CMYK Percentages of Color #407447

%45
%0
%39
%55

Triadic Colors of #407447

#407447 #474074 #744740

Analogous Colors of #407447

#407447 #407461 #537440

Monochromatic Colors of #407447

#407447

Complementary Color

#407447 #74406d

#407447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407447 Color CSS Codes

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

#407447 Text Font Color

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

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


#407447 Background Color

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

This div background color is #407447


#407447 Border Color

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

This div border color is #407447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407447


Comments

No comments written yet.

Please login to write comment.