COLOR #406F72

HEX: #406F72
RGB: (64,111,114)

Color info

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

RGB color model

#406F72 color RGB value is (64,111,114).

  • red value is 64;
  • green value is 111;
  • blue value is 114.
RGB:
(64,111,114)
(25%,44%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 114 of 255 = 45%

64
111
114

R + G + B ~ 38%. #406F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 111 + 114 = 289 (100%)
R 64 of 289 ~ 22.15%
G 111 of 289 ~ 38.41%
B 114 of 289 ~ 39.45%

%22.15
%38.41
%39.45

CMYK color model

#406F72 color CMYK value is (44,3,0,55).

  • cyan value is 43.86%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(44,3,0,55)
C44M3Y0K55 
(44%,3%,0%,55%)
(0.44/0.03/0.00/0.55)	

CMYK percentages

%43.86
%2.63
%0
%55.29

Codes

Color #406F72 in popluar color models

406F72
RGB64111114
HSL184°28.09%34.90%
HSB/HSV184°43.86%44.71%
CMYK43.86%2.63%0.00%
55.29%

Color #406F72 in popluar number systems.

HEX406F72
Decimal64111114
Binary100000011011111110010
Octal100157162

Shades and tints

Shades of #406F72

#406F72
(64,111,114)
#3B6568
(59,101,104)
#365B5E
(54,91,94)
#315154
(49,81,84)
#2C474A
(44,71,74)
#273D40
(39,61,64)
#223336
(34,51,54)
#1D292C
(29,41,44)
#181F22
(24,31,34)
#131518
(19,21,24)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #406F72

#406F72
(64,111,114)
#517C7E
(81,124,126)
#62898A
(98,137,138)
#739696
(115,150,150)
#84A3A2
(132,163,162)
#95B0AE
(149,176,174)
#A6BDBA
(166,189,186)
#B7CAC6
(183,202,198)
#C8D7D2
(200,215,210)
#D9E4DE
(217,228,222)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406F72; }

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

This text font color is #406F72.


Background Color

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

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

This div background color is #406F72.


Border color

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

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

This div border color is #406F72.


Opacity

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

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

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

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

This text has shadow with #406F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406F72 on black background.


Color preview on white background

This text has color #406F72 on white background.



Black color preview on #406F72 background

This text has black color on #406F72 background.


White color preview on #406F72 background

This text has white color on #406F72 background.