COLOR #85838F

HEX: #85838F
RGB: (133,131,143)

Color info

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

RGB color model

#85838F color RGB value is (133,131,143).

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

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 143 of 255 = 56%

133
131
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 143 = 407 (100%)
R 133 of 407 ~ 32.68%
G 131 of 407 ~ 32.19%
B 143 of 407 ~ 35.14%

%32.68
%32.19
%35.14

CMYK color model

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

  • cyan value is 6.99%
  • magenta value is 8.39%
  • 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
%8.39
%0
%43.92

Codes

Color #85838F in popluar color models

85838F
RGB133131143
HSL250°5.08%53.73%
HSB/HSV250°8.39%56.08%
CMYK6.99%8.39%0.00%
43.92%

Color #85838F in popluar number systems.

HEX85838F
Decimal133131143
Binary100001011000001110001111
Octal205203217

Shades and tints

Shades of #85838F

#85838F
(133,131,143)
#797882
(121,120,130)
#6D6D75
(109,109,117)
#616268
(97,98,104)
#55575B
(85,87,91)
#494C4E
(73,76,78)
#3D4141
(61,65,65)
#313634
(49,54,52)
#252B27
(37,43,39)
#19201A
(25,32,26)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #85838F

#85838F
(133,131,143)
#908E99
(144,142,153)
#9B99A3
(155,153,163)
#A6A4AD
(166,164,173)
#B1AFB7
(177,175,183)
#BCBAC1
(188,186,193)
#C7C5CB
(199,197,203)
#D2D0D5
(210,208,213)
#DDDBDF
(221,219,223)
#E8E6E9
(232,230,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85838F; }

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

This text font color is #85838F.


Background Color

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

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

This div background color is #85838F.


Border color

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

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

This div border color is #85838F.


Opacity

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

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

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

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

This text has shadow with #85838F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85838F on black background.


Color preview on white background

This text has color #85838F on white background.



Black color preview on #85838F background

This text has black color on #85838F background.


White color preview on #85838F background

This text has white color on #85838F background.