COLOR #828584

HEX: #828584
RGB: (130,133,132)

Color info

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

RGB color model

#828584 color RGB value is (130,133,132).

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

RGB channels and saturation

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

130
133
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 133 + 132 = 395 (100%)
R 130 of 395 ~ 32.91%
G 133 of 395 ~ 33.67%
B 132 of 395 ~ 33.42%

%32.91
%33.67
%33.42

CMYK color model

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

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

CMYK percentages

%2.26
%0
%0.75
%47.84

Codes

Color #828584 in popluar color models

828584
RGB130133132
HSL160°1.21%51.57%
HSB/HSV160°2.26%52.16%
CMYK2.26%0.00%0.75%
47.84%

Color #828584 in popluar number systems.

HEX828584
Decimal130133132
Binary100000101000010110000100
Octal202205204

Shades and tints

Shades of #828584

#828584
(130,133,132)
#777978
(119,121,120)
#6C6D6C
(108,109,108)
#616160
(97,97,96)
#565554
(86,85,84)
#4B4948
(75,73,72)
#403D3C
(64,61,60)
#353130
(53,49,48)
#2A2524
(42,37,36)
#1F1918
(31,25,24)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #828584

#828584
(130,133,132)
#8D908F
(141,144,143)
#989B9A
(152,155,154)
#A3A6A5
(163,166,165)
#AEB1B0
(174,177,176)
#B9BCBB
(185,188,187)
#C4C7C6
(196,199,198)
#CFD2D1
(207,210,209)
#DADDDC
(218,221,220)
#E5E8E7
(229,232,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828584; }

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

This text font color is #828584.


Background Color

.myBgColor { background-color: #828584; }

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

This div background color is #828584.


Border color

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

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

This div border color is #828584.


Opacity

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

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

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

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

This text has shadow with #828584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828584 on black background.


Color preview on white background

This text has color #828584 on white background.



Black color preview on #828584 background

This text has black color on #828584 background.


White color preview on #828584 background

This text has white color on #828584 background.