COLOR #828180

HEX: #828180
RGB: (130,129,128)

Color info

#828180 contains red, green and blue colors in about the same proportion. Web safe color of #828180 is #999966 (or #996).

RGB color model

#828180 color RGB value is (130,129,128).

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

RGB channels and saturation

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

130
129
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 128 = 387 (100%)
R 130 of 387 ~ 33.59%
G 129 of 387 ~ 33.33%
B 128 of 387 ~ 33.07%

%33.59
%33.33
%33.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,1,2,49)
C0M1Y2K49 
(0%,1%,2%,49%)
(0.00/0.01/0.02/0.49)	

CMYK percentages

%0
%0.77
%1.54
%49.02

Codes

Color #828180 in popluar color models

828180
RGB130129128
HSL30°0.79%50.59%
HSB/HSV30°1.54%50.98%
CMYK0.00%0.77%1.54%
49.02%

Color #828180 in popluar number systems.

HEX828180
Decimal130129128
Binary100000101000000110000000
Octal202201200

Shades and tints

Shades of #828180

#828180
(130,129,128)
#777675
(119,118,117)
#6C6B6A
(108,107,106)
#61605F
(97,96,95)
#565554
(86,85,84)
#4B4A49
(75,74,73)
#403F3E
(64,63,62)
#353433
(53,52,51)
#2A2928
(42,41,40)
#1F1E1D
(31,30,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #828180

#828180
(130,129,128)
#8D8C8B
(141,140,139)
#989796
(152,151,150)
#A3A2A1
(163,162,161)
#AEADAC
(174,173,172)
#B9B8B7
(185,184,183)
#C4C3C2
(196,195,194)
#CFCECD
(207,206,205)
#DAD9D8
(218,217,216)
#E5E4E3
(229,228,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828180; }

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

This text font color is #828180.


Background Color

.myBgColor { background-color: #828180; }

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

This div background color is #828180.


Border color

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

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

This div border color is #828180.


Opacity

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

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

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

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

This text has shadow with #828180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828180 on black background.


Color preview on white background

This text has color #828180 on white background.



Black color preview on #828180 background

This text has black color on #828180 background.


White color preview on #828180 background

This text has white color on #828180 background.