COLOR #808581

HEX: #808581
RGB: (128,133,129)

Color info

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

RGB color model

#808581 color RGB value is (128,133,129).

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

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 129 of 255 = 51%

128
133
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 129 = 390 (100%)
R 128 of 390 ~ 32.82%
G 133 of 390 ~ 34.1%
B 129 of 390 ~ 33.08%

%32.82
%34.1
%33.08

CMYK color model

#808581 color CMYK value is (4,0,3,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(4,0,3,48)
C4M0Y3K48 
(4%,0%,3%,48%)
(0.04/0.00/0.03/0.48)	

CMYK percentages

%3.76
%0
%3.01
%47.84

Codes

Color #808581 in popluar color models

808581
RGB128133129
HSL132°2.01%51.18%
HSB/HSV132°3.76%52.16%
CMYK3.76%0.00%3.01%
47.84%

Color #808581 in popluar number systems.

HEX808581
Decimal128133129
Binary100000001000010110000001
Octal200205201

Shades and tints

Shades of #808581

#808581
(128,133,129)
#757976
(117,121,118)
#6A6D6B
(106,109,107)
#5F6160
(95,97,96)
#545555
(84,85,85)
#49494A
(73,73,74)
#3E3D3F
(62,61,63)
#333134
(51,49,52)
#282529
(40,37,41)
#1D191E
(29,25,30)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #808581

#808581
(128,133,129)
#8B908C
(139,144,140)
#969B97
(150,155,151)
#A1A6A2
(161,166,162)
#ACB1AD
(172,177,173)
#B7BCB8
(183,188,184)
#C2C7C3
(194,199,195)
#CDD2CE
(205,210,206)
#D8DDD9
(216,221,217)
#E3E8E4
(227,232,228)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808581; }

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

This text font color is #808581.


Background Color

.myBgColor { background-color: #808581; }

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

This div background color is #808581.


Border color

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

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

This div border color is #808581.


Opacity

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

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

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

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

This text has shadow with #808581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808581 on black background.


Color preview on white background

This text has color #808581 on white background.



Black color preview on #808581 background

This text has black color on #808581 background.


White color preview on #808581 background

This text has white color on #808581 background.