COLOR #828591

HEX: #828591 RGB: (130,133,145)

Color info

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

RGB color model

#828591 color RGB value is (130,133,145).

RGB: (130,133,145) (51%, 52%, 57%)

RGB channels and saturation

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

130
133
145

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

Portions of RGB colors in percentages

R + G + B = 130 + 133 + 145 = 408 (100%)
R 130 of 408 ~ 31.86%
G 133 of 408 ~ 32.6%
B 145 of 408 ~ 35.54'%

%31.86
%32.6
%35.54

CMYK color model

#828591 color CMYK value is (10,8,0,43).

  • cyan value is 10.34%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (10,8,0,43)
C10M8Y0K43 (10%, 8%, 0%, 43%)
(0.10 / 0.08 / 0.00 / 0.43)

CMYK percentages

%10.34
%8.28
%0
%43.14

Codes

Color #828591 in popluar color models

82 85 91
RGB 130 133 145
HSL 228° 6.38% 53.92%
HSB/HSV 228° 10.34% 56.86%
CMYK 10.34% 8.28% 0.00%
43.14%

Color #828591 in popluar number systems.

HEX 82 85 91
Decimal 130 133 145
Binary 10000010 10000101 10010001
Octal 202 205 221

Shades and tints

Shades of #828591

#828591
(130,133,145)
#777984
(119,121,132)
#6C6D77
(108,109,119)
#61616A
(97,97,106)
#56555D
(86,85,93)
#4B4950
(75,73,80)
#403D43
(64,61,67)
#353136
(53,49,54)
#2A2529
(42,37,41)
#1F191C
(31,25,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #828591

#828591
(130,133,145)
#8D909B
(141,144,155)
#989BA5
(152,155,165)
#A3A6AF
(163,166,175)
#AEB1B9
(174,177,185)
#B9BCC3
(185,188,195)
#C4C7CD
(196,199,205)
#CFD2D7
(207,210,215)
#DADDE1
(218,221,225)
#E5E8EB
(229,232,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828591; }

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

This text font color is #828591.

Background Color

.myBgColor { background-color: #828591; }

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

This div background color is #828591.

Border color

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

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

This div border color is #828591.

Opacity

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

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

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

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

This text has shadow with #828591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828591.

Preview

Color preview on black background

This text has color #828591 on black background.


Color preview on white background

This text has color #828591 on white background.


Black color preview on #828591 background

This text has black color on #828591 background.


White color preview on #828591 background

This text has white color on #828591 background.


Related colors

Complementary color

Complementary color for #hex is #7D7A6E.


I love getcolorcode.com

Triadic colors

1 #918285 and #859182 with #828591 are triadic colors.

2 #918582 and #858291 with #828591 are triadic colors.