COLOR #808873

HEX: #808873 RGB: (128,136,115)

Color info

#808873 contains red, green and blue colors in about the same proportion. Web safe color of #808873 is #669966 (or #696).

RGB color model

#808873 color RGB value is (128,136,115).

RGB: (128,136,115) (50%, 53%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 115 of 255 = 45%

128
136
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 136 + 115 = 379 (100%)
R 128 of 379 ~ 33.77%
G 136 of 379 ~ 35.88%
B 115 of 379 ~ 30.34'%

%33.77
%35.88
%30.34

CMYK color model

#808873 color CMYK value is (6,0,15,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 46.67%

CMYK: (6,0,15,47)
C6M0Y15K47 (6%, 0%, 15%, 47%)
(0.06 / 0.00 / 0.15 / 0.47)

CMYK percentages

%5.88
%0
%15.44
%46.67

Codes

Color #808873 in popluar color models

80 88 73
RGB 128 136 115
HSL 83° 8.37% 49.22%
HSB/HSV 83° 15.44% 53.33%
CMYK 5.88% 0.00% 15.44%
46.67%

Color #808873 in popluar number systems.

HEX 80 88 73
Decimal 128 136 115
Binary 10000000 10001000 1110011
Octal 200 210 163

Shades and tints

Shades of #808873

#808873
(128,136,115)
#757C69
(117,124,105)
#6A705F
(106,112,95)
#5F6455
(95,100,85)
#54584B
(84,88,75)
#494C41
(73,76,65)
#3E4037
(62,64,55)
#33342D
(51,52,45)
#282823
(40,40,35)
#1D1C19
(29,28,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #808873

#808873
(128,136,115)
#8B927F
(139,146,127)
#969C8B
(150,156,139)
#A1A697
(161,166,151)
#ACB0A3
(172,176,163)
#B7BAAF
(183,186,175)
#C2C4BB
(194,196,187)
#CDCEC7
(205,206,199)
#D8D8D3
(216,216,211)
#E3E2DF
(227,226,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808873; }

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

This text font color is #808873.

Background Color

.myBgColor { background-color: #808873; }

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

This div background color is #808873.

Border color

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

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

This div border color is #808873.

Opacity

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

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

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

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

This text has shadow with #808873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808873.

Preview

Color preview on black background

This text has color #808873 on black background.


Color preview on white background

This text has color #808873 on white background.


Black color preview on #808873 background

This text has black color on #808873 background.


White color preview on #808873 background

This text has white color on #808873 background.


Related colors

Complementary color

Complementary color for #hex is #7F778C.


I love getcolorcode.com

Triadic colors

1 #738088 and #887380 with #808873 are triadic colors.

2 #738880 and #888073 with #808873 are triadic colors.