COLOR #85808C

HEX: #85808C RGB: (133,128,140)

Color info

#85808C contains red, green and blue colors in about the same proportion. Web safe color of #85808C is #996699 (or #969).

RGB color model

#85808C color RGB value is (133,128,140).

RGB: (133,128,140) (52%, 50%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 140 of 255 = 55%

133
128
140

R + G + B ~ 52%. #85808C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 128 + 140 = 401 (100%)
R 133 of 401 ~ 33.17%
G 128 of 401 ~ 31.92%
B 140 of 401 ~ 34.91'%

%33.17
%31.92
%34.91

CMYK color model

#85808C color CMYK value is (5,9,0,45).

  • cyan value is 5.00%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (5,9,0,45) C5M9Y0K45 (5%,9%,0%,45%) (0.05/0.09/0.00/0.45) 

CMYK percentages

%5
%8.57
%0
%45.1

Codes

Color #85808C in popluar color models

85 80 8C
RGB 133 128 140
HSL 265° 4.96% 52.55%
HSB/HSV 265° 8.57% 54.90%
CMYK 5.00% 8.57% 0.00%
45.10%

Color #85808C in popluar number systems.

HEX 85 80 8C
Decimal 133 128 140
Binary 10000101 10000000 10001100
Octal 205 200 214

Shades and tints

Shades of #85808C

#85808C
(133,128,140)
#797580
(121,117,128)
#6D6A74
(109,106,116)
#615F68
(97,95,104)
#55545C
(85,84,92)
#494950
(73,73,80)
#3D3E44
(61,62,68)
#313338
(49,51,56)
#25282C
(37,40,44)
#191D20
(25,29,32)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #85808C

#85808C
(133,128,140)
#908B96
(144,139,150)
#9B96A0
(155,150,160)
#A6A1AA
(166,161,170)
#B1ACB4
(177,172,180)
#BCB7BE
(188,183,190)
#C7C2C8
(199,194,200)
#D2CDD2
(210,205,210)
#DDD8DC
(221,216,220)
#E8E3E6
(232,227,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85808C color. Also use rgb(133,128,140) instead hex code.

Text Font Color

.myTextColor { color: #85808C; }

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

This text font color is #85808C.

Background Color

.myBgColor { background-color: #85808C; }

<div style="background-color:#85808C">Inner text</div>

This div background color is #85808C.

Border color

.myBorderColor { border: 1px solid #85808C; }

<div style="border:3px solid #85808C">Div</div>

This div border color is #85808C.

Opacity

.myOpacity80 { color: #85808C; opacity: 0.8; }

<p style="color:#85808C;opacity:0.8;">80%</p>

Text with #85808C 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 #85808C;}

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

This text has shadow with #85808C color.


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

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

This text has shadow with #85808C primary color and red secondary color.


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

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

This text has shadow with #85808C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85808C.

Preview

Color preview on black background

This text has color #85808C on black background.


Color preview on white background

This text has color #85808C on white background.


Black color preview on #85808C background

This text has black color on #85808C background.


White color preview on #85808C background

This text has white color on #85808C background.


Related colors

Complementary color

Complementary color for #hex is #7A7F73.


I love getcolorcode.com

Triadic colors

1 #8C8580 and #808C85 with #85808C are triadic colors.

2 #8C8085 and #80858C with #85808C are triadic colors.