COLOR #406D6B

HEX: #406D6B
RGB: (64,109,107)

Color info

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

RGB color model

#406D6B color RGB value is (64,109,107).

  • red value is 64;
  • green value is 109;
  • blue value is 107.
RGB:
(64,109,107)
(25%,43%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 109 of 255 = 43%
B 107 of 255 = 42%

64
109
107

R + G + B ~ 37%. #406D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 109 + 107 = 280 (100%)
R 64 of 280 ~ 22.86%
G 109 of 280 ~ 38.93%
B 107 of 280 ~ 38.21%

%22.86
%38.93
%38.21

CMYK color model

#406D6B color CMYK value is (41,0,2,57).

  • cyan value is 41.28%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(41,0,2,57)
C41M0Y2K57 
(41%,0%,2%,57%)
(0.41/0.00/0.02/0.57)	

CMYK percentages

%41.28
%0
%1.83
%57.25

Codes

Color #406D6B in popluar color models

406D6B
RGB64109107
HSL177°26.01%33.92%
HSB/HSV177°41.28%42.75%
CMYK41.28%0.00%1.83%
57.25%

Color #406D6B in popluar number systems.

HEX406D6B
Decimal64109107
Binary100000011011011101011
Octal100155153

Shades and tints

Shades of #406D6B

#406D6B
(64,109,107)
#3B6462
(59,100,98)
#365B59
(54,91,89)
#315250
(49,82,80)
#2C4947
(44,73,71)
#27403E
(39,64,62)
#223735
(34,55,53)
#1D2E2C
(29,46,44)
#182523
(24,37,35)
#131C1A
(19,28,26)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #406D6B

#406D6B
(64,109,107)
#517A78
(81,122,120)
#628785
(98,135,133)
#739492
(115,148,146)
#84A19F
(132,161,159)
#95AEAC
(149,174,172)
#A6BBB9
(166,187,185)
#B7C8C6
(183,200,198)
#C8D5D3
(200,213,211)
#D9E2E0
(217,226,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406D6B color. Also use rgb(64,109,107) instead hex code.

Text Font Color

.myTextColor { color: #406D6B; }

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

This text font color is #406D6B.


Background Color

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

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

This div background color is #406D6B.


Border color

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

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

This div border color is #406D6B.


Opacity

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

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

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

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

This text has shadow with #406D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406D6B on black background.


Color preview on white background

This text has color #406D6B on white background.



Black color preview on #406D6B background

This text has black color on #406D6B background.


White color preview on #406D6B background

This text has white color on #406D6B background.