COLOR #85958E

HEX: #85958E RGB: (133,149,142)

Color info

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

RGB color model

#85958E color RGB value is (133,149,142).

RGB: (133,149,142) (52%, 58%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 142 of 255 = 56%

133
149
142

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

Portions of RGB colors in percentages

R + G + B = 133 + 149 + 142 = 424 (100%)
R 133 of 424 ~ 31.37%
G 149 of 424 ~ 35.14%
B 142 of 424 ~ 33.49'%

%31.37
%35.14
%33.49

CMYK color model

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

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • 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
%4.7
%41.57

Codes

Color #85958E in popluar color models

85 95 8E
RGB 133 149 142
HSL 154° 7.02% 55.29%
HSB/HSV 154° 10.74% 58.43%
CMYK 10.74% 0.00% 4.70%
41.57%

Color #85958E in popluar number systems.

HEX 85 95 8E
Decimal 133 149 142
Binary 10000101 10010101 10001110
Octal 205 225 216

Shades and tints

Shades of #85958E

#85958E
(133,149,142)
#798882
(121,136,130)
#6D7B76
(109,123,118)
#616E6A
(97,110,106)
#55615E
(85,97,94)
#495452
(73,84,82)
#3D4746
(61,71,70)
#313A3A
(49,58,58)
#252D2E
(37,45,46)
#192022
(25,32,34)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #85958E

#85958E
(133,149,142)
#909E98
(144,158,152)
#9BA7A2
(155,167,162)
#A6B0AC
(166,176,172)
#B1B9B6
(177,185,182)
#BCC2C0
(188,194,192)
#C7CBCA
(199,203,202)
#D2D4D4
(210,212,212)
#DDDDDE
(221,221,222)
#E8E6E8
(232,230,232)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85958E; }

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

This text font color is #85958E.

Background Color

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

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

This div background color is #85958E.

Border color

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

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

This div border color is #85958E.

Opacity

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

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

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

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

This text has shadow with #85958E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85958E.

Preview

Color preview on black background

This text has color #85958E on black background.


Color preview on white background

This text has color #85958E on white background.


Black color preview on #85958E background

This text has black color on #85958E background.


White color preview on #85958E background

This text has white color on #85958E background.


Related colors

Complementary color

Complementary color for #hex is #7A6A71.


I love getcolorcode.com

Triadic colors

1 #8E8595 and #958E85 with #85958E are triadic colors.

2 #8E9585 and #95858E with #85958E are triadic colors.