COLOR #808883

HEX: #808883
RGB: (128,136,131)

Color info

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

RGB color model

#808883 color RGB value is (128,136,131).

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

RGB channels and saturation

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

128
136
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 131 = 395 (100%)
R 128 of 395 ~ 32.41%
G 136 of 395 ~ 34.43%
B 131 of 395 ~ 33.16%

%32.41
%34.43
%33.16

CMYK color model

#808883 color CMYK value is (6,0,4,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%
CMYK:
(6,0,4,47)
C6M0Y4K47 
(6%,0%,4%,47%)
(0.06/0.00/0.04/0.47)	

CMYK percentages

%5.88
%0
%3.68
%46.67

Codes

Color #808883 in popluar color models

808883
RGB128136131
HSL143°3.25%51.76%
HSB/HSV143°5.88%53.33%
CMYK5.88%0.00%3.68%
46.67%

Color #808883 in popluar number systems.

HEX808883
Decimal128136131
Binary100000001000100010000011
Octal200210203

Shades and tints

Shades of #808883

#808883
(128,136,131)
#757C78
(117,124,120)
#6A706D
(106,112,109)
#5F6462
(95,100,98)
#545857
(84,88,87)
#494C4C
(73,76,76)
#3E4041
(62,64,65)
#333436
(51,52,54)
#28282B
(40,40,43)
#1D1C20
(29,28,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #808883

#808883
(128,136,131)
#8B928E
(139,146,142)
#969C99
(150,156,153)
#A1A6A4
(161,166,164)
#ACB0AF
(172,176,175)
#B7BABA
(183,186,186)
#C2C4C5
(194,196,197)
#CDCED0
(205,206,208)
#D8D8DB
(216,216,219)
#E3E2E6
(227,226,230)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808883; }

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

This text font color is #808883.


Background Color

.myBgColor { background-color: #808883; }

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

This div background color is #808883.


Border color

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

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

This div border color is #808883.


Opacity

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

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

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

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

This text has shadow with #808883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808883 on black background.


Color preview on white background

This text has color #808883 on white background.



Black color preview on #808883 background

This text has black color on #808883 background.


White color preview on #808883 background

This text has white color on #808883 background.