Color Hex Logo

#407557 Color Hex

#407557
(64,117,87)
0 Favorites   0 Comments

Color spaces of #407557

RGB 6411787
HSL0.410.290.35
HSV146°45°46°
CMYK 0.450.000.26   0.54
XYZ10.195914.500711.2784
Yxy14.50070.28340.4031
Hunter Lab38.0798-18.84619.0954
CIE-Lab44.9426-25.109511.1460

#407557 color RGB value is (64,117,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110101 01010111
Octal 100 165 127
Decimal 64 117 87
Hex 40 75 57

RGB Percentages of Color #407557

%23.88
%43.66
%32.46

CMYK Percentages of Color #407557

%45
%0
%26
%54

Triadic Colors of #407557

#407557 #574075 #755740

Analogous Colors of #407557

#407557 #407572 #447540

Monochromatic Colors of #407557

#407557

Complementary Color

#407557 #75405e

#407557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407557 Color CSS Codes

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

#407557 Text Font Color

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

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


#407557 Background Color

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

This div background color is #407557


#407557 Border Color

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

This div border color is #407557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407557


Comments

No comments written yet.

Please login to write comment.