COLOR #80876D

HEX: #80876D RGB: (128,135,109)

Color info

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

RGB color model

#80876D color RGB value is (128,135,109).

RGB: (128,135,109) (50%, 53%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 109 of 255 = 43%

128
135
109

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

Portions of RGB colors in percentages

R + G + B = 128 + 135 + 109 = 372 (100%)
R 128 of 372 ~ 34.41%
G 135 of 372 ~ 36.29%
B 109 of 372 ~ 29.3'%

%34.41
%36.29
%29.3

CMYK color model

#80876D color CMYK value is (5,0,19,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK: (5,0,19,47) C5M0Y19K47 (5%,0%,19%,47%) (0.05/0.00/0.19/0.47) 

CMYK percentages

%5.19
%0
%19.26
%47.06

Codes

Color #80876D in popluar color models

80 87 6D
RGB 128 135 109
HSL 76° 10.66% 47.84%
HSB/HSV 76° 19.26% 52.94%
CMYK 5.19% 0.00% 19.26%
47.06%

Color #80876D in popluar number systems.

HEX 80 87 6D
Decimal 128 135 109
Binary 10000000 10000111 1101101
Octal 200 207 155

Shades and tints

Shades of #80876D

#80876D
(128,135,109)
#757B64
(117,123,100)
#6A6F5B
(106,111,91)
#5F6352
(95,99,82)
#545749
(84,87,73)
#494B40
(73,75,64)
#3E3F37
(62,63,55)
#33332E
(51,51,46)
#282725
(40,39,37)
#1D1B1C
(29,27,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #80876D

#80876D
(128,135,109)
#8B917A
(139,145,122)
#969B87
(150,155,135)
#A1A594
(161,165,148)
#ACAFA1
(172,175,161)
#B7B9AE
(183,185,174)
#C2C3BB
(194,195,187)
#CDCDC8
(205,205,200)
#D8D7D5
(216,215,213)
#E3E1E2
(227,225,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80876D; }

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

This text font color is #80876D.

Background Color

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

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

This div background color is #80876D.

Border color

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

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

This div border color is #80876D.

Opacity

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

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

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

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

This text has shadow with #80876D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80876D.

Preview

Color preview on black background

This text has color #80876D on black background.


Color preview on white background

This text has color #80876D on white background.


Black color preview on #80876D background

This text has black color on #80876D background.


White color preview on #80876D background

This text has white color on #80876D background.


Related colors

Complementary color

Complementary color for #hex is #7F7892.


I love getcolorcode.com

Triadic colors

1 #6D8087 and #876D80 with #80876D are triadic colors.

2 #6D8780 and #87806D with #80876D are triadic colors.