Color Hex Logo

#40715e Color Hex

#40715E
(64,113,94)
0 Favorites   0 Comments

Color spaces of #40715e

RGB 6411394
HSL0.440.280.35
HSV157°43°44°
CMYK 0.430.000.17   0.56
XYZ10.039913.708412.7065
Yxy13.70840.27540.3760
Hunter Lab37.0249-16.39035.5698
CIE-Lab43.8118-21.45335.3884

#40715e color RGB value is (64,113,94).

#40715e hex color red value is 64, green value is 113 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #40715e hue: 0.44 , saturation: 0.28 and the lightness value of 40715e is 0.35.

The process color (four color CMYK) of #40715e color hex is 0.43, 0.00, 0.17, 0.56. Web safe color of #40715e is #336666. Color #40715e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 01011110
Octal 100 161 136
Decimal 64 113 94
Hex 40 71 5E

RGB Percentages of Color #40715e

%23.62
%41.70
%34.69

CMYK Percentages of Color #40715e

%43
%0
%17
%56

Triadic Colors of #40715e

#40715e #5e4071 #715e40

Analogous Colors of #40715e

#40715e #406c71 #407146

Monochromatic Colors of #40715e

#40715e

Complementary Color

#40715e #714053

#40715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40715e Color CSS Codes

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

#40715e Text Font Color

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

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


#40715e Background Color

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

This div background color is #40715e


#40715e Border Color

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

This div border color is #40715e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,113,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40715e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40715e;
  -webkit-box-shadow: 1px 1px 3px 2px #40715e;
  box-shadow:         1px 1px 3px 2px #40715e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40715e


Comments

No comments written yet.

Please login to write comment.