COLOR #80886F

HEX: #80886F
RGB: (128,136,111)

Color info

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

RGB color model

#80886F color RGB value is (128,136,111).

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

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 111 of 255 = 44%

128
136
111

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 111 = 375 (100%)
R 128 of 375 ~ 34.13%
G 136 of 375 ~ 36.27%
B 111 of 375 ~ 29.6%

%34.13
%36.27
%29.6

CMYK color model

#80886F color CMYK value is (6,0,18,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK:
(6,0,18,47)
C6M0Y18K47 
(6%,0%,18%,47%)
(0.06/0.00/0.18/0.47)	

CMYK percentages

%5.88
%0
%18.38
%46.67

Codes

Color #80886F in popluar color models

80886F
RGB128136111
HSL79°10.12%48.43%
HSB/HSV79°18.38%53.33%
CMYK5.88%0.00%18.38%
46.67%

Color #80886F in popluar number systems.

HEX80886F
Decimal128136111
Binary10000000100010001101111
Octal200210157

Shades and tints

Shades of #80886F

#80886F
(128,136,111)
#757C65
(117,124,101)
#6A705B
(106,112,91)
#5F6451
(95,100,81)
#545847
(84,88,71)
#494C3D
(73,76,61)
#3E4033
(62,64,51)
#333429
(51,52,41)
#28281F
(40,40,31)
#1D1C15
(29,28,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #80886F

#80886F
(128,136,111)
#8B927C
(139,146,124)
#969C89
(150,156,137)
#A1A696
(161,166,150)
#ACB0A3
(172,176,163)
#B7BAB0
(183,186,176)
#C2C4BD
(194,196,189)
#CDCECA
(205,206,202)
#D8D8D7
(216,216,215)
#E3E2E4
(227,226,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80886F color. Also use rgb(128,136,111) instead hex code.

Text Font Color

.myTextColor { color: #80886F; }

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

This text font color is #80886F.


Background Color

.myBgColor { background-color: #80886F; }

<div style="background-color:#80886F">Inner text</div>

This div background color is #80886F.


Border color

.myBorderColor { border: 1px solid #80886F; }

<div style="border:3px solid #80886F">Div</div>

This div border color is #80886F.


Opacity

.myOpacity80 { color: #80886F; opacity: 0.8; }

<p style="color:#80886F;opacity:0.8;">80%</p>

Text with #80886F 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 #80886F;}

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

This text has shadow with #80886F color.

.textShadow {text-shadow: 3px 3px 1px #80886F, 3px 3px 1px red;}

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

This text has shadow with #80886F primary color and red secondary color.


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

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

This text has shadow with #80886F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80886F on black background.


Color preview on white background

This text has color #80886F on white background.



Black color preview on #80886F background

This text has black color on #80886F background.


White color preview on #80886F background

This text has white color on #80886F background.