COLOR #828083

HEX: #828083 RGB: (130,128,131)

Color info

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

RGB color model

#828083 color RGB value is (130,128,131).

RGB: (130,128,131) (51%, 50%, 51%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 131 of 255 = 51%

130
128
131

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

Portions of RGB colors in percentages

R + G + B = 130 + 128 + 131 = 389 (100%)
R 130 of 389 ~ 33.42%
G 128 of 389 ~ 32.9%
B 131 of 389 ~ 33.68'%

%33.42
%32.9
%33.68

CMYK color model

#828083 color CMYK value is (1,2,0,49).

  • cyan value is 0.76%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (1,2,0,49)
C1M2Y0K49 (1%, 2%, 0%, 49%)
(0.01 / 0.02 / 0.00 / 0.49)

CMYK percentages

%0.76
%2.29
%0
%48.63

Codes

Color #828083 in popluar color models

82 80 83
RGB 130 128 131
HSL 280° 1.20% 50.78%
HSB/HSV 280° 2.29% 51.37%
CMYK 0.76% 2.29% 0.00%
48.63%

Color #828083 in popluar number systems.

HEX 82 80 83
Decimal 130 128 131
Binary 10000010 10000000 10000011
Octal 202 200 203

Shades and tints

Shades of #828083

#828083
(130,128,131)
#777578
(119,117,120)
#6C6A6D
(108,106,109)
#615F62
(97,95,98)
#565457
(86,84,87)
#4B494C
(75,73,76)
#403E41
(64,62,65)
#353336
(53,51,54)
#2A282B
(42,40,43)
#1F1D20
(31,29,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #828083

#828083
(130,128,131)
#8D8B8E
(141,139,142)
#989699
(152,150,153)
#A3A1A4
(163,161,164)
#AEACAF
(174,172,175)
#B9B7BA
(185,183,186)
#C4C2C5
(196,194,197)
#CFCDD0
(207,205,208)
#DAD8DB
(218,216,219)
#E5E3E6
(229,227,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828083; }

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

This text font color is #828083.

Background Color

.myBgColor { background-color: #828083; }

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

This div background color is #828083.

Border color

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

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

This div border color is #828083.

Opacity

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

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

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

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

This text has shadow with #828083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828083.

Preview

Color preview on black background

This text has color #828083 on black background.


Color preview on white background

This text has color #828083 on white background.


Black color preview on #828083 background

This text has black color on #828083 background.


White color preview on #828083 background

This text has white color on #828083 background.


Related colors

Complementary color

Complementary color for #hex is #7D7F7C.


I love getcolorcode.com

Triadic colors

1 #838280 and #808382 with #828083 are triadic colors.

2 #838082 and #808283 with #828083 are triadic colors.