COLOR #406E60

HEX: #406E60
RGB: (64,110,96)

Color info

#406E60 contains red, green and blue colors in about the same proportion. Web safe color of #406E60 is #336666 (or #366).

RGB color model

#406E60 color RGB value is (64,110,96).

  • red value is 64;
  • green value is 110;
  • blue value is 96.
RGB:
(64,110,96)
(25%,43%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 96 of 255 = 38%

64
110
96

R + G + B ~ 35%. #406E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 96 = 270 (100%)
R 64 of 270 ~ 23.7%
G 110 of 270 ~ 40.74%
B 96 of 270 ~ 35.56%

%23.7
%40.74
%35.56

CMYK color model

#406E60 color CMYK value is (42,0,13,57).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%
CMYK:
(42,0,13,57)
C42M0Y13K57 
(42%,0%,13%,57%)
(0.42/0.00/0.13/0.57)	

CMYK percentages

%41.82
%0
%12.73
%56.86

Codes

Color #406E60 in popluar color models

406E60
RGB6411096
HSL162°26.44%34.12%
HSB/HSV162°41.82%43.14%
CMYK41.82%0.00%12.73%
56.86%

Color #406E60 in popluar number systems.

HEX406E60
Decimal6411096
Binary100000011011101100000
Octal100156140

Shades and tints

Shades of #406E60

#406E60
(64,110,96)
#3B6458
(59,100,88)
#365A50
(54,90,80)
#315048
(49,80,72)
#2C4640
(44,70,64)
#273C38
(39,60,56)
#223230
(34,50,48)
#1D2828
(29,40,40)
#181E20
(24,30,32)
#131418
(19,20,24)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #406E60

#406E60
(64,110,96)
#517B6E
(81,123,110)
#62887C
(98,136,124)
#73958A
(115,149,138)
#84A298
(132,162,152)
#95AFA6
(149,175,166)
#A6BCB4
(166,188,180)
#B7C9C2
(183,201,194)
#C8D6D0
(200,214,208)
#D9E3DE
(217,227,222)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406E60 color. Also use rgb(64,110,96) instead hex code.

Text Font Color

.myTextColor { color: #406E60; }

<p style="color:#406E60">This sample text font color is #406E60.</p>

This text font color is #406E60.


Background Color

.myBgColor { background-color: #406E60; }

<div style="background-color:#406E60">Inner text</div>

This div background color is #406E60.


Border color

.myBorderColor { border: 1px solid #406E60; }

<div style="border:3px solid #406E60">Div</div>

This div border color is #406E60.


Opacity

.myOpacity80 { color: #406E60; opacity: 0.8; }

<p style="color:#406E60;opacity:0.8;">80%</p>

Text with #406E60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #406E60;}

<p style="text-shadow: 3px 3px 1px #406E60">Text here.</p>

This text has shadow with #406E60 color.

.textShadow {text-shadow: 3px 3px 1px #406E60, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #406E60, 5px 5px 20px red">Text here.</p>

This text has shadow with #406E60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#406E60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#406E60, Direction=45, Strength=4)">Text</p>

This text has shadow with #406E60 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #406E60;
  -webkit-box-shadow:	1px 1px 3px 2px #406E60;
  box-shadow:		1px 1px 3px 2px #406E60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #406E60;
-webkit-box-shadow: 1px 1px 3px 2px #406E60;
box-shadow:1px 1px 3px 2px #406E60;">
Div content here</div>
This div box has shadow with color #406E60.

Preview

Color preview on black background

This text has color #406E60 on black background.


Color preview on white background

This text has color #406E60 on white background.



Black color preview on #406E60 background

This text has black color on #406E60 background.


White color preview on #406E60 background

This text has white color on #406E60 background.