Color Hex Logo

#407160 Color Hex

#407160
(64,113,96)
0 Favorites   0 Comments

Color spaces of #407160

RGB 6411396
HSL0.440.280.35
HSV159°43°44°
CMYK 0.430.000.15   0.56
XYZ10.130813.744813.1854
Yxy13.74480.27340.3709
Hunter Lab37.0740-16.10274.8652
CIE-Lab43.8647-20.97014.2668

#407160 color RGB value is (64,113,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 01100000
Octal 100 161 140
Decimal 64 113 96
Hex 40 71 60

RGB Percentages of Color #407160

%23.44
%41.39
%35.16

CMYK Percentages of Color #407160

%43
%0
%15
%56

Triadic Colors of #407160

#407160 #604071 #716040

Analogous Colors of #407160

#407160 #406a71 #407148

Monochromatic Colors of #407160

#407160

Complementary Color

#407160 #714051

#407160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407160 Color CSS Codes

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

#407160 Text Font Color

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

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


#407160 Background Color

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

This div background color is #407160


#407160 Border Color

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

This div border color is #407160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407160


Comments

No comments written yet.

Please login to write comment.