COLOR #406C6B

HEX: #406C6B RGB: (64,108,107)

Color info

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

RGB color model

#406C6B color RGB value is (64,108,107).

RGB: (64,108,107) (25%, 42%, 42%)

RGB channels and saturation

R 64 of 255 = 25%
G 108 of 255 = 42%
B 107 of 255 = 42%

64
108
107

R + G + B ~ 36%. #406C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 108 + 107 = 279 (100%)
R 64 of 279 ~ 22.94%
G 108 of 279 ~ 38.71%
B 107 of 279 ~ 38.35'%

%22.94
%38.71
%38.35

CMYK color model

#406C6B color CMYK value is (41,0,1,58).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%

CMYK: (41,0,1,58)
C41M0Y1K58 (41%, 0%, 1%, 58%)
(0.41 / 0.00 / 0.01 / 0.58)

CMYK percentages

%40.74
%0
%0.93
%57.65

Codes

Color #406C6B in popluar color models

40 6C 6B
RGB 64 108 107
HSL 179° 25.58% 33.73%
HSB/HSV 179° 40.74% 42.35%
CMYK 40.74% 0.00% 0.93%
57.65%

Color #406C6B in popluar number systems.

HEX 40 6C 6B
Decimal 64 108 107
Binary 1000000 1101100 1101011
Octal 100 154 153

Shades and tints

Shades of #406C6B

#406C6B
(64,108,107)
#3B6362
(59,99,98)
#365A59
(54,90,89)
#315150
(49,81,80)
#2C4847
(44,72,71)
#273F3E
(39,63,62)
#223635
(34,54,53)
#1D2D2C
(29,45,44)
#182423
(24,36,35)
#131B1A
(19,27,26)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #406C6B

#406C6B
(64,108,107)
#517978
(81,121,120)
#628685
(98,134,133)
#739392
(115,147,146)
#84A09F
(132,160,159)
#95ADAC
(149,173,172)
#A6BAB9
(166,186,185)
#B7C7C6
(183,199,198)
#C8D4D3
(200,212,211)
#D9E1E0
(217,225,224)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406C6B; }

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

This text font color is #406C6B.

Background Color

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

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

This div background color is #406C6B.

Border color

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

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

This div border color is #406C6B.

Opacity

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

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

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

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

This text has shadow with #406C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406C6B.

Preview

Color preview on black background

This text has color #406C6B on black background.


Color preview on white background

This text has color #406C6B on white background.


Black color preview on #406C6B background

This text has black color on #406C6B background.


White color preview on #406C6B background

This text has white color on #406C6B background.


Related colors

Complementary color

Complementary color for #hex is #BF9394.


I love getcolorcode.com

Triadic colors

1 #6B406C and #6C6B40 with #406C6B are triadic colors.

2 #6B6C40 and #6C406B with #406C6B are triadic colors.