Color Hex Logo

#40705a Color Hex

#40705A
(64,112,90)
0 Favorites   0 Comments

Color spaces of #40705a

RGB 6411290
HSL0.420.270.35
HSV153°43°44°
CMYK 0.430.000.20   0.56
XYZ9.754013.416511.7484
Yxy13.41650.27930.3842
Hunter Lab36.6285-16.56636.6230
CIE-Lab43.3842-21.87547.1721

#40705a color RGB value is (64,112,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110000 01011010
Octal 100 160 132
Decimal 64 112 90
Hex 40 70 5A

RGB Percentages of Color #40705a

%24.06
%42.11
%33.83

CMYK Percentages of Color #40705a

%43
%0
%20
%56

Triadic Colors of #40705a

#40705a #5a4070 #705a40

Analogous Colors of #40705a

#40705a #406e70 #407042

Monochromatic Colors of #40705a

#40705a

Complementary Color

#40705a #704056

#40705a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40705a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40705a Color CSS Codes

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

#40705a Text Font Color

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

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


#40705a Background Color

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

This div background color is #40705a


#40705a Border Color

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

This div border color is #40705a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40705a


Comments

No comments written yet.

Please login to write comment.