COLOR #85858E

HEX: #85858E
RGB: (133,133,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
133
142

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 142 = 408 (100%)
R 133 of 408 ~ 32.6%
G 133 of 408 ~ 32.6%
B 142 of 408 ~ 34.8%

%32.6
%32.6
%34.8

CMYK color model

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

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

CMYK percentages

%6.34
%6.34
%0
%44.31

Codes

Color #85858E in popluar color models

85858E
RGB133133142
HSL240°3.83%53.92%
HSB/HSV240°6.34%55.69%
CMYK6.34%6.34%0.00%
44.31%

Color #85858E in popluar number systems.

HEX85858E
Decimal133133142
Binary100001011000010110001110
Octal205205216

Shades and tints

Shades of #85858E

#85858E
(133,133,142)
#797982
(121,121,130)
#6D6D76
(109,109,118)
#61616A
(97,97,106)
#55555E
(85,85,94)
#494952
(73,73,82)
#3D3D46
(61,61,70)
#31313A
(49,49,58)
#25252E
(37,37,46)
#191922
(25,25,34)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #85858E

#85858E
(133,133,142)
#909098
(144,144,152)
#9B9BA2
(155,155,162)
#A6A6AC
(166,166,172)
#B1B1B6
(177,177,182)
#BCBCC0
(188,188,192)
#C7C7CA
(199,199,202)
#D2D2D4
(210,210,212)
#DDDDDE
(221,221,222)
#E8E8E8
(232,232,232)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85858E; }

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

This text font color is #85858E.


Background Color

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

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

This div background color is #85858E.


Border color

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

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

This div border color is #85858E.


Opacity

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

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

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

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

This text has shadow with #85858E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85858E on black background.


Color preview on white background

This text has color #85858E on white background.



Black color preview on #85858E background

This text has black color on #85858E background.


White color preview on #85858E background

This text has white color on #85858E background.