COLOR #828787

HEX: #828787
RGB: (130,135,135)

Color info

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

RGB color model

#828787 color RGB value is (130,135,135).

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

RGB channels and saturation

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

130
135
135

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 135 = 400 (100%)
R 130 of 400 ~ 32.5%
G 135 of 400 ~ 33.75%
B 135 of 400 ~ 33.75%

%32.5
%33.75
%33.75

CMYK color model

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

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

CMYK percentages

%3.7
%0
%0
%47.06

Codes

Color #828787 in popluar color models

828787
RGB130135135
HSL180°2.04%51.96%
HSB/HSV180°3.70%52.94%
CMYK3.70%0.00%0.00%
47.06%

Color #828787 in popluar number systems.

HEX828787
Decimal130135135
Binary100000101000011110000111
Octal202207207

Shades and tints

Shades of #828787

#828787
(130,135,135)
#777B7B
(119,123,123)
#6C6F6F
(108,111,111)
#616363
(97,99,99)
#565757
(86,87,87)
#4B4B4B
(75,75,75)
#403F3F
(64,63,63)
#353333
(53,51,51)
#2A2727
(42,39,39)
#1F1B1B
(31,27,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #828787

#828787
(130,135,135)
#8D9191
(141,145,145)
#989B9B
(152,155,155)
#A3A5A5
(163,165,165)
#AEAFAF
(174,175,175)
#B9B9B9
(185,185,185)
#C4C3C3
(196,195,195)
#CFCDCD
(207,205,205)
#DAD7D7
(218,215,215)
#E5E1E1
(229,225,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828787; }

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

This text font color is #828787.


Background Color

.myBgColor { background-color: #828787; }

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

This div background color is #828787.


Border color

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

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

This div border color is #828787.


Opacity

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

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

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

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

This text has shadow with #828787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828787 on black background.


Color preview on white background

This text has color #828787 on white background.



Black color preview on #828787 background

This text has black color on #828787 background.


White color preview on #828787 background

This text has white color on #828787 background.