COLOR #808881

HEX: #808881
RGB: (128,136,129)

Color info

#808881 contains red, green and blue colors in about the same proportion. Web safe color of #808881 is #669999 (or #699).

RGB color model

#808881 color RGB value is (128,136,129).

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

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 129 of 255 = 51%

128
136
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 129 = 393 (100%)
R 128 of 393 ~ 32.57%
G 136 of 393 ~ 34.61%
B 129 of 393 ~ 32.82%

%32.57
%34.61
%32.82

CMYK color model

#808881 color CMYK value is (6,0,5,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 46.67%
CMYK:
(6,0,5,47)
C6M0Y5K47 
(6%,0%,5%,47%)
(0.06/0.00/0.05/0.47)	

CMYK percentages

%5.88
%0
%5.15
%46.67

Codes

Color #808881 in popluar color models

808881
RGB128136129
HSL128°3.25%51.76%
HSB/HSV128°5.88%53.33%
CMYK5.88%0.00%5.15%
46.67%

Color #808881 in popluar number systems.

HEX808881
Decimal128136129
Binary100000001000100010000001
Octal200210201

Shades and tints

Shades of #808881

#808881
(128,136,129)
#757C76
(117,124,118)
#6A706B
(106,112,107)
#5F6460
(95,100,96)
#545855
(84,88,85)
#494C4A
(73,76,74)
#3E403F
(62,64,63)
#333434
(51,52,52)
#282829
(40,40,41)
#1D1C1E
(29,28,30)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #808881

#808881
(128,136,129)
#8B928C
(139,146,140)
#969C97
(150,156,151)
#A1A6A2
(161,166,162)
#ACB0AD
(172,176,173)
#B7BAB8
(183,186,184)
#C2C4C3
(194,196,195)
#CDCECE
(205,206,206)
#D8D8D9
(216,216,217)
#E3E2E4
(227,226,228)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808881; }

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

This text font color is #808881.


Background Color

.myBgColor { background-color: #808881; }

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

This div background color is #808881.


Border color

.myBorderColor { border: 1px solid #808881; }

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

This div border color is #808881.


Opacity

.myOpacity80 { color: #808881; opacity: 0.8; }

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

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

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

This text has shadow with #808881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808881 on black background.


Color preview on white background

This text has color #808881 on white background.



Black color preview on #808881 background

This text has black color on #808881 background.


White color preview on #808881 background

This text has white color on #808881 background.