Color Hex Logo

#40716a Color Hex

#40716A
(64,113,106)
0 Favorites   0 Comments

Color spaces of #40716a

RGB 64113106
HSL0.480.280.35
HSV171°43°44°
CMYK 0.430.000.06   0.56
XYZ10.621013.940915.7667
Yxy13.94090.26340.3457
Hunter Lab37.3375-14.56471.0996
CIE-Lab44.1481-18.4279-1.3209

#40716a color RGB value is (64,113,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 01101010
Octal 100 161 152
Decimal 64 113 106
Hex 40 71 6A

RGB Percentages of Color #40716a

%22.61
%39.93
%37.46

CMYK Percentages of Color #40716a

%43
%0
%6
%56

Triadic Colors of #40716a

#40716a #6a4071 #716a40

Analogous Colors of #40716a

#40716a #406071 #407152

Monochromatic Colors of #40716a

#40716a

Complementary Color

#40716a #714047

#40716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40716a Color CSS Codes

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

#40716a Text Font Color

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

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


#40716a Background Color

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

This div background color is #40716a


#40716a Border Color

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

This div border color is #40716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40716a


Comments

No comments written yet.

Please login to write comment.