COLOR #828389

HEX: #828389
RGB: (130,131,137)

Color info

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

RGB color model

#828389 color RGB value is (130,131,137).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 137 of 255 = 54%

130
131
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 137 = 398 (100%)
R 130 of 398 ~ 32.66%
G 131 of 398 ~ 32.91%
B 137 of 398 ~ 34.42%

%32.66
%32.91
%34.42

CMYK color model

#828389 color CMYK value is (5,4,0,46).

  • cyan value is 5.11%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(5,4,0,46)
C5M4Y0K46 
(5%,4%,0%,46%)
(0.05/0.04/0.00/0.46)	

CMYK percentages

%5.11
%4.38
%0
%46.27

Codes

Color #828389 in popluar color models

828389
RGB130131137
HSL231°2.88%52.35%
HSB/HSV231°5.11%53.73%
CMYK5.11%4.38%0.00%
46.27%

Color #828389 in popluar number systems.

HEX828389
Decimal130131137
Binary100000101000001110001001
Octal202203211

Shades and tints

Shades of #828389

#828389
(130,131,137)
#77787D
(119,120,125)
#6C6D71
(108,109,113)
#616265
(97,98,101)
#565759
(86,87,89)
#4B4C4D
(75,76,77)
#404141
(64,65,65)
#353635
(53,54,53)
#2A2B29
(42,43,41)
#1F201D
(31,32,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #828389

#828389
(130,131,137)
#8D8E93
(141,142,147)
#98999D
(152,153,157)
#A3A4A7
(163,164,167)
#AEAFB1
(174,175,177)
#B9BABB
(185,186,187)
#C4C5C5
(196,197,197)
#CFD0CF
(207,208,207)
#DADBD9
(218,219,217)
#E5E6E3
(229,230,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828389; }

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

This text font color is #828389.


Background Color

.myBgColor { background-color: #828389; }

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

This div background color is #828389.


Border color

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

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

This div border color is #828389.


Opacity

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

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

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

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

This text has shadow with #828389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828389 on black background.


Color preview on white background

This text has color #828389 on white background.



Black color preview on #828389 background

This text has black color on #828389 background.


White color preview on #828389 background

This text has white color on #828389 background.