COLOR #828392

HEX: #828392
RGB: (130,131,146)

Color info

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

RGB color model

#828392 color RGB value is (130,131,146).

  • red value is 130;
  • green value is 131;
  • blue value is 146.
RGB: (130,131,146) (51%,51%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 146 of 255 = 57%

130
131
146

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 146 = 407 (100%)
R 130 of 407 ~ 31.94%
G 131 of 407 ~ 32.19%
B 146 of 407 ~ 35.87%

%31.94
%32.19
%35.87

CMYK color model

#828392 color CMYK value is (11,10,0,43).

  • cyan value is 10.96%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (11,10,0,43) C11M10Y0K43 (11%,10%,0%,43%) (0.11/0.10/0.00/0.43)

CMYK percentages

%10.96
%10.27
%0
%42.75

Codes

Color #828392 in popluar color models

828392
RGB130131146
HSL236°6.84%54.12%
HSB/HSV236°10.96%57.25%
CMYK10.96%10.27%0.00%
42.75%

Color #828392 in popluar number systems.

HEX828392
Decimal130131146
Binary100000101000001110010010
Octal202203222

Shades and tints

Shades of #828392

#828392
(130,131,146)
#777885
(119,120,133)
#6C6D78
(108,109,120)
#61626B
(97,98,107)
#56575E
(86,87,94)
#4B4C51
(75,76,81)
#404144
(64,65,68)
#353637
(53,54,55)
#2A2B2A
(42,43,42)
#1F201D
(31,32,29)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #828392

#828392
(130,131,146)
#8D8E9B
(141,142,155)
#9899A4
(152,153,164)
#A3A4AD
(163,164,173)
#AEAFB6
(174,175,182)
#B9BABF
(185,186,191)
#C4C5C8
(196,197,200)
#CFD0D1
(207,208,209)
#DADBDA
(218,219,218)
#E5E6E3
(229,230,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828392; }

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

This text font color is #828392.


Background Color

.myBgColor { background-color: #828392; }

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

This div background color is #828392.


Border color

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

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

This div border color is #828392.


Opacity

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

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

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

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

This text has shadow with #828392 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #828392 on black background.


Color preview on white background

This text has color #828392 on white background.



Black color preview on #828392 background

This text has black color on #828392 background.


White color preview on #828392 background

This text has white color on #828392 background.