COLOR #406A70

HEX: #406A70
RGB: (64,106,112)

Color info

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

RGB color model

#406A70 color RGB value is (64,106,112).

  • red value is 64;
  • green value is 106;
  • blue value is 112.
RGB:
(64,106,112)
(25%,42%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 106 of 255 = 42%
B 112 of 255 = 44%

64
106
112

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

Portions of RGB colors in percentages

R + G + B =
64 + 106 + 112 = 282 (100%)
R 64 of 282 ~ 22.7%
G 106 of 282 ~ 37.59%
B 112 of 282 ~ 39.72%

%22.7
%37.59
%39.72

CMYK color model

#406A70 color CMYK value is (43,5,0,56).

  • cyan value is 42.86%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(43,5,0,56)
C43M5Y0K56 
(43%,5%,0%,56%)
(0.43/0.05/0.00/0.56)	

CMYK percentages

%42.86
%5.36
%0
%56.08

Codes

Color #406A70 in popluar color models

406A70
RGB64106112
HSL188°27.27%34.51%
HSB/HSV188°42.86%43.92%
CMYK42.86%5.36%0.00%
56.08%

Color #406A70 in popluar number systems.

HEX406A70
Decimal64106112
Binary100000011010101110000
Octal100152160

Shades and tints

Shades of #406A70

#406A70
(64,106,112)
#3B6166
(59,97,102)
#36585C
(54,88,92)
#314F52
(49,79,82)
#2C4648
(44,70,72)
#273D3E
(39,61,62)
#223434
(34,52,52)
#1D2B2A
(29,43,42)
#182220
(24,34,32)
#131916
(19,25,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #406A70

#406A70
(64,106,112)
#51777D
(81,119,125)
#62848A
(98,132,138)
#739197
(115,145,151)
#849EA4
(132,158,164)
#95ABB1
(149,171,177)
#A6B8BE
(166,184,190)
#B7C5CB
(183,197,203)
#C8D2D8
(200,210,216)
#D9DFE5
(217,223,229)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406A70 color. Also use rgb(64,106,112) instead hex code.

Text Font Color

.myTextColor { color: #406A70; }

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

This text font color is #406A70.


Background Color

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

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

This div background color is #406A70.


Border color

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

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

This div border color is #406A70.


Opacity

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

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

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

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

This text has shadow with #406A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406A70 on black background.


Color preview on white background

This text has color #406A70 on white background.



Black color preview on #406A70 background

This text has black color on #406A70 background.


White color preview on #406A70 background

This text has white color on #406A70 background.