COLOR #85868D

HEX: #85868D RGB: (133,134,141)

Color info

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

RGB color model

#85868D color RGB value is (133,134,141).

RGB: (133,134,141) (52%, 53%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 134 of 255 = 53%
B 141 of 255 = 55%

133
134
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 134 + 141 = 408 (100%)
R 133 of 408 ~ 32.6%
G 134 of 408 ~ 32.84%
B 141 of 408 ~ 34.56'%

%32.6
%32.84
%34.56

CMYK color model

#85868D color CMYK value is (6,5,0,45).

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

CMYK: (6,5,0,45)
C6M5Y0K45 (6%, 5%, 0%, 45%)
(0.06 / 0.05 / 0.00 / 0.45)

CMYK percentages

%5.67
%4.96
%0
%44.71

Codes

Color #85868D in popluar color models

85 86 8D
RGB 133 134 141
HSL 233° 3.39% 53.73%
HSB/HSV 233° 5.67% 55.29%
CMYK 5.67% 4.96% 0.00%
44.71%

Color #85868D in popluar number systems.

HEX 85 86 8D
Decimal 133 134 141
Binary 10000101 10000110 10001101
Octal 205 206 215

Shades and tints

Shades of #85868D

#85868D
(133,134,141)
#797A81
(121,122,129)
#6D6E75
(109,110,117)
#616269
(97,98,105)
#55565D
(85,86,93)
#494A51
(73,74,81)
#3D3E45
(61,62,69)
#313239
(49,50,57)
#25262D
(37,38,45)
#191A21
(25,26,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #85868D

#85868D
(133,134,141)
#909197
(144,145,151)
#9B9CA1
(155,156,161)
#A6A7AB
(166,167,171)
#B1B2B5
(177,178,181)
#BCBDBF
(188,189,191)
#C7C8C9
(199,200,201)
#D2D3D3
(210,211,211)
#DDDEDD
(221,222,221)
#E8E9E7
(232,233,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85868D; }

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

This text font color is #85868D.

Background Color

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

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

This div background color is #85868D.

Border color

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

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

This div border color is #85868D.

Opacity

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

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

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

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

This text has shadow with #85868D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85868D.

Preview

Color preview on black background

This text has color #85868D on black background.


Color preview on white background

This text has color #85868D on white background.


Black color preview on #85868D background

This text has black color on #85868D background.


White color preview on #85868D background

This text has white color on #85868D background.


Related colors

Complementary color

Complementary color for #hex is #7A7972.


I love getcolorcode.com

Triadic colors

1 #8D8586 and #868D85 with #85868D are triadic colors.

2 #8D8685 and #86858D with #85868D are triadic colors.