Color Hex Logo

#407f5d Color Hex

#407F5D
(64,127,93)
0 Favorites   0 Comments

Color spaces of #407f5d

RGB 6412793
HSL0.410.330.37
HSV148°50°50°
CMYK 0.500.000.27   0.50
XYZ11.679517.059013.0331
Yxy17.05900.27960.4084
Hunter Lab41.3025-21.803410.2027
CIE-Lab48.3343-28.723512.3555

#407f5d color RGB value is (64,127,93).

#407f5d hex color red value is 64, green value is 127 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #407f5d hue: 0.41 , saturation: 0.33 and the lightness value of 407f5d is 0.37.

The process color (four color CMYK) of #407f5d color hex is 0.50, 0.00, 0.27, 0.50. Web safe color of #407f5d is #336666. Color #407f5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111111 01011101
Octal 100 177 135
Decimal 64 127 93
Hex 40 7F 5D

RGB Percentages of Color #407f5d

%22.54
%44.72
%32.75

CMYK Percentages of Color #407f5d

%50
%0
%27
%50

Triadic Colors of #407f5d

#407f5d #5d407f #7f5d40

Analogous Colors of #407f5d

#407f5d #407f7d #437f40

Monochromatic Colors of #407f5d

#407f5d

Complementary Color

#407f5d #7f4062

#407f5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407f5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#407f5d Color CSS Codes

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

#407f5d Text Font Color

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

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


#407f5d Background Color

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

This div background color is #407f5d


#407f5d Border Color

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

This div border color is #407f5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,127,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407f5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407f5d;
  -webkit-box-shadow: 1px 1px 3px 2px #407f5d;
  box-shadow:         1px 1px 3px 2px #407f5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407f5d


Comments

No comments written yet.

Please login to write comment.