COLOR #85848B

HEX: #85848B
RGB: (133,132,139)

Color info

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

RGB color model

#85848B color RGB value is (133,132,139).

  • red value is 133;
  • green value is 132;
  • blue value is 139.
RGB:
(133,132,139)
(52%,52%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 139 of 255 = 55%

133
132
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 132 + 139 = 404 (100%)
R 133 of 404 ~ 32.92%
G 132 of 404 ~ 32.67%
B 139 of 404 ~ 34.41%

%32.92
%32.67
%34.41

CMYK color model

#85848B color CMYK value is (4,5,0,45).

  • cyan value is 4.32%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,5,0,45)
C4M5Y0K45 
(4%,5%,0%,45%)
(0.04/0.05/0.00/0.45)	

CMYK percentages

%4.32
%5.04
%0
%45.49

Codes

Color #85848B in popluar color models

85848B
RGB133132139
HSL249°2.93%53.14%
HSB/HSV249°5.04%54.51%
CMYK4.32%5.04%0.00%
45.49%

Color #85848B in popluar number systems.

HEX85848B
Decimal133132139
Binary100001011000010010001011
Octal205204213

Shades and tints

Shades of #85848B

#85848B
(133,132,139)
#79787F
(121,120,127)
#6D6C73
(109,108,115)
#616067
(97,96,103)
#55545B
(85,84,91)
#49484F
(73,72,79)
#3D3C43
(61,60,67)
#313037
(49,48,55)
#25242B
(37,36,43)
#19181F
(25,24,31)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #85848B

#85848B
(133,132,139)
#908F95
(144,143,149)
#9B9A9F
(155,154,159)
#A6A5A9
(166,165,169)
#B1B0B3
(177,176,179)
#BCBBBD
(188,187,189)
#C7C6C7
(199,198,199)
#D2D1D1
(210,209,209)
#DDDCDB
(221,220,219)
#E8E7E5
(232,231,229)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85848B color. Also use rgb(133,132,139) instead hex code.

Text Font Color

.myTextColor { color: #85848B; }

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

This text font color is #85848B.


Background Color

.myBgColor { background-color: #85848B; }

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

This div background color is #85848B.


Border color

.myBorderColor { border: 1px solid #85848B; }

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

This div border color is #85848B.


Opacity

.myOpacity80 { color: #85848B; opacity: 0.8; }

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

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

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

This text has shadow with #85848B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85848B on black background.


Color preview on white background

This text has color #85848B on white background.



Black color preview on #85848B background

This text has black color on #85848B background.


White color preview on #85848B background

This text has white color on #85848B background.