COLOR #85808D

HEX: #85808D RGB: (133,128,141)

Color info

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

RGB color model

#85808D color RGB value is (133,128,141).

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

RGB channels and saturation

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

133
128
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 128 + 141 = 402 (100%)
R 133 of 402 ~ 33.08%
G 128 of 402 ~ 31.84%
B 141 of 402 ~ 35.07'%

%33.08
%31.84
%35.07

CMYK color model

#85808D color CMYK value is (6,9,0,45).

  • cyan value is 5.67%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (6,9,0,45)
C6M9Y0K45 (6%, 9%, 0%, 45%)
(0.06 / 0.09 / 0.00 / 0.45)

CMYK percentages

%5.67
%9.22
%0
%44.71

Codes

Color #85808D in popluar color models

85 80 8D
RGB 133 128 141
HSL 263° 5.39% 52.75%
HSB/HSV 263° 9.22% 55.29%
CMYK 5.67% 9.22% 0.00%
44.71%

Color #85808D in popluar number systems.

HEX 85 80 8D
Decimal 133 128 141
Binary 10000101 10000000 10001101
Octal 205 200 215

Shades and tints

Shades of #85808D

#85808D
(133,128,141)
#797581
(121,117,129)
#6D6A75
(109,106,117)
#615F69
(97,95,105)
#55545D
(85,84,93)
#494951
(73,73,81)
#3D3E45
(61,62,69)
#313339
(49,51,57)
#25282D
(37,40,45)
#191D21
(25,29,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #85808D

#85808D
(133,128,141)
#908B97
(144,139,151)
#9B96A1
(155,150,161)
#A6A1AB
(166,161,171)
#B1ACB5
(177,172,181)
#BCB7BF
(188,183,191)
#C7C2C9
(199,194,201)
#D2CDD3
(210,205,211)
#DDD8DD
(221,216,221)
#E8E3E7
(232,227,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85808D; }

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

This text font color is #85808D.

Background Color

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

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

This div background color is #85808D.

Border color

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

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

This div border color is #85808D.

Opacity

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

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

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

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

This text has shadow with #85808D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85808D.

Preview

Color preview on black background

This text has color #85808D on black background.


Color preview on white background

This text has color #85808D on white background.


Black color preview on #85808D background

This text has black color on #85808D background.


White color preview on #85808D background

This text has white color on #85808D background.


Related colors

Complementary color

Complementary color for #hex is #7A7F72.


I love getcolorcode.com

Triadic colors

1 #8D8580 and #808D85 with #85808D are triadic colors.

2 #8D8085 and #80858D with #85808D are triadic colors.