COLOR #406F6D

HEX: #406F6D RGB: (64,111,109)

Color info

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

RGB color model

#406F6D color RGB value is (64,111,109).

RGB: (64,111,109) (25%, 44%, 43%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 109 of 255 = 43%

64
111
109

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

Portions of RGB colors in percentages

R + G + B = 64 + 111 + 109 = 284 (100%)
R 64 of 284 ~ 22.54%
G 111 of 284 ~ 39.08%
B 109 of 284 ~ 38.38'%

%22.54
%39.08
%38.38

CMYK color model

#406F6D color CMYK value is (42,0,2,56).

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

CMYK: (42,0,2,56)
C42M0Y2K56 (42%, 0%, 2%, 56%)
(0.42 / 0.00 / 0.02 / 0.56)

CMYK percentages

%42.34
%0
%1.8
%56.47

Codes

Color #406F6D in popluar color models

40 6F 6D
RGB 64 111 109
HSL 177° 26.86% 34.31%
HSB/HSV 177° 42.34% 43.53%
CMYK 42.34% 0.00% 1.80%
56.47%

Color #406F6D in popluar number systems.

HEX 40 6F 6D
Decimal 64 111 109
Binary 1000000 1101111 1101101
Octal 100 157 155

Shades and tints

Shades of #406F6D

#406F6D
(64,111,109)
#3B6564
(59,101,100)
#365B5B
(54,91,91)
#315152
(49,81,82)
#2C4749
(44,71,73)
#273D40
(39,61,64)
#223337
(34,51,55)
#1D292E
(29,41,46)
#181F25
(24,31,37)
#13151C
(19,21,28)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #406F6D

#406F6D
(64,111,109)
#517C7A
(81,124,122)
#628987
(98,137,135)
#739694
(115,150,148)
#84A3A1
(132,163,161)
#95B0AE
(149,176,174)
#A6BDBB
(166,189,187)
#B7CAC8
(183,202,200)
#C8D7D5
(200,215,213)
#D9E4E2
(217,228,226)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406F6D; }

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

This text font color is #406F6D.

Background Color

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

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

This div background color is #406F6D.

Border color

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

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

This div border color is #406F6D.

Opacity

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

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

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

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

This text has shadow with #406F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406F6D.

Preview

Color preview on black background

This text has color #406F6D on black background.


Color preview on white background

This text has color #406F6D on white background.


Black color preview on #406F6D background

This text has black color on #406F6D background.


White color preview on #406F6D background

This text has white color on #406F6D background.


Related colors

Complementary color

Complementary color for #hex is #BF9092.


I love getcolorcode.com

Triadic colors

1 #6D406F and #6F6D40 with #406F6D are triadic colors.

2 #6D6F40 and #6F406D with #406F6D are triadic colors.