Color Hex Logo

#406960 Color Hex

#406960
(64,105,96)
0 Favorites   0 Comments

Color spaces of #406960

RGB 6410596
HSL0.460.240.33
HSV167°39°41°
CMYK 0.390.000.09   0.59
XYZ9.277212.037712.9009
Yxy12.03770.27110.3518
Hunter Lab34.6954-12.98782.2408
CIE-Lab41.2760-16.66640.5204

#406960 color RGB value is (64,105,96).

#406960 hex color red value is 64, green value is 105 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #406960 hue: 0.46 , saturation: 0.24 and the lightness value of 406960 is 0.33.

The process color (four color CMYK) of #406960 color hex is 0.39, 0.00, 0.09, 0.59. Web safe color of #406960 is #336666. Color #406960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101001 01100000
Octal 100 151 140
Decimal 64 105 96
Hex 40 69 60

RGB Percentages of Color #406960

%24.15
%39.62
%36.23

CMYK Percentages of Color #406960

%39
%0
%9
%59

Triadic Colors of #406960

#406960 #604069 #696040

Analogous Colors of #406960

#406960 #405e69 #40694c

Monochromatic Colors of #406960

#406960

Complementary Color

#406960 #694049

#406960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406960 Color CSS Codes

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

#406960 Text Font Color

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

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


#406960 Background Color

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

This div background color is #406960


#406960 Border Color

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

This div border color is #406960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,105,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406960;
  -webkit-box-shadow: 1px 1px 3px 2px #406960;
  box-shadow:         1px 1px 3px 2px #406960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406960


Comments

No comments written yet.

Please login to write comment.