Color Hex Logo

#407249 Color Hex

#407249
(64,114,73)
0 Favorites   0 Comments

Color spaces of #407249

RGB 6411473
HSL0.360.280.35
HSV131°44°45°
CMYK 0.440.000.36   0.55
XYZ9.334313.60578.4375
Yxy13.60570.29750.4336
Hunter Lab36.8859-19.379412.2578
CIE-Lab43.6621-26.479917.5986

#407249 color RGB value is (64,114,73).

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

The process color (four color CMYK) of #407249 color hex is 0.44, 0.00, 0.36, 0.55. Web safe color of #407249 is #336633. Color #407249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110010 01001001
Octal 100 162 111
Decimal 64 114 73
Hex 40 72 49

RGB Percentages of Color #407249

%25.50
%45.42
%29.08

CMYK Percentages of Color #407249

%44
%0
%36
%55

Triadic Colors of #407249

#407249 #494072 #724940

Analogous Colors of #407249

#407249 #407262 #507240

Monochromatic Colors of #407249

#407249

Complementary Color

#407249 #724069

#407249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407249 Color CSS Codes

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

#407249 Text Font Color

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

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


#407249 Background Color

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

This div background color is #407249


#407249 Border Color

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

This div border color is #407249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407249


Comments

No comments written yet.

Please login to write comment.