COLOR #406176

HEX: #406176
RGB: (64,97,118)

Color info

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

RGB color model

#406176 color RGB value is (64,97,118).

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

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 118 of 255 = 46%

64
97
118

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

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 118 = 279 (100%)
R 64 of 279 ~ 22.94%
G 97 of 279 ~ 34.77%
B 118 of 279 ~ 42.29%

%22.94
%34.77
%42.29

CMYK color model

#406176 color CMYK value is (46,18,0,54).

  • cyan value is 45.76%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (46,18,0,54) C46M18Y0K54 (46%,18%,0%,54%) (0.46/0.18/0.00/0.54)

CMYK percentages

%45.76
%17.8
%0
%53.73

Codes

Color #406176 in popluar color models

406176
RGB6497118
HSL203°29.67%35.69%
HSB/HSV203°45.76%46.27%
CMYK45.76%17.80%0.00%
53.73%

Color #406176 in popluar number systems.

HEX406176
Decimal6497118
Binary100000011000011110110
Octal100141166

Shades and tints

Shades of #406176

#406176
(64,97,118)
#3B596C
(59,89,108)
#365162
(54,81,98)
#314958
(49,73,88)
#2C414E
(44,65,78)
#273944
(39,57,68)
#22313A
(34,49,58)
#1D2930
(29,41,48)
#182126
(24,33,38)
#13191C
(19,25,28)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #406176

#406176
(64,97,118)
#516F82
(81,111,130)
#627D8E
(98,125,142)
#738B9A
(115,139,154)
#8499A6
(132,153,166)
#95A7B2
(149,167,178)
#A6B5BE
(166,181,190)
#B7C3CA
(183,195,202)
#C8D1D6
(200,209,214)
#D9DFE2
(217,223,226)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406176; }

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

This text font color is #406176.


Background Color

.myBgColor { background-color: #406176; }

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

This div background color is #406176.


Border color

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

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

This div border color is #406176.


Opacity

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

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

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

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

This text has shadow with #406176 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #406176 on black background.


Color preview on white background

This text has color #406176 on white background.



Black color preview on #406176 background

This text has black color on #406176 background.


White color preview on #406176 background

This text has white color on #406176 background.