COLOR #85858A

HEX: #85858A RGB: (133,133,138)

Color info

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

RGB color model

#85858A color RGB value is (133,133,138).

RGB: (133,133,138) (52%, 52%, 54%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 138 of 255 = 54%

133
133
138

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

Portions of RGB colors in percentages

R + G + B = 133 + 133 + 138 = 404 (100%)
R 133 of 404 ~ 32.92%
G 133 of 404 ~ 32.92%
B 138 of 404 ~ 34.16'%

%32.92
%32.92
%34.16

CMYK color model

#85858A color CMYK value is (4,4,0,46).

  • cyan value is 3.62%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (4,4,0,46)
C4M4Y0K46 (4%, 4%, 0%, 46%)
(0.04 / 0.04 / 0.00 / 0.46)

CMYK percentages

%3.62
%3.62
%0
%45.88

Codes

Color #85858A in popluar color models

85 85 8A
RGB 133 133 138
HSL 240° 2.09% 53.14%
HSB/HSV 240° 3.62% 54.12%
CMYK 3.62% 3.62% 0.00%
45.88%

Color #85858A in popluar number systems.

HEX 85 85 8A
Decimal 133 133 138
Binary 10000101 10000101 10001010
Octal 205 205 212

Shades and tints

Shades of #85858A

#85858A
(133,133,138)
#79797E
(121,121,126)
#6D6D72
(109,109,114)
#616166
(97,97,102)
#55555A
(85,85,90)
#49494E
(73,73,78)
#3D3D42
(61,61,66)
#313136
(49,49,54)
#25252A
(37,37,42)
#19191E
(25,25,30)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #85858A

#85858A
(133,133,138)
#909094
(144,144,148)
#9B9B9E
(155,155,158)
#A6A6A8
(166,166,168)
#B1B1B2
(177,177,178)
#BCBCBC
(188,188,188)
#C7C7C6
(199,199,198)
#D2D2D0
(210,210,208)
#DDDDDA
(221,221,218)
#E8E8E4
(232,232,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85858A; }

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

This text font color is #85858A.

Background Color

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

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

This div background color is #85858A.

Border color

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

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

This div border color is #85858A.

Opacity

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

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

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

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

This text has shadow with #85858A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85858A.

Preview

Color preview on black background

This text has color #85858A on black background.


Color preview on white background

This text has color #85858A on white background.


Black color preview on #85858A background

This text has black color on #85858A background.


White color preview on #85858A background

This text has white color on #85858A background.


Related colors

Complementary color

Complementary color for #hex is #7A7A75.


I love getcolorcode.com