Color Hex Logo

#40715a Color Hex

#40715A
(64,113,90)
0 Favorites   0 Comments

Color spaces of #40715a

RGB 6411390
HSL0.420.280.35
HSV152°43°44°
CMYK 0.430.000.20   0.56
XYZ9.864913.638411.7854
Yxy13.63840.27950.3865
Hunter Lab36.9302-16.94646.9301
CIE-Lab43.7098-22.39517.6337

#40715a color RGB value is (64,113,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 01011010
Octal 100 161 132
Decimal 64 113 90
Hex 40 71 5A

RGB Percentages of Color #40715a

%23.97
%42.32
%33.71

CMYK Percentages of Color #40715a

%43
%0
%20
%56

Triadic Colors of #40715a

#40715a #5a4071 #715a40

Analogous Colors of #40715a

#40715a #407071 #407142

Monochromatic Colors of #40715a

#40715a

Complementary Color

#40715a #714057

#40715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40715a Color CSS Codes

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

#40715a Text Font Color

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

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


#40715a Background Color

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

This div background color is #40715a


#40715a Border Color

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

This div border color is #40715a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40715a


Comments

No comments written yet.

Please login to write comment.