COLOR #406072

HEX: #406072
RGB: (64,96,114)

Color info

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

RGB color model

#406072 color RGB value is (64,96,114).

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

RGB channels and saturation

R 64 of 255 = 25%
G 96 of 255 = 38%
B 114 of 255 = 45%

64
96
114

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

Portions of RGB colors in percentages

R + G + B =
64 + 96 + 114 = 274 (100%)
R 64 of 274 ~ 23.36%
G 96 of 274 ~ 35.04%
B 114 of 274 ~ 41.61%

%23.36
%35.04
%41.61

CMYK color model

#406072 color CMYK value is (44,16,0,55).

  • cyan value is 43.86%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(44,16,0,55)
C44M16Y0K55 
(44%,16%,0%,55%)
(0.44/0.16/0.00/0.55)	

CMYK percentages

%43.86
%15.79
%0
%55.29

Codes

Color #406072 in popluar color models

406072
RGB6496114
HSL202°28.09%34.90%
HSB/HSV202°43.86%44.71%
CMYK43.86%15.79%0.00%
55.29%

Color #406072 in popluar number systems.

HEX406072
Decimal6496114
Binary100000011000001110010
Octal100140162

Shades and tints

Shades of #406072

#406072
(64,96,114)
#3B5868
(59,88,104)
#36505E
(54,80,94)
#314854
(49,72,84)
#2C404A
(44,64,74)
#273840
(39,56,64)
#223036
(34,48,54)
#1D282C
(29,40,44)
#182022
(24,32,34)
#131818
(19,24,24)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #406072

#406072
(64,96,114)
#516E7E
(81,110,126)
#627C8A
(98,124,138)
#738A96
(115,138,150)
#8498A2
(132,152,162)
#95A6AE
(149,166,174)
#A6B4BA
(166,180,186)
#B7C2C6
(183,194,198)
#C8D0D2
(200,208,210)
#D9DEDE
(217,222,222)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406072; }

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

This text font color is #406072.


Background Color

.myBgColor { background-color: #406072; }

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

This div background color is #406072.


Border color

.myBorderColor { border: 1px solid #406072; }

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

This div border color is #406072.


Opacity

.myOpacity80 { color: #406072; opacity: 0.8; }

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

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

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

This text has shadow with #406072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406072 on black background.


Color preview on white background

This text has color #406072 on white background.



Black color preview on #406072 background

This text has black color on #406072 background.


White color preview on #406072 background

This text has white color on #406072 background.