COLOR #85838E

HEX: #85838E
RGB: (133,131,142)

Color info

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

RGB color model

#85838E color RGB value is (133,131,142).

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

RGB channels and saturation

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

133
131
142

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 142 = 406 (100%)
R 133 of 406 ~ 32.76%
G 131 of 406 ~ 32.27%
B 142 of 406 ~ 34.98%

%32.76
%32.27
%34.98

CMYK color model

#85838E color CMYK value is (6,8,0,44).

  • cyan value is 6.34%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(6,8,0,44)
C6M8Y0K44 
(6%,8%,0%,44%)
(0.06/0.08/0.00/0.44)	

CMYK percentages

%6.34
%7.75
%0
%44.31

Codes

Color #85838E in popluar color models

85838E
RGB133131142
HSL251°4.64%53.53%
HSB/HSV251°7.75%55.69%
CMYK6.34%7.75%0.00%
44.31%

Color #85838E in popluar number systems.

HEX85838E
Decimal133131142
Binary100001011000001110001110
Octal205203216

Shades and tints

Shades of #85838E

#85838E
(133,131,142)
#797882
(121,120,130)
#6D6D76
(109,109,118)
#61626A
(97,98,106)
#55575E
(85,87,94)
#494C52
(73,76,82)
#3D4146
(61,65,70)
#31363A
(49,54,58)
#252B2E
(37,43,46)
#192022
(25,32,34)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #85838E

#85838E
(133,131,142)
#908E98
(144,142,152)
#9B99A2
(155,153,162)
#A6A4AC
(166,164,172)
#B1AFB6
(177,175,182)
#BCBAC0
(188,186,192)
#C7C5CA
(199,197,202)
#D2D0D4
(210,208,212)
#DDDBDE
(221,219,222)
#E8E6E8
(232,230,232)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85838E; }

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

This text font color is #85838E.


Background Color

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

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

This div background color is #85838E.


Border color

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

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

This div border color is #85838E.


Opacity

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

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

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

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

This text has shadow with #85838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85838E on black background.


Color preview on white background

This text has color #85838E on white background.



Black color preview on #85838E background

This text has black color on #85838E background.


White color preview on #85838E background

This text has white color on #85838E background.