COLOR #83808B

HEX: #83808B
RGB: (131,128,139)

Color info

#83808B contains red, green and blue colors in about the same proportion. Web safe color of #83808B is #996699 (or #969).

RGB color model

#83808B color RGB value is (131,128,139).

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

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 139 of 255 = 55%

131
128
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 139 = 398 (100%)
R 131 of 398 ~ 32.91%
G 128 of 398 ~ 32.16%
B 139 of 398 ~ 34.92%

%32.91
%32.16
%34.92

CMYK color model

#83808B color CMYK value is (6,8,0,45).

  • cyan value is 5.76%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,8,0,45)
C6M8Y0K45 
(6%,8%,0%,45%)
(0.06/0.08/0.00/0.45)	

CMYK percentages

%5.76
%7.91
%0
%45.49

Codes

Color #83808B in popluar color models

83808B
RGB131128139
HSL256°4.53%52.35%
HSB/HSV256°7.91%54.51%
CMYK5.76%7.91%0.00%
45.49%

Color #83808B in popluar number systems.

HEX83808B
Decimal131128139
Binary100000111000000010001011
Octal203200213

Shades and tints

Shades of #83808B

#83808B
(131,128,139)
#78757F
(120,117,127)
#6D6A73
(109,106,115)
#625F67
(98,95,103)
#57545B
(87,84,91)
#4C494F
(76,73,79)
#413E43
(65,62,67)
#363337
(54,51,55)
#2B282B
(43,40,43)
#201D1F
(32,29,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #83808B

#83808B
(131,128,139)
#8E8B95
(142,139,149)
#99969F
(153,150,159)
#A4A1A9
(164,161,169)
#AFACB3
(175,172,179)
#BAB7BD
(186,183,189)
#C5C2C7
(197,194,199)
#D0CDD1
(208,205,209)
#DBD8DB
(219,216,219)
#E6E3E5
(230,227,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83808B; }

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

This text font color is #83808B.


Background Color

.myBgColor { background-color: #83808B; }

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

This div background color is #83808B.


Border color

.myBorderColor { border: 1px solid #83808B; }

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

This div border color is #83808B.


Opacity

.myOpacity80 { color: #83808B; opacity: 0.8; }

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

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

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

This text has shadow with #83808B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83808B on black background.


Color preview on white background

This text has color #83808B on white background.



Black color preview on #83808B background

This text has black color on #83808B background.


White color preview on #83808B background

This text has white color on #83808B background.