Color Hex Logo

#407245 Color Hex

#407245
(64,114,69)
0 Favorites   0 Comments

Color spaces of #407245

RGB 6411469
HSL0.350.280.35
HSV126°44°45°
CMYK 0.440.000.39   0.55
XYZ9.205813.55437.7613
Yxy13.55430.30160.4441
Hunter Lab36.8162-19.794813.2723
CIE-Lab43.5868-27.219119.8104

#407245 color RGB value is (64,114,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110010 01000101
Octal 100 162 105
Decimal 64 114 69
Hex 40 72 45

RGB Percentages of Color #407245

%25.91
%46.15
%27.94

CMYK Percentages of Color #407245

%44
%0
%39
%55

Triadic Colors of #407245

#407245 #454072 #724540

Analogous Colors of #407245

#407245 #40725e #547240

Monochromatic Colors of #407245

#407245

Complementary Color

#407245 #72406d

#407245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407245 Color CSS Codes

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

#407245 Text Font Color

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

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


#407245 Background Color

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

This div background color is #407245


#407245 Border Color

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

This div border color is #407245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407245


Comments

No comments written yet.

Please login to write comment.