COLOR #406676

HEX: #406676
RGB: (64,102,118)

Color info

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

RGB color model

#406676 color RGB value is (64,102,118).

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

RGB channels and saturation

R 64 of 255 = 25%
G 102 of 255 = 40%
B 118 of 255 = 46%

64
102
118

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

Portions of RGB colors in percentages

R + G + B =
64 + 102 + 118 = 284 (100%)
R 64 of 284 ~ 22.54%
G 102 of 284 ~ 35.92%
B 118 of 284 ~ 41.55%

%22.54
%35.92
%41.55

CMYK color model

#406676 color CMYK value is (46,14,0,54).

  • cyan value is 45.76%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(46,14,0,54)
C46M14Y0K54 
(46%,14%,0%,54%)
(0.46/0.14/0.00/0.54)	

CMYK percentages

%45.76
%13.56
%0
%53.73

Codes

Color #406676 in popluar color models

406676
RGB64102118
HSL198°29.67%35.69%
HSB/HSV198°45.76%46.27%
CMYK45.76%13.56%0.00%
53.73%

Color #406676 in popluar number systems.

HEX406676
Decimal64102118
Binary100000011001101110110
Octal100146166

Shades and tints

Shades of #406676

#406676
(64,102,118)
#3B5D6C
(59,93,108)
#365462
(54,84,98)
#314B58
(49,75,88)
#2C424E
(44,66,78)
#273944
(39,57,68)
#22303A
(34,48,58)
#1D2730
(29,39,48)
#181E26
(24,30,38)
#13151C
(19,21,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #406676

#406676
(64,102,118)
#517382
(81,115,130)
#62808E
(98,128,142)
#738D9A
(115,141,154)
#849AA6
(132,154,166)
#95A7B2
(149,167,178)
#A6B4BE
(166,180,190)
#B7C1CA
(183,193,202)
#C8CED6
(200,206,214)
#D9DBE2
(217,219,226)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406676; }

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

This text font color is #406676.


Background Color

.myBgColor { background-color: #406676; }

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

This div background color is #406676.


Border color

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

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

This div border color is #406676.


Opacity

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

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

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

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

This text has shadow with #406676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406676 on black background.


Color preview on white background

This text has color #406676 on white background.



Black color preview on #406676 background

This text has black color on #406676 background.


White color preview on #406676 background

This text has white color on #406676 background.