COLOR #80885C

HEX: #80885C
RGB: (128,136,92)

Color info

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

RGB color model

#80885C color RGB value is (128,136,92).

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

RGB channels and saturation

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

128
136
92

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 92 = 356 (100%)
R 128 of 356 ~ 35.96%
G 136 of 356 ~ 38.2%
B 92 of 356 ~ 25.84%

%35.96
%38.2
%25.84

CMYK color model

#80885C color CMYK value is (6,0,32,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(6,0,32,47)
C6M0Y32K47 
(6%,0%,32%,47%)
(0.06/0.00/0.32/0.47)	

CMYK percentages

%5.88
%0
%32.35
%46.67

Codes

Color #80885C in popluar color models

80885C
RGB12813692
HSL71°19.30%44.71%
HSB/HSV71°32.35%53.33%
CMYK5.88%0.00%32.35%
46.67%

Color #80885C in popluar number systems.

HEX80885C
Decimal12813692
Binary10000000100010001011100
Octal200210134

Shades and tints

Shades of #80885C

#80885C
(128,136,92)
#757C54
(117,124,84)
#6A704C
(106,112,76)
#5F6444
(95,100,68)
#54583C
(84,88,60)
#494C34
(73,76,52)
#3E402C
(62,64,44)
#333424
(51,52,36)
#28281C
(40,40,28)
#1D1C14
(29,28,20)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #80885C

#80885C
(128,136,92)
#8B926A
(139,146,106)
#969C78
(150,156,120)
#A1A686
(161,166,134)
#ACB094
(172,176,148)
#B7BAA2
(183,186,162)
#C2C4B0
(194,196,176)
#CDCEBE
(205,206,190)
#D8D8CC
(216,216,204)
#E3E2DA
(227,226,218)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80885C; }

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

This text font color is #80885C.


Background Color

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

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

This div background color is #80885C.


Border color

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

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

This div border color is #80885C.


Opacity

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

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

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

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

This text has shadow with #80885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80885C on black background.


Color preview on white background

This text has color #80885C on white background.



Black color preview on #80885C background

This text has black color on #80885C background.


White color preview on #80885C background

This text has white color on #80885C background.