COLOR #828388

HEX: #828388
RGB: (130,131,136)

Color info

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

RGB color model

#828388 color RGB value is (130,131,136).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 136 of 255 = 53%

130
131
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 136 = 397 (100%)
R 130 of 397 ~ 32.75%
G 131 of 397 ~ 33%
B 136 of 397 ~ 34.26%

%32.75
%33
%34.26

CMYK color model

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

  • cyan value is 4.41%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,4,0,47)
C4M4Y0K47 
(4%,4%,0%,47%)
(0.04/0.04/0.00/0.47)	

CMYK percentages

%4.41
%3.68
%0
%46.67

Codes

Color #828388 in popluar color models

828388
RGB130131136
HSL230°2.46%52.16%
HSB/HSV230°4.41%53.33%
CMYK4.41%3.68%0.00%
46.67%

Color #828388 in popluar number systems.

HEX828388
Decimal130131136
Binary100000101000001110001000
Octal202203210

Shades and tints

Shades of #828388

#828388
(130,131,136)
#77787C
(119,120,124)
#6C6D70
(108,109,112)
#616264
(97,98,100)
#565758
(86,87,88)
#4B4C4C
(75,76,76)
#404140
(64,65,64)
#353634
(53,54,52)
#2A2B28
(42,43,40)
#1F201C
(31,32,28)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #828388

#828388
(130,131,136)
#8D8E92
(141,142,146)
#98999C
(152,153,156)
#A3A4A6
(163,164,166)
#AEAFB0
(174,175,176)
#B9BABA
(185,186,186)
#C4C5C4
(196,197,196)
#CFD0CE
(207,208,206)
#DADBD8
(218,219,216)
#E5E6E2
(229,230,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828388; }

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

This text font color is #828388.


Background Color

.myBgColor { background-color: #828388; }

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

This div background color is #828388.


Border color

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

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

This div border color is #828388.


Opacity

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

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

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

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

This text has shadow with #828388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828388 on black background.


Color preview on white background

This text has color #828388 on white background.



Black color preview on #828388 background

This text has black color on #828388 background.


White color preview on #828388 background

This text has white color on #828388 background.