COLOR #406F66

HEX: #406F66 RGB: (64,111,102)

Color info

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

RGB color model

#406F66 color RGB value is (64,111,102).

RGB: (64,111,102) (25%, 44%, 40%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 102 of 255 = 40%

64
111
102

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

Portions of RGB colors in percentages

R + G + B = 64 + 111 + 102 = 277 (100%)
R 64 of 277 ~ 23.1%
G 111 of 277 ~ 40.07%
B 102 of 277 ~ 36.82'%

%23.1
%40.07
%36.82

CMYK color model

#406F66 color CMYK value is (42,0,8,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 56.47%

CMYK: (42,0,8,56)
C42M0Y8K56 (42%, 0%, 8%, 56%)
(0.42 / 0.00 / 0.08 / 0.56)

CMYK percentages

%42.34
%0
%8.11
%56.47

Codes

Color #406F66 in popluar color models

40 6F 66
RGB 64 111 102
HSL 169° 26.86% 34.31%
HSB/HSV 169° 42.34% 43.53%
CMYK 42.34% 0.00% 8.11%
56.47%

Color #406F66 in popluar number systems.

HEX 40 6F 66
Decimal 64 111 102
Binary 1000000 1101111 1100110
Octal 100 157 146

Shades and tints

Shades of #406F66

#406F66
(64,111,102)
#3B655D
(59,101,93)
#365B54
(54,91,84)
#31514B
(49,81,75)
#2C4742
(44,71,66)
#273D39
(39,61,57)
#223330
(34,51,48)
#1D2927
(29,41,39)
#181F1E
(24,31,30)
#131515
(19,21,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #406F66

#406F66
(64,111,102)
#517C73
(81,124,115)
#628980
(98,137,128)
#73968D
(115,150,141)
#84A39A
(132,163,154)
#95B0A7
(149,176,167)
#A6BDB4
(166,189,180)
#B7CAC1
(183,202,193)
#C8D7CE
(200,215,206)
#D9E4DB
(217,228,219)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406F66 color. Also use rgb(64,111,102) instead hex code.

Text Font Color

.myTextColor { color: #406F66; }

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

This text font color is #406F66.

Background Color

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

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

This div background color is #406F66.

Border color

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

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

This div border color is #406F66.

Opacity

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

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

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

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

This text has shadow with #406F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406F66.

Preview

Color preview on black background

This text has color #406F66 on black background.


Color preview on white background

This text has color #406F66 on white background.


Black color preview on #406F66 background

This text has black color on #406F66 background.


White color preview on #406F66 background

This text has white color on #406F66 background.


Related colors

Complementary color

Complementary color for #hex is #BF9099.


I love getcolorcode.com

Triadic colors

1 #66406F and #6F6640 with #406F66 are triadic colors.

2 #666F40 and #6F4066 with #406F66 are triadic colors.