COLOR #85717B

HEX: #85717B RGB: (133,113,123)

Color info

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

RGB color model

#85717B color RGB value is (133,113,123).

RGB: (133,113,123) (52%, 44%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 123 of 255 = 48%

133
113
123

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

Portions of RGB colors in percentages

R + G + B = 133 + 113 + 123 = 369 (100%)
R 133 of 369 ~ 36.04%
G 113 of 369 ~ 30.62%
B 123 of 369 ~ 33.33'%

%36.04
%30.62
%33.33

CMYK color model

#85717B color CMYK value is (0,15,8,48).

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

CMYK: (0,15,8,48)
C0M15Y8K48 (0%, 15%, 8%, 48%)
(0.00 / 0.15 / 0.08 / 0.48)

CMYK percentages

%0
%15.04
%7.52
%47.84

Codes

Color #85717B in popluar color models

85 71 7B
RGB 133 113 123
HSL 330° 8.13% 48.24%
HSB/HSV 330° 15.04% 52.16%
CMYK 0.00% 15.04% 7.52%
47.84%

Color #85717B in popluar number systems.

HEX 85 71 7B
Decimal 133 113 123
Binary 10000101 1110001 1111011
Octal 205 161 173

Shades and tints

Shades of #85717B

#85717B
(133,113,123)
#796770
(121,103,112)
#6D5D65
(109,93,101)
#61535A
(97,83,90)
#55494F
(85,73,79)
#493F44
(73,63,68)
#3D3539
(61,53,57)
#312B2E
(49,43,46)
#252123
(37,33,35)
#191718
(25,23,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #85717B

#85717B
(133,113,123)
#907D87
(144,125,135)
#9B8993
(155,137,147)
#A6959F
(166,149,159)
#B1A1AB
(177,161,171)
#BCADB7
(188,173,183)
#C7B9C3
(199,185,195)
#D2C5CF
(210,197,207)
#DDD1DB
(221,209,219)
#E8DDE7
(232,221,231)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85717B; }

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

This text font color is #85717B.

Background Color

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

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

This div background color is #85717B.

Border color

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

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

This div border color is #85717B.

Opacity

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

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

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

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

This text has shadow with #85717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85717B.

Preview

Color preview on black background

This text has color #85717B on black background.


Color preview on white background

This text has color #85717B on white background.


Black color preview on #85717B background

This text has black color on #85717B background.


White color preview on #85717B background

This text has white color on #85717B background.


Related colors

Complementary color

Complementary color for #hex is #7A8E84.


I love getcolorcode.com

Triadic colors

1 #7B8571 and #717B85 with #85717B are triadic colors.

2 #7B7185 and #71857B with #85717B are triadic colors.