COLOR #85848F

HEX: #85848F
RGB: (133,132,143)

Color info

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

RGB color model

#85848F color RGB value is (133,132,143).

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

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 143 of 255 = 56%

133
132
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 132 + 143 = 408 (100%)
R 133 of 408 ~ 32.6%
G 132 of 408 ~ 32.35%
B 143 of 408 ~ 35.05%

%32.6
%32.35
%35.05

CMYK color model

#85848F color CMYK value is (7,8,0,44).

  • cyan value is 6.99%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(7,8,0,44)
C7M8Y0K44 
(7%,8%,0%,44%)
(0.07/0.08/0.00/0.44)	

CMYK percentages

%6.99
%7.69
%0
%43.92

Codes

Color #85848F in popluar color models

85848F
RGB133132143
HSL245°4.68%53.92%
HSB/HSV245°7.69%56.08%
CMYK6.99%7.69%0.00%
43.92%

Color #85848F in popluar number systems.

HEX85848F
Decimal133132143
Binary100001011000010010001111
Octal205204217

Shades and tints

Shades of #85848F

#85848F
(133,132,143)
#797882
(121,120,130)
#6D6C75
(109,108,117)
#616068
(97,96,104)
#55545B
(85,84,91)
#49484E
(73,72,78)
#3D3C41
(61,60,65)
#313034
(49,48,52)
#252427
(37,36,39)
#19181A
(25,24,26)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #85848F

#85848F
(133,132,143)
#908F99
(144,143,153)
#9B9AA3
(155,154,163)
#A6A5AD
(166,165,173)
#B1B0B7
(177,176,183)
#BCBBC1
(188,187,193)
#C7C6CB
(199,198,203)
#D2D1D5
(210,209,213)
#DDDCDF
(221,220,223)
#E8E7E9
(232,231,233)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85848F; }

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

This text font color is #85848F.


Background Color

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

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

This div background color is #85848F.


Border color

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

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

This div border color is #85848F.


Opacity

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

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

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

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

This text has shadow with #85848F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85848F on black background.


Color preview on white background

This text has color #85848F on white background.



Black color preview on #85848F background

This text has black color on #85848F background.


White color preview on #85848F background

This text has white color on #85848F background.