COLOR #85838D

HEX: #85838D
RGB: (133,131,141)

Color info

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

RGB color model

#85838D color RGB value is (133,131,141).

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

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 141 of 255 = 55%

133
131
141

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 141 = 405 (100%)
R 133 of 405 ~ 32.84%
G 131 of 405 ~ 32.35%
B 141 of 405 ~ 34.81%

%32.84
%32.35
%34.81

CMYK color model

#85838D color CMYK value is (6,7,0,45).

  • cyan value is 5.67%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(6,7,0,45)
C6M7Y0K45 
(6%,7%,0%,45%)
(0.06/0.07/0.00/0.45)	

CMYK percentages

%5.67
%7.09
%0
%44.71

Codes

Color #85838D in popluar color models

85838D
RGB133131141
HSL252°4.20%53.33%
HSB/HSV252°7.09%55.29%
CMYK5.67%7.09%0.00%
44.71%

Color #85838D in popluar number systems.

HEX85838D
Decimal133131141
Binary100001011000001110001101
Octal205203215

Shades and tints

Shades of #85838D

#85838D
(133,131,141)
#797881
(121,120,129)
#6D6D75
(109,109,117)
#616269
(97,98,105)
#55575D
(85,87,93)
#494C51
(73,76,81)
#3D4145
(61,65,69)
#313639
(49,54,57)
#252B2D
(37,43,45)
#192021
(25,32,33)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #85838D

#85838D
(133,131,141)
#908E97
(144,142,151)
#9B99A1
(155,153,161)
#A6A4AB
(166,164,171)
#B1AFB5
(177,175,181)
#BCBABF
(188,186,191)
#C7C5C9
(199,197,201)
#D2D0D3
(210,208,211)
#DDDBDD
(221,219,221)
#E8E6E7
(232,230,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85838D; }

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

This text font color is #85838D.


Background Color

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

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

This div background color is #85838D.


Border color

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

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

This div border color is #85838D.


Opacity

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

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

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

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

This text has shadow with #85838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85838D on black background.


Color preview on white background

This text has color #85838D on white background.



Black color preview on #85838D background

This text has black color on #85838D background.


White color preview on #85838D background

This text has white color on #85838D background.