COLOR #85757B

HEX: #85757B RGB: (133,117,123)

Color info

#85757B contains red, green and blue colors in about the same proportion. Web safe color of #85757B is #996666 (or #966).

RGB color model

#85757B color RGB value is (133,117,123).

RGB: (133,117,123) (52%, 46%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 123 of 255 = 48%

133
117
123

R + G + B ~ 49%. #85757B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 117 + 123 = 373 (100%)
R 133 of 373 ~ 35.66%
G 117 of 373 ~ 31.37%
B 123 of 373 ~ 32.98'%

%35.66
%31.37
%32.98

CMYK color model

#85757B color CMYK value is (0,12,8,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 7.52%
  • key color value is 47.84%

CMYK: (0,12,8,48)
C0M12Y8K48 (0%, 12%, 8%, 48%)
(0.00 / 0.12 / 0.08 / 0.48)

CMYK percentages

%0
%12.03
%7.52
%47.84

Codes

Color #85757B in popluar color models

85 75 7B
RGB 133 117 123
HSL 338° 6.40% 49.02%
HSB/HSV 338° 12.03% 52.16%
CMYK 0.00% 12.03% 7.52%
47.84%

Color #85757B in popluar number systems.

HEX 85 75 7B
Decimal 133 117 123
Binary 10000101 1110101 1111011
Octal 205 165 173

Shades and tints

Shades of #85757B

#85757B
(133,117,123)
#796B70
(121,107,112)
#6D6165
(109,97,101)
#61575A
(97,87,90)
#554D4F
(85,77,79)
#494344
(73,67,68)
#3D3939
(61,57,57)
#312F2E
(49,47,46)
#252523
(37,37,35)
#191B18
(25,27,24)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #85757B

#85757B
(133,117,123)
#908187
(144,129,135)
#9B8D93
(155,141,147)
#A6999F
(166,153,159)
#B1A5AB
(177,165,171)
#BCB1B7
(188,177,183)
#C7BDC3
(199,189,195)
#D2C9CF
(210,201,207)
#DDD5DB
(221,213,219)
#E8E1E7
(232,225,231)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85757B color. Also use rgb(133,117,123) instead hex code.

Text Font Color

.myTextColor { color: #85757B; }

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

This text font color is #85757B.

Background Color

.myBgColor { background-color: #85757B; }

<div style="background-color:#85757B">Inner text</div>

This div background color is #85757B.

Border color

.myBorderColor { border: 1px solid #85757B; }

<div style="border:3px solid #85757B">Div</div>

This div border color is #85757B.

Opacity

.myOpacity80 { color: #85757B; opacity: 0.8; }

<p style="color:#85757B;opacity:0.8;">80%</p>

Text with #85757B 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 #85757B;}

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

This text has shadow with #85757B color.


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

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

This text has shadow with #85757B primary color and red secondary color.


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

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

This text has shadow with #85757B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85757B.

Preview

Color preview on black background

This text has color #85757B on black background.


Color preview on white background

This text has color #85757B on white background.


Black color preview on #85757B background

This text has black color on #85757B background.


White color preview on #85757B background

This text has white color on #85757B background.


Related colors

Complementary color

Complementary color for #hex is #7A8A84.


I love getcolorcode.com

Triadic colors

1 #7B8575 and #757B85 with #85757B are triadic colors.

2 #7B7585 and #75857B with #85757B are triadic colors.