COLOR #80885B

HEX: #80885B
RGB: (128,136,91)

Color info

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

RGB color model

#80885B color RGB value is (128,136,91).

  • red value is 128;
  • green value is 136;
  • blue value is 91.
RGB:
(128,136,91)
(50%,53%,36%)

RGB channels and saturation

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

128
136
91

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 91 = 355 (100%)
R 128 of 355 ~ 36.06%
G 136 of 355 ~ 38.31%
B 91 of 355 ~ 25.63%

%36.06
%38.31
%25.63

CMYK color model

#80885B color CMYK value is (6,0,33,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 46.67%
CMYK:
(6,0,33,47)
C6M0Y33K47 
(6%,0%,33%,47%)
(0.06/0.00/0.33/0.47)	

CMYK percentages

%5.88
%0
%33.09
%46.67

Codes

Color #80885B in popluar color models

80885B
RGB12813691
HSL71°19.82%44.51%
HSB/HSV71°33.09%53.33%
CMYK5.88%0.00%33.09%
46.67%

Color #80885B in popluar number systems.

HEX80885B
Decimal12813691
Binary10000000100010001011011
Octal200210133

Shades and tints

Shades of #80885B

#80885B
(128,136,91)
#757C53
(117,124,83)
#6A704B
(106,112,75)
#5F6443
(95,100,67)
#54583B
(84,88,59)
#494C33
(73,76,51)
#3E402B
(62,64,43)
#333423
(51,52,35)
#28281B
(40,40,27)
#1D1C13
(29,28,19)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #80885B

#80885B
(128,136,91)
#8B9269
(139,146,105)
#969C77
(150,156,119)
#A1A685
(161,166,133)
#ACB093
(172,176,147)
#B7BAA1
(183,186,161)
#C2C4AF
(194,196,175)
#CDCEBD
(205,206,189)
#D8D8CB
(216,216,203)
#E3E2D9
(227,226,217)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80885B; }

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

This text font color is #80885B.


Background Color

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

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

This div background color is #80885B.


Border color

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

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

This div border color is #80885B.


Opacity

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

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

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

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

This text has shadow with #80885B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80885B on black background.


Color preview on white background

This text has color #80885B on white background.



Black color preview on #80885B background

This text has black color on #80885B background.


White color preview on #80885B background

This text has white color on #80885B background.