Color Hex Logo

#407959 Color Hex

#407959
(64,121,89)
0 Favorites   0 Comments

Color spaces of #407959

RGB 6412189
HSL0.410.310.36
HSV146°47°47°
CMYK 0.470.000.26   0.53
XYZ10.754915.486011.8734
Yxy15.48600.28220.4063
Hunter Lab39.3523-20.08279.6575
CIE-Lab46.2928-26.664611.8504

#407959 color RGB value is (64,121,89).

#407959 hex color red value is 64, green value is 121 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #407959 hue: 0.41 , saturation: 0.31 and the lightness value of 407959 is 0.36.

The process color (four color CMYK) of #407959 color hex is 0.47, 0.00, 0.26, 0.53. Web safe color of #407959 is #336666. Color #407959 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111001 01011001
Octal 100 171 131
Decimal 64 121 89
Hex 40 79 59

RGB Percentages of Color #407959

%23.36
%44.16
%32.48

CMYK Percentages of Color #407959

%47
%0
%26
%53

Triadic Colors of #407959

#407959 #594079 #795940

Analogous Colors of #407959

#407959 #407976 #447940

Monochromatic Colors of #407959

#407959

Complementary Color

#407959 #794060

#407959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407959 Color CSS Codes

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

#407959 Text Font Color

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

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


#407959 Background Color

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

This div background color is #407959


#407959 Border Color

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

This div border color is #407959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407959


Comments

No comments written yet.

Please login to write comment.