COLOR #406573

HEX: #406573
RGB: (64,101,115)

Color info

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

RGB color model

#406573 color RGB value is (64,101,115).

  • red value is 64;
  • green value is 101;
  • blue value is 115.
RGB:
(64,101,115)
(25%,40%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 101 of 255 = 40%
B 115 of 255 = 45%

64
101
115

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

Portions of RGB colors in percentages

R + G + B =
64 + 101 + 115 = 280 (100%)
R 64 of 280 ~ 22.86%
G 101 of 280 ~ 36.07%
B 115 of 280 ~ 41.07%

%22.86
%36.07
%41.07

CMYK color model

#406573 color CMYK value is (44,12,0,55).

  • cyan value is 44.35%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(44,12,0,55)
C44M12Y0K55 
(44%,12%,0%,55%)
(0.44/0.12/0.00/0.55)	

CMYK percentages

%44.35
%12.17
%0
%54.9

Codes

Color #406573 in popluar color models

406573
RGB64101115
HSL196°28.49%35.10%
HSB/HSV196°44.35%45.10%
CMYK44.35%12.17%0.00%
54.90%

Color #406573 in popluar number systems.

HEX406573
Decimal64101115
Binary100000011001011110011
Octal100145163

Shades and tints

Shades of #406573

#406573
(64,101,115)
#3B5C69
(59,92,105)
#36535F
(54,83,95)
#314A55
(49,74,85)
#2C414B
(44,65,75)
#273841
(39,56,65)
#222F37
(34,47,55)
#1D262D
(29,38,45)
#181D23
(24,29,35)
#131419
(19,20,25)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #406573

#406573
(64,101,115)
#51737F
(81,115,127)
#62818B
(98,129,139)
#738F97
(115,143,151)
#849DA3
(132,157,163)
#95ABAF
(149,171,175)
#A6B9BB
(166,185,187)
#B7C7C7
(183,199,199)
#C8D5D3
(200,213,211)
#D9E3DF
(217,227,223)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406573 color. Also use rgb(64,101,115) instead hex code.

Text Font Color

.myTextColor { color: #406573; }

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

This text font color is #406573.


Background Color

.myBgColor { background-color: #406573; }

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

This div background color is #406573.


Border color

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

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

This div border color is #406573.


Opacity

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

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

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

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

This text has shadow with #406573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406573 on black background.


Color preview on white background

This text has color #406573 on white background.



Black color preview on #406573 background

This text has black color on #406573 background.


White color preview on #406573 background

This text has white color on #406573 background.