COLOR #406E71

HEX: #406E71
RGB: (64,110,113)

Color info

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

RGB color model

#406E71 color RGB value is (64,110,113).

  • red value is 64;
  • green value is 110;
  • blue value is 113.
RGB:
(64,110,113)
(25%,43%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 113 of 255 = 44%

64
110
113

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

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 113 = 287 (100%)
R 64 of 287 ~ 22.3%
G 110 of 287 ~ 38.33%
B 113 of 287 ~ 39.37%

%22.3
%38.33
%39.37

CMYK color model

#406E71 color CMYK value is (43,3,0,56).

  • cyan value is 43.36%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(43,3,0,56)
C43M3Y0K56 
(43%,3%,0%,56%)
(0.43/0.03/0.00/0.56)	

CMYK percentages

%43.36
%2.65
%0
%55.69

Codes

Color #406E71 in popluar color models

406E71
RGB64110113
HSL184°27.68%34.71%
HSB/HSV184°43.36%44.31%
CMYK43.36%2.65%0.00%
55.69%

Color #406E71 in popluar number systems.

HEX406E71
Decimal64110113
Binary100000011011101110001
Octal100156161

Shades and tints

Shades of #406E71

#406E71
(64,110,113)
#3B6467
(59,100,103)
#365A5D
(54,90,93)
#315053
(49,80,83)
#2C4649
(44,70,73)
#273C3F
(39,60,63)
#223235
(34,50,53)
#1D282B
(29,40,43)
#181E21
(24,30,33)
#131417
(19,20,23)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #406E71

#406E71
(64,110,113)
#517B7D
(81,123,125)
#628889
(98,136,137)
#739595
(115,149,149)
#84A2A1
(132,162,161)
#95AFAD
(149,175,173)
#A6BCB9
(166,188,185)
#B7C9C5
(183,201,197)
#C8D6D1
(200,214,209)
#D9E3DD
(217,227,221)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406E71 color. Also use rgb(64,110,113) instead hex code.

Text Font Color

.myTextColor { color: #406E71; }

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

This text font color is #406E71.


Background Color

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

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

This div background color is #406E71.


Border color

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

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

This div border color is #406E71.


Opacity

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

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

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

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

This text has shadow with #406E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E71 on black background.


Color preview on white background

This text has color #406E71 on white background.



Black color preview on #406E71 background

This text has black color on #406E71 background.


White color preview on #406E71 background

This text has white color on #406E71 background.