Color Hex Logo

#407559 Color Hex

#407559
(64,117,89)
0 Favorites   0 Comments

Color spaces of #407559

RGB 6411789
HSL0.410.290.35
HSV148°45°46°
CMYK 0.450.000.24   0.54
XYZ10.278814.533811.7148
Yxy14.53380.28140.3979
Hunter Lab38.1232-18.58848.4672
CIE-Lab44.9889-24.667110.0297

#407559 color RGB value is (64,117,89).

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

The process color (four color CMYK) of #407559 color hex is 0.45, 0.00, 0.24, 0.54. Web safe color of #407559 is #336666. Color #407559 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110101 01011001
Octal 100 165 131
Decimal 64 117 89
Hex 40 75 59

RGB Percentages of Color #407559

%23.70
%43.33
%32.96

CMYK Percentages of Color #407559

%45
%0
%24
%54

Triadic Colors of #407559

#407559 #594075 #755940

Analogous Colors of #407559

#407559 #407574 #427540

Monochromatic Colors of #407559

#407559

Complementary Color

#407559 #75405c

#407559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407559 Color CSS Codes

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

#407559 Text Font Color

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

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


#407559 Background Color

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

This div background color is #407559


#407559 Border Color

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

This div border color is #407559


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,117,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 #407559">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407559


Comments

No comments written yet.

Please login to write comment.