COLOR #406E61

HEX: #406E61
RGB: (64,110,97)

Color info

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

RGB color model

#406E61 color RGB value is (64,110,97).

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

RGB channels and saturation

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

64
110
97

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

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 97 = 271 (100%)
R 64 of 271 ~ 23.62%
G 110 of 271 ~ 40.59%
B 97 of 271 ~ 35.79%

%23.62
%40.59
%35.79

CMYK color model

#406E61 color CMYK value is (42,0,12,57).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(42,0,12,57)
C42M0Y12K57 
(42%,0%,12%,57%)
(0.42/0.00/0.12/0.57)	

CMYK percentages

%41.82
%0
%11.82
%56.86

Codes

Color #406E61 in popluar color models

406E61
RGB6411097
HSL163°26.44%34.12%
HSB/HSV163°41.82%43.14%
CMYK41.82%0.00%11.82%
56.86%

Color #406E61 in popluar number systems.

HEX406E61
Decimal6411097
Binary100000011011101100001
Octal100156141

Shades and tints

Shades of #406E61

#406E61
(64,110,97)
#3B6459
(59,100,89)
#365A51
(54,90,81)
#315049
(49,80,73)
#2C4641
(44,70,65)
#273C39
(39,60,57)
#223231
(34,50,49)
#1D2829
(29,40,41)
#181E21
(24,30,33)
#131419
(19,20,25)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #406E61

#406E61
(64,110,97)
#517B6F
(81,123,111)
#62887D
(98,136,125)
#73958B
(115,149,139)
#84A299
(132,162,153)
#95AFA7
(149,175,167)
#A6BCB5
(166,188,181)
#B7C9C3
(183,201,195)
#C8D6D1
(200,214,209)
#D9E3DF
(217,227,223)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406E61; }

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

This text font color is #406E61.


Background Color

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

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

This div background color is #406E61.


Border color

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

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

This div border color is #406E61.


Opacity

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

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

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

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

This text has shadow with #406E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E61 on black background.


Color preview on white background

This text has color #406E61 on white background.



Black color preview on #406E61 background

This text has black color on #406E61 background.


White color preview on #406E61 background

This text has white color on #406E61 background.