COLOR #828085

HEX: #828085
RGB: (130,128,133)

Color info

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

RGB color model

#828085 color RGB value is (130,128,133).

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

RGB channels and saturation

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

130
128
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 133 = 391 (100%)
R 130 of 391 ~ 33.25%
G 128 of 391 ~ 32.74%
B 133 of 391 ~ 34.02%

%33.25
%32.74
%34.02

CMYK color model

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

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

CMYK percentages

%2.26
%3.76
%0
%47.84

Codes

Color #828085 in popluar color models

828085
RGB130128133
HSL264°2.01%51.18%
HSB/HSV264°3.76%52.16%
CMYK2.26%3.76%0.00%
47.84%

Color #828085 in popluar number systems.

HEX828085
Decimal130128133
Binary100000101000000010000101
Octal202200205

Shades and tints

Shades of #828085

#828085
(130,128,133)
#777579
(119,117,121)
#6C6A6D
(108,106,109)
#615F61
(97,95,97)
#565455
(86,84,85)
#4B4949
(75,73,73)
#403E3D
(64,62,61)
#353331
(53,51,49)
#2A2825
(42,40,37)
#1F1D19
(31,29,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #828085

#828085
(130,128,133)
#8D8B90
(141,139,144)
#98969B
(152,150,155)
#A3A1A6
(163,161,166)
#AEACB1
(174,172,177)
#B9B7BC
(185,183,188)
#C4C2C7
(196,194,199)
#CFCDD2
(207,205,210)
#DAD8DD
(218,216,221)
#E5E3E8
(229,227,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828085; }

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

This text font color is #828085.


Background Color

.myBgColor { background-color: #828085; }

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

This div background color is #828085.


Border color

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

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

This div border color is #828085.


Opacity

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

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

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

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

This text has shadow with #828085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828085 on black background.


Color preview on white background

This text has color #828085 on white background.



Black color preview on #828085 background

This text has black color on #828085 background.


White color preview on #828085 background

This text has white color on #828085 background.