COLOR #406E55

HEX: #406E55
RGB: (64,110,85)

Color info

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

RGB color model

#406E55 color RGB value is (64,110,85).

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

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 85 of 255 = 33%

64
110
85

R + G + B ~ 34%. #406E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 85 = 259 (100%)
R 64 of 259 ~ 24.71%
G 110 of 259 ~ 42.47%
B 85 of 259 ~ 32.82%

%24.71
%42.47
%32.82

CMYK color model

#406E55 color CMYK value is (42,0,23,57).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(42,0,23,57)
C42M0Y23K57 
(42%,0%,23%,57%)
(0.42/0.00/0.23/0.57)	

CMYK percentages

%41.82
%0
%22.73
%56.86

Codes

Color #406E55 in popluar color models

406E55
RGB6411085
HSL147°26.44%34.12%
HSB/HSV147°41.82%43.14%
CMYK41.82%0.00%22.73%
56.86%

Color #406E55 in popluar number systems.

HEX406E55
Decimal6411085
Binary100000011011101010101
Octal100156125

Shades and tints

Shades of #406E55

#406E55
(64,110,85)
#3B644E
(59,100,78)
#365A47
(54,90,71)
#315040
(49,80,64)
#2C4639
(44,70,57)
#273C32
(39,60,50)
#22322B
(34,50,43)
#1D2824
(29,40,36)
#181E1D
(24,30,29)
#131416
(19,20,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #406E55

#406E55
(64,110,85)
#517B64
(81,123,100)
#628873
(98,136,115)
#739582
(115,149,130)
#84A291
(132,162,145)
#95AFA0
(149,175,160)
#A6BCAF
(166,188,175)
#B7C9BE
(183,201,190)
#C8D6CD
(200,214,205)
#D9E3DC
(217,227,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406E55; }

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

This text font color is #406E55.


Background Color

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

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

This div background color is #406E55.


Border color

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

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

This div border color is #406E55.


Opacity

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

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

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

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

This text has shadow with #406E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E55 on black background.


Color preview on white background

This text has color #406E55 on white background.



Black color preview on #406E55 background

This text has black color on #406E55 background.


White color preview on #406E55 background

This text has white color on #406E55 background.