COLOR #83828B

HEX: #83828B RGB: (131,130,139)

Color info

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

RGB color model

#83828B color RGB value is (131,130,139).

RGB: (131,130,139) (51%, 51%, 55%)

RGB channels and saturation

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

131
130
139

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

Portions of RGB colors in percentages

R + G + B = 131 + 130 + 139 = 400 (100%)
R 131 of 400 ~ 32.75%
G 130 of 400 ~ 32.5%
B 139 of 400 ~ 34.75'%

%32.75
%32.5
%34.75

CMYK color model

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

  • cyan value is 5.76%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (6,6,0,45)
C6M6Y0K45 (6%, 6%, 0%, 45%)
(0.06 / 0.06 / 0.00 / 0.45)

CMYK percentages

%5.76
%6.47
%0
%45.49

Codes

Color #83828B in popluar color models

83 82 8B
RGB 131 130 139
HSL 247° 3.73% 52.75%
HSB/HSV 247° 6.47% 54.51%
CMYK 5.76% 6.47% 0.00%
45.49%

Color #83828B in popluar number systems.

HEX 83 82 8B
Decimal 131 130 139
Binary 10000011 10000010 10001011
Octal 203 202 213

Shades and tints

Shades of #83828B

#83828B
(131,130,139)
#78777F
(120,119,127)
#6D6C73
(109,108,115)
#626167
(98,97,103)
#57565B
(87,86,91)
#4C4B4F
(76,75,79)
#414043
(65,64,67)
#363537
(54,53,55)
#2B2A2B
(43,42,43)
#201F1F
(32,31,31)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #83828B

#83828B
(131,130,139)
#8E8D95
(142,141,149)
#99989F
(153,152,159)
#A4A3A9
(164,163,169)
#AFAEB3
(175,174,179)
#BAB9BD
(186,185,189)
#C5C4C7
(197,196,199)
#D0CFD1
(208,207,209)
#DBDADB
(219,218,219)
#E6E5E5
(230,229,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83828B; }

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

This text font color is #83828B.

Background Color

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

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

This div background color is #83828B.

Border color

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

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

This div border color is #83828B.

Opacity

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

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

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

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

This text has shadow with #83828B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83828B.

Preview

Color preview on black background

This text has color #83828B on black background.


Color preview on white background

This text has color #83828B on white background.


Black color preview on #83828B background

This text has black color on #83828B background.


White color preview on #83828B background

This text has white color on #83828B background.


Related colors

Complementary color

Complementary color for #hex is #7C7D74.


I love getcolorcode.com

Triadic colors

1 #8B8382 and #828B83 with #83828B are triadic colors.

2 #8B8283 and #82838B with #83828B are triadic colors.