COLOR #80875B

HEX: #80875B RGB: (128,135,91)

Color info

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

RGB color model

#80875B color RGB value is (128,135,91).

RGB: (128,135,91) (50%, 53%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 91 of 255 = 36%

128
135
91

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

Portions of RGB colors in percentages

R + G + B = 128 + 135 + 91 = 354 (100%)
R 128 of 354 ~ 36.16%
G 135 of 354 ~ 38.14%
B 91 of 354 ~ 25.71'%

%36.16
%38.14
%25.71

CMYK color model

#80875B color CMYK value is (5,0,33,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK: (5,0,33,47) C5M0Y33K47 (5%,0%,33%,47%) (0.05/0.00/0.33/0.47) 

CMYK percentages

%5.19
%0
%32.59
%47.06

Codes

Color #80875B in popluar color models

80 87 5B
RGB 128 135 91
HSL 70° 19.47% 44.31%
HSB/HSV 70° 32.59% 52.94%
CMYK 5.19% 0.00% 32.59%
47.06%

Color #80875B in popluar number systems.

HEX 80 87 5B
Decimal 128 135 91
Binary 10000000 10000111 1011011
Octal 200 207 133

Shades and tints

Shades of #80875B

#80875B
(128,135,91)
#757B53
(117,123,83)
#6A6F4B
(106,111,75)
#5F6343
(95,99,67)
#54573B
(84,87,59)
#494B33
(73,75,51)
#3E3F2B
(62,63,43)
#333323
(51,51,35)
#28271B
(40,39,27)
#1D1B13
(29,27,19)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #80875B

#80875B
(128,135,91)
#8B9169
(139,145,105)
#969B77
(150,155,119)
#A1A585
(161,165,133)
#ACAF93
(172,175,147)
#B7B9A1
(183,185,161)
#C2C3AF
(194,195,175)
#CDCDBD
(205,205,189)
#D8D7CB
(216,215,203)
#E3E1D9
(227,225,217)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80875B color. Also use rgb(128,135,91) instead hex code.

Text Font Color

.myTextColor { color: #80875B; }

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

This text font color is #80875B.

Background Color

.myBgColor { background-color: #80875B; }

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

This div background color is #80875B.

Border color

.myBorderColor { border: 1px solid #80875B; }

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

This div border color is #80875B.

Opacity

.myOpacity80 { color: #80875B; opacity: 0.8; }

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

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

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

This text has shadow with #80875B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80875B.

Preview

Color preview on black background

This text has color #80875B on black background.


Color preview on white background

This text has color #80875B on white background.


Black color preview on #80875B background

This text has black color on #80875B background.


White color preview on #80875B background

This text has white color on #80875B background.


Related colors

Complementary color

Complementary color for #hex is #7F78A4.


I love getcolorcode.com

Triadic colors

1 #5B8087 and #875B80 with #80875B are triadic colors.

2 #5B8780 and #87805B with #80875B are triadic colors.