COLOR #80876F

HEX: #80876F
RGB: (128,135,111)

Color info

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

RGB color model

#80876F color RGB value is (128,135,111).

  • red value is 128;
  • green value is 135;
  • blue value is 111.
RGB:
(128,135,111)
(50%,53%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 111 of 255 = 44%

128
135
111

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

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 111 = 374 (100%)
R 128 of 374 ~ 34.22%
G 135 of 374 ~ 36.1%
B 111 of 374 ~ 29.68%

%34.22
%36.1
%29.68

CMYK color model

#80876F color CMYK value is (5,0,18,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(5,0,18,47)
C5M0Y18K47 
(5%,0%,18%,47%)
(0.05/0.00/0.18/0.47)	

CMYK percentages

%5.19
%0
%17.78
%47.06

Codes

Color #80876F in popluar color models

80876F
RGB128135111
HSL78°9.76%48.24%
HSB/HSV78°17.78%52.94%
CMYK5.19%0.00%17.78%
47.06%

Color #80876F in popluar number systems.

HEX80876F
Decimal128135111
Binary10000000100001111101111
Octal200207157

Shades and tints

Shades of #80876F

#80876F
(128,135,111)
#757B65
(117,123,101)
#6A6F5B
(106,111,91)
#5F6351
(95,99,81)
#545747
(84,87,71)
#494B3D
(73,75,61)
#3E3F33
(62,63,51)
#333329
(51,51,41)
#28271F
(40,39,31)
#1D1B15
(29,27,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #80876F

#80876F
(128,135,111)
#8B917C
(139,145,124)
#969B89
(150,155,137)
#A1A596
(161,165,150)
#ACAFA3
(172,175,163)
#B7B9B0
(183,185,176)
#C2C3BD
(194,195,189)
#CDCDCA
(205,205,202)
#D8D7D7
(216,215,215)
#E3E1E4
(227,225,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80876F color. Also use rgb(128,135,111) instead hex code.

Text Font Color

.myTextColor { color: #80876F; }

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

This text font color is #80876F.


Background Color

.myBgColor { background-color: #80876F; }

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

This div background color is #80876F.


Border color

.myBorderColor { border: 1px solid #80876F; }

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

This div border color is #80876F.


Opacity

.myOpacity80 { color: #80876F; opacity: 0.8; }

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

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

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

This text has shadow with #80876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80876F on black background.


Color preview on white background

This text has color #80876F on white background.



Black color preview on #80876F background

This text has black color on #80876F background.


White color preview on #80876F background

This text has white color on #80876F background.