COLOR #808D81

HEX: #808D81
RGB: (128,141,129)

Color info

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

RGB color model

#808D81 color RGB value is (128,141,129).

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

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 129 of 255 = 51%

128
141
129

R + G + B ~ 52%. #808D81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 141 + 129 = 398 (100%)
R 128 of 398 ~ 32.16%
G 141 of 398 ~ 35.43%
B 129 of 398 ~ 32.41%

%32.16
%35.43
%32.41

CMYK color model

#808D81 color CMYK value is (9,0,9,45).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 44.71%
CMYK:
(9,0,9,45)
C9M0Y9K45 
(9%,0%,9%,45%)
(0.09/0.00/0.09/0.45)	

CMYK percentages

%9.22
%0
%8.51
%44.71

Codes

Color #808D81 in popluar color models

808D81
RGB128141129
HSL125°5.39%52.75%
HSB/HSV125°9.22%55.29%
CMYK9.22%0.00%8.51%
44.71%

Color #808D81 in popluar number systems.

HEX808D81
Decimal128141129
Binary100000001000110110000001
Octal200215201

Shades and tints

Shades of #808D81

#808D81
(128,141,129)
#758176
(117,129,118)
#6A756B
(106,117,107)
#5F6960
(95,105,96)
#545D55
(84,93,85)
#49514A
(73,81,74)
#3E453F
(62,69,63)
#333934
(51,57,52)
#282D29
(40,45,41)
#1D211E
(29,33,30)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #808D81

#808D81
(128,141,129)
#8B978C
(139,151,140)
#96A197
(150,161,151)
#A1ABA2
(161,171,162)
#ACB5AD
(172,181,173)
#B7BFB8
(183,191,184)
#C2C9C3
(194,201,195)
#CDD3CE
(205,211,206)
#D8DDD9
(216,221,217)
#E3E7E4
(227,231,228)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808D81; }

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

This text font color is #808D81.


Background Color

.myBgColor { background-color: #808D81; }

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

This div background color is #808D81.


Border color

.myBorderColor { border: 1px solid #808D81; }

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

This div border color is #808D81.


Opacity

.myOpacity80 { color: #808D81; opacity: 0.8; }

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

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

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

This text has shadow with #808D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808D81 on black background.


Color preview on white background

This text has color #808D81 on white background.



Black color preview on #808D81 background

This text has black color on #808D81 background.


White color preview on #808D81 background

This text has white color on #808D81 background.