COLOR #85828C

HEX: #85828C
RGB: (133,130,140)

Color info

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

RGB color model

#85828C color RGB value is (133,130,140).

  • red value is 133;
  • green value is 130;
  • blue value is 140.
RGB:
(133,130,140)
(52%,51%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 140 of 255 = 55%

133
130
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 140 = 403 (100%)
R 133 of 403 ~ 33%
G 130 of 403 ~ 32.26%
B 140 of 403 ~ 34.74%

%33
%32.26
%34.74

CMYK color model

#85828C color CMYK value is (5,7,0,45).

  • cyan value is 5.00%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,7,0,45)
C5M7Y0K45 
(5%,7%,0%,45%)
(0.05/0.07/0.00/0.45)	

CMYK percentages

%5
%7.14
%0
%45.1

Codes

Color #85828C in popluar color models

85828C
RGB133130140
HSL258°4.17%52.94%
HSB/HSV258°7.14%54.90%
CMYK5.00%7.14%0.00%
45.10%

Color #85828C in popluar number systems.

HEX85828C
Decimal133130140
Binary100001011000001010001100
Octal205202214

Shades and tints

Shades of #85828C

#85828C
(133,130,140)
#797780
(121,119,128)
#6D6C74
(109,108,116)
#616168
(97,97,104)
#55565C
(85,86,92)
#494B50
(73,75,80)
#3D4044
(61,64,68)
#313538
(49,53,56)
#252A2C
(37,42,44)
#191F20
(25,31,32)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #85828C

#85828C
(133,130,140)
#908D96
(144,141,150)
#9B98A0
(155,152,160)
#A6A3AA
(166,163,170)
#B1AEB4
(177,174,180)
#BCB9BE
(188,185,190)
#C7C4C8
(199,196,200)
#D2CFD2
(210,207,210)
#DDDADC
(221,218,220)
#E8E5E6
(232,229,230)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85828C; }

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

This text font color is #85828C.


Background Color

.myBgColor { background-color: #85828C; }

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

This div background color is #85828C.


Border color

.myBorderColor { border: 1px solid #85828C; }

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

This div border color is #85828C.


Opacity

.myOpacity80 { color: #85828C; opacity: 0.8; }

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

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

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

This text has shadow with #85828C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85828C on black background.


Color preview on white background

This text has color #85828C on white background.



Black color preview on #85828C background

This text has black color on #85828C background.


White color preview on #85828C background

This text has white color on #85828C background.