COLOR #828184

HEX: #828184
RGB: (130,129,132)

Color info

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

RGB color model

#828184 color RGB value is (130,129,132).

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

RGB channels and saturation

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

130
129
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 132 = 391 (100%)
R 130 of 391 ~ 33.25%
G 129 of 391 ~ 32.99%
B 132 of 391 ~ 33.76%

%33.25
%32.99
%33.76

CMYK color model

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

  • cyan value is 1.52%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,2,0,48)
C2M2Y0K48 
(2%,2%,0%,48%)
(0.02/0.02/0.00/0.48)	

CMYK percentages

%1.52
%2.27
%0
%48.24

Codes

Color #828184 in popluar color models

828184
RGB130129132
HSL260°1.20%51.18%
HSB/HSV260°2.27%51.76%
CMYK1.52%2.27%0.00%
48.24%

Color #828184 in popluar number systems.

HEX828184
Decimal130129132
Binary100000101000000110000100
Octal202201204

Shades and tints

Shades of #828184

#828184
(130,129,132)
#777678
(119,118,120)
#6C6B6C
(108,107,108)
#616060
(97,96,96)
#565554
(86,85,84)
#4B4A48
(75,74,72)
#403F3C
(64,63,60)
#353430
(53,52,48)
#2A2924
(42,41,36)
#1F1E18
(31,30,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #828184

#828184
(130,129,132)
#8D8C8F
(141,140,143)
#98979A
(152,151,154)
#A3A2A5
(163,162,165)
#AEADB0
(174,173,176)
#B9B8BB
(185,184,187)
#C4C3C6
(196,195,198)
#CFCED1
(207,206,209)
#DAD9DC
(218,217,220)
#E5E4E7
(229,228,231)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828184; }

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

This text font color is #828184.


Background Color

.myBgColor { background-color: #828184; }

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

This div background color is #828184.


Border color

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

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

This div border color is #828184.


Opacity

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

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

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

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

This text has shadow with #828184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828184 on black background.


Color preview on white background

This text has color #828184 on white background.



Black color preview on #828184 background

This text has black color on #828184 background.


White color preview on #828184 background

This text has white color on #828184 background.