COLOR #806473

HEX: #806473
RGB: (128,100,115)

Color info

#806473 contains red, green and blue colors in about the same proportion. Web safe color of #806473 is #666666 (or #666).

RGB color model

#806473 color RGB value is (128,100,115).

  • red value is 128;
  • green value is 100;
  • blue value is 115.
RGB:
(128,100,115)
(50%,39%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 100 of 255 = 39%
B 115 of 255 = 45%

128
100
115

R + G + B ~ 45%. #806473 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 100 + 115 = 343 (100%)
R 128 of 343 ~ 37.32%
G 100 of 343 ~ 29.15%
B 115 of 343 ~ 33.53%

%37.32
%29.15
%33.53

CMYK color model

#806473 color CMYK value is (0,22,10,50).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 10.16%
  • key color value is 49.80%
CMYK:
(0,22,10,50)
C0M22Y10K50 
(0%,22%,10%,50%)
(0.00/0.22/0.10/0.50)	

CMYK percentages

%0
%21.88
%10.16
%49.8

Codes

Color #806473 in popluar color models

806473
RGB128100115
HSL328°12.28%44.71%
HSB/HSV328°21.88%50.20%
CMYK0.00%21.88%10.16%
49.80%

Color #806473 in popluar number systems.

HEX806473
Decimal128100115
Binary1000000011001001110011
Octal200144163

Shades and tints

Shades of #806473

#806473
(128,100,115)
#755B69
(117,91,105)
#6A525F
(106,82,95)
#5F4955
(95,73,85)
#54404B
(84,64,75)
#493741
(73,55,65)
#3E2E37
(62,46,55)
#33252D
(51,37,45)
#281C23
(40,28,35)
#1D1319
(29,19,25)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #806473

#806473
(128,100,115)
#8B727F
(139,114,127)
#96808B
(150,128,139)
#A18E97
(161,142,151)
#AC9CA3
(172,156,163)
#B7AAAF
(183,170,175)
#C2B8BB
(194,184,187)
#CDC6C7
(205,198,199)
#D8D4D3
(216,212,211)
#E3E2DF
(227,226,223)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806473 color. Also use rgb(128,100,115) instead hex code.

Text Font Color

.myTextColor { color: #806473; }

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

This text font color is #806473.


Background Color

.myBgColor { background-color: #806473; }

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

This div background color is #806473.


Border color

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

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

This div border color is #806473.


Opacity

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

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

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

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

This text has shadow with #806473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806473 on black background.


Color preview on white background

This text has color #806473 on white background.



Black color preview on #806473 background

This text has black color on #806473 background.


White color preview on #806473 background

This text has white color on #806473 background.