COLOR #406171

HEX: #406171
RGB: (64,97,113)

Color info

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

RGB color model

#406171 color RGB value is (64,97,113).

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

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 113 of 255 = 44%

64
97
113

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

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 113 = 274 (100%)
R 64 of 274 ~ 23.36%
G 97 of 274 ~ 35.4%
B 113 of 274 ~ 41.24%

%23.36
%35.4
%41.24

CMYK color model

#406171 color CMYK value is (43,14,0,56).

  • cyan value is 43.36%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(43,14,0,56)
C43M14Y0K56 
(43%,14%,0%,56%)
(0.43/0.14/0.00/0.56)	

CMYK percentages

%43.36
%14.16
%0
%55.69

Codes

Color #406171 in popluar color models

406171
RGB6497113
HSL200°27.68%34.71%
HSB/HSV200°43.36%44.31%
CMYK43.36%14.16%0.00%
55.69%

Color #406171 in popluar number systems.

HEX406171
Decimal6497113
Binary100000011000011110001
Octal100141161

Shades and tints

Shades of #406171

#406171
(64,97,113)
#3B5967
(59,89,103)
#36515D
(54,81,93)
#314953
(49,73,83)
#2C4149
(44,65,73)
#27393F
(39,57,63)
#223135
(34,49,53)
#1D292B
(29,41,43)
#182121
(24,33,33)
#131917
(19,25,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #406171

#406171
(64,97,113)
#516F7D
(81,111,125)
#627D89
(98,125,137)
#738B95
(115,139,149)
#8499A1
(132,153,161)
#95A7AD
(149,167,173)
#A6B5B9
(166,181,185)
#B7C3C5
(183,195,197)
#C8D1D1
(200,209,209)
#D9DFDD
(217,223,221)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406171; }

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

This text font color is #406171.


Background Color

.myBgColor { background-color: #406171; }

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

This div background color is #406171.


Border color

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

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

This div border color is #406171.


Opacity

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

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

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

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

This text has shadow with #406171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406171 on black background.


Color preview on white background

This text has color #406171 on white background.



Black color preview on #406171 background

This text has black color on #406171 background.


White color preview on #406171 background

This text has white color on #406171 background.