COLOR #85857A

HEX: #85857A RGB: (133,133,122)

Color info

#85857A contains red, green and blue colors in about the same proportion. Web safe color of #85857A is #999966 (or #996).

RGB color model

#85857A color RGB value is (133,133,122).

RGB: (133,133,122) (52%, 52%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 122 of 255 = 48%

133
133
122

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

Portions of RGB colors in percentages

R + G + B = 133 + 133 + 122 = 388 (100%)
R 133 of 388 ~ 34.28%
G 133 of 388 ~ 34.28%
B 122 of 388 ~ 31.44'%

%34.28
%34.28
%31.44

CMYK color model

#85857A color CMYK value is (0,0,8,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%

CMYK: (0,0,8,48)
C0M0Y8K48 (0%, 0%, 8%, 48%)
(0.00 / 0.00 / 0.08 / 0.48)

CMYK percentages

%0
%0
%8.27
%47.84

Codes

Color #85857A in popluar color models

85 85 7A
RGB 133 133 122
HSL 60° 4.31% 50.00%
HSB/HSV 60° 8.27% 52.16%
CMYK 0.00% 0.00% 8.27%
47.84%

Color #85857A in popluar number systems.

HEX 85 85 7A
Decimal 133 133 122
Binary 10000101 10000101 1111010
Octal 205 205 172

Shades and tints

Shades of #85857A

#85857A
(133,133,122)
#79796F
(121,121,111)
#6D6D64
(109,109,100)
#616159
(97,97,89)
#55554E
(85,85,78)
#494943
(73,73,67)
#3D3D38
(61,61,56)
#31312D
(49,49,45)
#252522
(37,37,34)
#191917
(25,25,23)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #85857A

#85857A
(133,133,122)
#909086
(144,144,134)
#9B9B92
(155,155,146)
#A6A69E
(166,166,158)
#B1B1AA
(177,177,170)
#BCBCB6
(188,188,182)
#C7C7C2
(199,199,194)
#D2D2CE
(210,210,206)
#DDDDDA
(221,221,218)
#E8E8E6
(232,232,230)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85857A; }

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

This text font color is #85857A.

Background Color

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

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

This div background color is #85857A.

Border color

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

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

This div border color is #85857A.

Opacity

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

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

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

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

This text has shadow with #85857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85857A.

Preview

Color preview on black background

This text has color #85857A on black background.


Color preview on white background

This text has color #85857A on white background.


Black color preview on #85857A background

This text has black color on #85857A background.


White color preview on #85857A background

This text has white color on #85857A background.


Related colors

Complementary color

Complementary color for #hex is #7A7A85.


I love getcolorcode.com