COLOR #828587

HEX: #828587
RGB: (130,133,135)

Color info

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

RGB color model

#828587 color RGB value is (130,133,135).

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

RGB channels and saturation

R 130 of 255 = 51%
G 133 of 255 = 52%
B 135 of 255 = 53%

130
133
135

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

Portions of RGB colors in percentages

R + G + B =
130 + 133 + 135 = 398 (100%)
R 130 of 398 ~ 32.66%
G 133 of 398 ~ 33.42%
B 135 of 398 ~ 33.92%

%32.66
%33.42
%33.92

CMYK color model

#828587 color CMYK value is (4,1,0,47).

  • cyan value is 3.70%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,1,0,47)
C4M1Y0K47 
(4%,1%,0%,47%)
(0.04/0.01/0.00/0.47)	

CMYK percentages

%3.7
%1.48
%0
%47.06

Codes

Color #828587 in popluar color models

828587
RGB130133135
HSL204°2.04%51.96%
HSB/HSV204°3.70%52.94%
CMYK3.70%1.48%0.00%
47.06%

Color #828587 in popluar number systems.

HEX828587
Decimal130133135
Binary100000101000010110000111
Octal202205207

Shades and tints

Shades of #828587

#828587
(130,133,135)
#77797B
(119,121,123)
#6C6D6F
(108,109,111)
#616163
(97,97,99)
#565557
(86,85,87)
#4B494B
(75,73,75)
#403D3F
(64,61,63)
#353133
(53,49,51)
#2A2527
(42,37,39)
#1F191B
(31,25,27)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #828587

#828587
(130,133,135)
#8D9091
(141,144,145)
#989B9B
(152,155,155)
#A3A6A5
(163,166,165)
#AEB1AF
(174,177,175)
#B9BCB9
(185,188,185)
#C4C7C3
(196,199,195)
#CFD2CD
(207,210,205)
#DADDD7
(218,221,215)
#E5E8E1
(229,232,225)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828587; }

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

This text font color is #828587.


Background Color

.myBgColor { background-color: #828587; }

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

This div background color is #828587.


Border color

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

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

This div border color is #828587.


Opacity

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

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

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

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

This text has shadow with #828587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828587 on black background.


Color preview on white background

This text has color #828587 on white background.



Black color preview on #828587 background

This text has black color on #828587 background.


White color preview on #828587 background

This text has white color on #828587 background.