COLOR #406E5B

HEX: #406E5B
RGB: (64,110,91)

Color info

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

RGB color model

#406E5B color RGB value is (64,110,91).

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

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 91 of 255 = 36%

64
110
91

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

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 91 = 265 (100%)
R 64 of 265 ~ 24.15%
G 110 of 265 ~ 41.51%
B 91 of 265 ~ 34.34%

%24.15
%41.51
%34.34

CMYK color model

#406E5B color CMYK value is (42,0,17,57).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(42,0,17,57)
C42M0Y17K57 
(42%,0%,17%,57%)
(0.42/0.00/0.17/0.57)	

CMYK percentages

%41.82
%0
%17.27
%56.86

Codes

Color #406E5B in popluar color models

406E5B
RGB6411091
HSL155°26.44%34.12%
HSB/HSV155°41.82%43.14%
CMYK41.82%0.00%17.27%
56.86%

Color #406E5B in popluar number systems.

HEX406E5B
Decimal6411091
Binary100000011011101011011
Octal100156133

Shades and tints

Shades of #406E5B

#406E5B
(64,110,91)
#3B6453
(59,100,83)
#365A4B
(54,90,75)
#315043
(49,80,67)
#2C463B
(44,70,59)
#273C33
(39,60,51)
#22322B
(34,50,43)
#1D2823
(29,40,35)
#181E1B
(24,30,27)
#131413
(19,20,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #406E5B

#406E5B
(64,110,91)
#517B69
(81,123,105)
#628877
(98,136,119)
#739585
(115,149,133)
#84A293
(132,162,147)
#95AFA1
(149,175,161)
#A6BCAF
(166,188,175)
#B7C9BD
(183,201,189)
#C8D6CB
(200,214,203)
#D9E3D9
(217,227,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406E5B; }

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

This text font color is #406E5B.


Background Color

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

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

This div background color is #406E5B.


Border color

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

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

This div border color is #406E5B.


Opacity

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

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

Text with #406E5B 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 #406E5B;}

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

This text has shadow with #406E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E5B on black background.


Color preview on white background

This text has color #406E5B on white background.



Black color preview on #406E5B background

This text has black color on #406E5B background.


White color preview on #406E5B background

This text has white color on #406E5B background.