COLOR #828582

HEX: #828582
RGB: (130,133,130)

Color info

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

RGB color model

#828582 color RGB value is (130,133,130).

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

RGB channels and saturation

R 130 of 255 = 51%
G 133 of 255 = 52%
B 130 of 255 = 51%

130
133
130

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

Portions of RGB colors in percentages

R + G + B =
130 + 133 + 130 = 393 (100%)
R 130 of 393 ~ 33.08%
G 133 of 393 ~ 33.84%
B 130 of 393 ~ 33.08%

%33.08
%33.84
%33.08

CMYK color model

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

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(2,0,2,48)
C2M0Y2K48 
(2%,0%,2%,48%)
(0.02/0.00/0.02/0.48)	

CMYK percentages

%2.26
%0
%2.26
%47.84

Codes

Color #828582 in popluar color models

828582
RGB130133130
HSL120°1.21%51.57%
HSB/HSV120°2.26%52.16%
CMYK2.26%0.00%2.26%
47.84%

Color #828582 in popluar number systems.

HEX828582
Decimal130133130
Binary100000101000010110000010
Octal202205202

Shades and tints

Shades of #828582

#828582
(130,133,130)
#777977
(119,121,119)
#6C6D6C
(108,109,108)
#616161
(97,97,97)
#565556
(86,85,86)
#4B494B
(75,73,75)
#403D40
(64,61,64)
#353135
(53,49,53)
#2A252A
(42,37,42)
#1F191F
(31,25,31)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #828582

#828582
(130,133,130)
#8D908D
(141,144,141)
#989B98
(152,155,152)
#A3A6A3
(163,166,163)
#AEB1AE
(174,177,174)
#B9BCB9
(185,188,185)
#C4C7C4
(196,199,196)
#CFD2CF
(207,210,207)
#DADDDA
(218,221,218)
#E5E8E5
(229,232,229)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828582; }

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

This text font color is #828582.


Background Color

.myBgColor { background-color: #828582; }

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

This div background color is #828582.


Border color

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

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

This div border color is #828582.


Opacity

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

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

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

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

This text has shadow with #828582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828582 on black background.


Color preview on white background

This text has color #828582 on white background.



Black color preview on #828582 background

This text has black color on #828582 background.


White color preview on #828582 background

This text has white color on #828582 background.