COLOR #80886E

HEX: #80886E
RGB: (128,136,110)

Color info

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

RGB color model

#80886E color RGB value is (128,136,110).

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

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 110 of 255 = 43%

128
136
110

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 110 = 374 (100%)
R 128 of 374 ~ 34.22%
G 136 of 374 ~ 36.36%
B 110 of 374 ~ 29.41%

%34.22
%36.36
%29.41

CMYK color model

#80886E color CMYK value is (6,0,19,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(6,0,19,47)
C6M0Y19K47 
(6%,0%,19%,47%)
(0.06/0.00/0.19/0.47)	

CMYK percentages

%5.88
%0
%19.12
%46.67

Codes

Color #80886E in popluar color models

80886E
RGB128136110
HSL78°10.57%48.24%
HSB/HSV78°19.12%53.33%
CMYK5.88%0.00%19.12%
46.67%

Color #80886E in popluar number systems.

HEX80886E
Decimal128136110
Binary10000000100010001101110
Octal200210156

Shades and tints

Shades of #80886E

#80886E
(128,136,110)
#757C64
(117,124,100)
#6A705A
(106,112,90)
#5F6450
(95,100,80)
#545846
(84,88,70)
#494C3C
(73,76,60)
#3E4032
(62,64,50)
#333428
(51,52,40)
#28281E
(40,40,30)
#1D1C14
(29,28,20)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #80886E

#80886E
(128,136,110)
#8B927B
(139,146,123)
#969C88
(150,156,136)
#A1A695
(161,166,149)
#ACB0A2
(172,176,162)
#B7BAAF
(183,186,175)
#C2C4BC
(194,196,188)
#CDCEC9
(205,206,201)
#D8D8D6
(216,216,214)
#E3E2E3
(227,226,227)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80886E; }

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

This text font color is #80886E.


Background Color

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

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

This div background color is #80886E.


Border color

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

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

This div border color is #80886E.


Opacity

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

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

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

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

This text has shadow with #80886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80886E on black background.


Color preview on white background

This text has color #80886E on white background.



Black color preview on #80886E background

This text has black color on #80886E background.


White color preview on #80886E background

This text has white color on #80886E background.