COLOR #406773

HEX: #406773
RGB: (64,103,115)

Color info

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

RGB color model

#406773 color RGB value is (64,103,115).

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

RGB channels and saturation

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

64
103
115

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

Portions of RGB colors in percentages

R + G + B =
64 + 103 + 115 = 282 (100%)
R 64 of 282 ~ 22.7%
G 103 of 282 ~ 36.52%
B 115 of 282 ~ 40.78%

%22.7
%36.52
%40.78

CMYK color model

#406773 color CMYK value is (44,10,0,55).

  • cyan value is 44.35%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(44,10,0,55)
C44M10Y0K55 
(44%,10%,0%,55%)
(0.44/0.10/0.00/0.55)	

CMYK percentages

%44.35
%10.43
%0
%54.9

Codes

Color #406773 in popluar color models

406773
RGB64103115
HSL194°28.49%35.10%
HSB/HSV194°44.35%45.10%
CMYK44.35%10.43%0.00%
54.90%

Color #406773 in popluar number systems.

HEX406773
Decimal64103115
Binary100000011001111110011
Octal100147163

Shades and tints

Shades of #406773

#406773
(64,103,115)
#3B5E69
(59,94,105)
#36555F
(54,85,95)
#314C55
(49,76,85)
#2C434B
(44,67,75)
#273A41
(39,58,65)
#223137
(34,49,55)
#1D282D
(29,40,45)
#181F23
(24,31,35)
#131619
(19,22,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #406773

#406773
(64,103,115)
#51747F
(81,116,127)
#62818B
(98,129,139)
#738E97
(115,142,151)
#849BA3
(132,155,163)
#95A8AF
(149,168,175)
#A6B5BB
(166,181,187)
#B7C2C7
(183,194,199)
#C8CFD3
(200,207,211)
#D9DCDF
(217,220,223)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406773; }

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

This text font color is #406773.


Background Color

.myBgColor { background-color: #406773; }

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

This div background color is #406773.


Border color

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

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

This div border color is #406773.


Opacity

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

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

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

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

This text has shadow with #406773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406773 on black background.


Color preview on white background

This text has color #406773 on white background.



Black color preview on #406773 background

This text has black color on #406773 background.


White color preview on #406773 background

This text has white color on #406773 background.