COLOR #80876C

HEX: #80876C RGB: (128,135,108)

Color info

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

RGB color model

#80876C color RGB value is (128,135,108).

RGB: (128,135,108) (50%, 53%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 108 of 255 = 42%

128
135
108

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

Portions of RGB colors in percentages

R + G + B = 128 + 135 + 108 = 371 (100%)
R 128 of 371 ~ 34.5%
G 135 of 371 ~ 36.39%
B 108 of 371 ~ 29.11'%

%34.5
%36.39
%29.11

CMYK color model

#80876C color CMYK value is (5,0,20,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK: (5,0,20,47) C5M0Y20K47 (5%,0%,20%,47%) (0.05/0.00/0.20/0.47) 

CMYK percentages

%5.19
%0
%20
%47.06

Codes

Color #80876C in popluar color models

80 87 6C
RGB 128 135 108
HSL 76° 11.11% 47.65%
HSB/HSV 76° 20.00% 52.94%
CMYK 5.19% 0.00% 20.00%
47.06%

Color #80876C in popluar number systems.

HEX 80 87 6C
Decimal 128 135 108
Binary 10000000 10000111 1101100
Octal 200 207 154

Shades and tints

Shades of #80876C

#80876C
(128,135,108)
#757B63
(117,123,99)
#6A6F5A
(106,111,90)
#5F6351
(95,99,81)
#545748
(84,87,72)
#494B3F
(73,75,63)
#3E3F36
(62,63,54)
#33332D
(51,51,45)
#282724
(40,39,36)
#1D1B1B
(29,27,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #80876C

#80876C
(128,135,108)
#8B9179
(139,145,121)
#969B86
(150,155,134)
#A1A593
(161,165,147)
#ACAFA0
(172,175,160)
#B7B9AD
(183,185,173)
#C2C3BA
(194,195,186)
#CDCDC7
(205,205,199)
#D8D7D4
(216,215,212)
#E3E1E1
(227,225,225)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80876C; }

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

This text font color is #80876C.


Background Color

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

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

This div background color is #80876C.


Border color

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

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

This div border color is #80876C.


Opacity

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

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

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

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

This text has shadow with #80876C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #80876C on black background.


Color preview on white background

This text has color #80876C on white background.



Black color preview on #80876C background

This text has black color on #80876C background.


White color preview on #80876C background

This text has white color on #80876C background.