COLOR #828181

HEX: #828181
RGB: (130,129,129)

Color info

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

RGB color model

#828181 color RGB value is (130,129,129).

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

RGB channels and saturation

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

130
129
129

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 129 = 388 (100%)
R 130 of 388 ~ 33.51%
G 129 of 388 ~ 33.25%
B 129 of 388 ~ 33.25%

%33.51
%33.25
%33.25

CMYK color model

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

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

CMYK percentages

%0
%0.77
%0.77
%49.02

Codes

Color #828181 in popluar color models

828181
RGB130129129
HSL0.40%50.78%
HSB/HSV0.77%50.98%
CMYK0.00%0.77%0.77%
49.02%

Color #828181 in popluar number systems.

HEX828181
Decimal130129129
Binary100000101000000110000001
Octal202201201

Shades and tints

Shades of #828181

#828181
(130,129,129)
#777676
(119,118,118)
#6C6B6B
(108,107,107)
#616060
(97,96,96)
#565555
(86,85,85)
#4B4A4A
(75,74,74)
#403F3F
(64,63,63)
#353434
(53,52,52)
#2A2929
(42,41,41)
#1F1E1E
(31,30,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #828181

#828181
(130,129,129)
#8D8C8C
(141,140,140)
#989797
(152,151,151)
#A3A2A2
(163,162,162)
#AEADAD
(174,173,173)
#B9B8B8
(185,184,184)
#C4C3C3
(196,195,195)
#CFCECE
(207,206,206)
#DAD9D9
(218,217,217)
#E5E4E4
(229,228,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828181; }

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

This text font color is #828181.


Background Color

.myBgColor { background-color: #828181; }

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

This div background color is #828181.


Border color

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

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

This div border color is #828181.


Opacity

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

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

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

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

This text has shadow with #828181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828181 on black background.


Color preview on white background

This text has color #828181 on white background.



Black color preview on #828181 background

This text has black color on #828181 background.


White color preview on #828181 background

This text has white color on #828181 background.