COLOR #808583

HEX: #808583
RGB: (128,133,131)

Color info

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

RGB color model

#808583 color RGB value is (128,133,131).

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

RGB channels and saturation

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

128
133
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 131 = 392 (100%)
R 128 of 392 ~ 32.65%
G 133 of 392 ~ 33.93%
B 131 of 392 ~ 33.42%

%32.65
%33.93
%33.42

CMYK color model

#808583 color CMYK value is (4,0,2,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 1.50%
  • key color value is 47.84%
CMYK:
(4,0,2,48)
C4M0Y2K48 
(4%,0%,2%,48%)
(0.04/0.00/0.02/0.48)	

CMYK percentages

%3.76
%0
%1.5
%47.84

Codes

Color #808583 in popluar color models

808583
RGB128133131
HSL156°2.01%51.18%
HSB/HSV156°3.76%52.16%
CMYK3.76%0.00%1.50%
47.84%

Color #808583 in popluar number systems.

HEX808583
Decimal128133131
Binary100000001000010110000011
Octal200205203

Shades and tints

Shades of #808583

#808583
(128,133,131)
#757978
(117,121,120)
#6A6D6D
(106,109,109)
#5F6162
(95,97,98)
#545557
(84,85,87)
#49494C
(73,73,76)
#3E3D41
(62,61,65)
#333136
(51,49,54)
#28252B
(40,37,43)
#1D1920
(29,25,32)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #808583

#808583
(128,133,131)
#8B908E
(139,144,142)
#969B99
(150,155,153)
#A1A6A4
(161,166,164)
#ACB1AF
(172,177,175)
#B7BCBA
(183,188,186)
#C2C7C5
(194,199,197)
#CDD2D0
(205,210,208)
#D8DDDB
(216,221,219)
#E3E8E6
(227,232,230)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808583; }

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

This text font color is #808583.


Background Color

.myBgColor { background-color: #808583; }

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

This div background color is #808583.


Border color

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

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

This div border color is #808583.


Opacity

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

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

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

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

This text has shadow with #808583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808583 on black background.


Color preview on white background

This text has color #808583 on white background.



Black color preview on #808583 background

This text has black color on #808583 background.


White color preview on #808583 background

This text has white color on #808583 background.