COLOR #83828C

HEX: #83828C
RGB: (131,130,140)

Color info

#83828C contains red, green and blue colors in about the same proportion. Web safe color of #83828C is #999999 (or #999).

RGB color model

#83828C color RGB value is (131,130,140).

  • red value is 131;
  • green value is 130;
  • blue value is 140.
RGB:
(131,130,140)
(51%,51%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 140 of 255 = 55%

131
130
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 130 + 140 = 401 (100%)
R 131 of 401 ~ 32.67%
G 130 of 401 ~ 32.42%
B 140 of 401 ~ 34.91%

%32.67
%32.42
%34.91

CMYK color model

#83828C color CMYK value is (6,7,0,45).

  • cyan value is 6.43%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,7,0,45)
C6M7Y0K45 
(6%,7%,0%,45%)
(0.06/0.07/0.00/0.45)	

CMYK percentages

%6.43
%7.14
%0
%45.1

Codes

Color #83828C in popluar color models

83828C
RGB131130140
HSL246°4.17%52.94%
HSB/HSV246°7.14%54.90%
CMYK6.43%7.14%0.00%
45.10%

Color #83828C in popluar number systems.

HEX83828C
Decimal131130140
Binary100000111000001010001100
Octal203202214

Shades and tints

Shades of #83828C

#83828C
(131,130,140)
#787780
(120,119,128)
#6D6C74
(109,108,116)
#626168
(98,97,104)
#57565C
(87,86,92)
#4C4B50
(76,75,80)
#414044
(65,64,68)
#363538
(54,53,56)
#2B2A2C
(43,42,44)
#201F20
(32,31,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #83828C

#83828C
(131,130,140)
#8E8D96
(142,141,150)
#9998A0
(153,152,160)
#A4A3AA
(164,163,170)
#AFAEB4
(175,174,180)
#BAB9BE
(186,185,190)
#C5C4C8
(197,196,200)
#D0CFD2
(208,207,210)
#DBDADC
(219,218,220)
#E6E5E6
(230,229,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83828C color. Also use rgb(131,130,140) instead hex code.

Text Font Color

.myTextColor { color: #83828C; }

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

This text font color is #83828C.


Background Color

.myBgColor { background-color: #83828C; }

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

This div background color is #83828C.


Border color

.myBorderColor { border: 1px solid #83828C; }

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

This div border color is #83828C.


Opacity

.myOpacity80 { color: #83828C; opacity: 0.8; }

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

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

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

This text has shadow with #83828C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83828C on black background.


Color preview on white background

This text has color #83828C on white background.



Black color preview on #83828C background

This text has black color on #83828C background.


White color preview on #83828C background

This text has white color on #83828C background.