Color Hex Logo

#407357 Color Hex

#407357
(64,115,87)
0 Favorites   0 Comments

Color spaces of #407357

RGB 6411587
HSL0.410.280.35
HSV147°44°45°
CMYK 0.440.000.24   0.55
XYZ9.965414.039611.2015
Yxy14.03960.28310.3988
Hunter Lab37.4695-18.09768.5039
CIE-Lab44.2897-24.099110.2342

#407357 color RGB value is (64,115,87).

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

The process color (four color CMYK) of #407357 color hex is 0.44, 0.00, 0.24, 0.55. Web safe color of #407357 is #336666. Color #407357 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110011 01010111
Octal 100 163 127
Decimal 64 115 87
Hex 40 73 57

RGB Percentages of Color #407357

%24.06
%43.23
%32.71

CMYK Percentages of Color #407357

%44
%0
%24
%55

Triadic Colors of #407357

#407357 #574073 #735740

Analogous Colors of #407357

#407357 #407371 #437340

Monochromatic Colors of #407357

#407357

Complementary Color

#407357 #73405c

#407357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407357 Color CSS Codes

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

#407357 Text Font Color

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

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


#407357 Background Color

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

This div background color is #407357


#407357 Border Color

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

This div border color is #407357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407357


Comments

No comments written yet.

Please login to write comment.