COLOR #406167

HEX: #406167
RGB: (64,97,103)

Color info

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

RGB color model

#406167 color RGB value is (64,97,103).

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

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 103 of 255 = 40%

64
97
103

R + G + B ~ 34%. #406167 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 103 = 264 (100%)
R 64 of 264 ~ 24.24%
G 97 of 264 ~ 36.74%
B 103 of 264 ~ 39.02%

%24.24
%36.74
%39.02

CMYK color model

#406167 color CMYK value is (38,6,0,60).

  • cyan value is 37.86%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(38,6,0,60)
C38M6Y0K60 
(38%,6%,0%,60%)
(0.38/0.06/0.00/0.60)	

CMYK percentages

%37.86
%5.83
%0
%59.61

Codes

Color #406167 in popluar color models

406167
RGB6497103
HSL189°23.35%32.75%
HSB/HSV189°37.86%40.39%
CMYK37.86%5.83%0.00%
59.61%

Color #406167 in popluar number systems.

HEX406167
Decimal6497103
Binary100000011000011100111
Octal100141147

Shades and tints

Shades of #406167

#406167
(64,97,103)
#3B595E
(59,89,94)
#365155
(54,81,85)
#31494C
(49,73,76)
#2C4143
(44,65,67)
#27393A
(39,57,58)
#223131
(34,49,49)
#1D2928
(29,41,40)
#18211F
(24,33,31)
#131916
(19,25,22)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #406167

#406167
(64,97,103)
#516F74
(81,111,116)
#627D81
(98,125,129)
#738B8E
(115,139,142)
#84999B
(132,153,155)
#95A7A8
(149,167,168)
#A6B5B5
(166,181,181)
#B7C3C2
(183,195,194)
#C8D1CF
(200,209,207)
#D9DFDC
(217,223,220)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406167; }

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

This text font color is #406167.


Background Color

.myBgColor { background-color: #406167; }

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

This div background color is #406167.


Border color

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

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

This div border color is #406167.


Opacity

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

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

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

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

This text has shadow with #406167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406167 on black background.


Color preview on white background

This text has color #406167 on white background.



Black color preview on #406167 background

This text has black color on #406167 background.


White color preview on #406167 background

This text has white color on #406167 background.