COLOR #828491

HEX: #828491
RGB: (130,132,145)

Color info

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

RGB color model

#828491 color RGB value is (130,132,145).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 145 of 255 = 57%

130
132
145

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 145 = 407 (100%)
R 130 of 407 ~ 31.94%
G 132 of 407 ~ 32.43%
B 145 of 407 ~ 35.63%

%31.94
%32.43
%35.63

CMYK color model

#828491 color CMYK value is (10,9,0,43).

  • cyan value is 10.34%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(10,9,0,43)
C10M9Y0K43 
(10%,9%,0%,43%)
(0.10/0.09/0.00/0.43)	

CMYK percentages

%10.34
%8.97
%0
%43.14

Codes

Color #828491 in popluar color models

828491
RGB130132145
HSL232°6.38%53.92%
HSB/HSV232°10.34%56.86%
CMYK10.34%8.97%0.00%
43.14%

Color #828491 in popluar number systems.

HEX828491
Decimal130132145
Binary100000101000010010010001
Octal202204221

Shades and tints

Shades of #828491

#828491
(130,132,145)
#777884
(119,120,132)
#6C6C77
(108,108,119)
#61606A
(97,96,106)
#56545D
(86,84,93)
#4B4850
(75,72,80)
#403C43
(64,60,67)
#353036
(53,48,54)
#2A2429
(42,36,41)
#1F181C
(31,24,28)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #828491

#828491
(130,132,145)
#8D8F9B
(141,143,155)
#989AA5
(152,154,165)
#A3A5AF
(163,165,175)
#AEB0B9
(174,176,185)
#B9BBC3
(185,187,195)
#C4C6CD
(196,198,205)
#CFD1D7
(207,209,215)
#DADCE1
(218,220,225)
#E5E7EB
(229,231,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828491; }

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

This text font color is #828491.


Background Color

.myBgColor { background-color: #828491; }

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

This div background color is #828491.


Border color

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

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

This div border color is #828491.


Opacity

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

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

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

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

This text has shadow with #828491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828491 on black background.


Color preview on white background

This text has color #828491 on white background.



Black color preview on #828491 background

This text has black color on #828491 background.


White color preview on #828491 background

This text has white color on #828491 background.