COLOR #85958D

HEX: #85958D RGB: (133,149,141)

Color info

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

RGB color model

#85958D color RGB value is (133,149,141).

RGB: (133,149,141) (52%, 58%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 141 of 255 = 55%

133
149
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 149 + 141 = 423 (100%)
R 133 of 423 ~ 31.44%
G 149 of 423 ~ 35.22%
B 141 of 423 ~ 33.33'%

%31.44
%35.22
%33.33

CMYK color model

#85958D color CMYK value is (11,0,5,42).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 41.57%

CMYK: (11,0,5,42)
C11M0Y5K42 (11%, 0%, 5%, 42%)
(0.11 / 0.00 / 0.05 / 0.42)

CMYK percentages

%10.74
%0
%5.37
%41.57

Codes

Color #85958D in popluar color models

85 95 8D
RGB 133 149 141
HSL 150° 7.02% 55.29%
HSB/HSV 150° 10.74% 58.43%
CMYK 10.74% 0.00% 5.37%
41.57%

Color #85958D in popluar number systems.

HEX 85 95 8D
Decimal 133 149 141
Binary 10000101 10010101 10001101
Octal 205 225 215

Shades and tints

Shades of #85958D

#85958D
(133,149,141)
#798881
(121,136,129)
#6D7B75
(109,123,117)
#616E69
(97,110,105)
#55615D
(85,97,93)
#495451
(73,84,81)
#3D4745
(61,71,69)
#313A39
(49,58,57)
#252D2D
(37,45,45)
#192021
(25,32,33)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #85958D

#85958D
(133,149,141)
#909E97
(144,158,151)
#9BA7A1
(155,167,161)
#A6B0AB
(166,176,171)
#B1B9B5
(177,185,181)
#BCC2BF
(188,194,191)
#C7CBC9
(199,203,201)
#D2D4D3
(210,212,211)
#DDDDDD
(221,221,221)
#E8E6E7
(232,230,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85958D; }

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

This text font color is #85958D.

Background Color

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

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

This div background color is #85958D.

Border color

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

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

This div border color is #85958D.

Opacity

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

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

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

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

This text has shadow with #85958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85958D.

Preview

Color preview on black background

This text has color #85958D on black background.


Color preview on white background

This text has color #85958D on white background.


Black color preview on #85958D background

This text has black color on #85958D background.


White color preview on #85958D background

This text has white color on #85958D background.


Related colors

Complementary color

Complementary color for #hex is #7A6A72.


I love getcolorcode.com

Triadic colors

1 #8D8595 and #958D85 with #85958D are triadic colors.

2 #8D9585 and #95858D with #85958D are triadic colors.