COLOR #85917B

HEX: #85917B RGB: (133,145,123)

Color info

#85917B contains red, green and blue colors in about the same proportion. Web safe color of #85917B is #999966 (or #996).

RGB color model

#85917B color RGB value is (133,145,123).

RGB: (133,145,123) (52%, 57%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 145 of 255 = 57%
B 123 of 255 = 48%

133
145
123

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

Portions of RGB colors in percentages

R + G + B = 133 + 145 + 123 = 401 (100%)
R 133 of 401 ~ 33.17%
G 145 of 401 ~ 36.16%
B 123 of 401 ~ 30.67'%

%33.17
%36.16
%30.67

CMYK color model

#85917B color CMYK value is (8,0,15,43).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 43.14%

CMYK: (8,0,15,43)
C8M0Y15K43 (8%, 0%, 15%, 43%)
(0.08 / 0.00 / 0.15 / 0.43)

CMYK percentages

%8.28
%0
%15.17
%43.14

Codes

Color #85917B in popluar color models

85 91 7B
RGB 133 145 123
HSL 93° 9.09% 52.55%
HSB/HSV 93° 15.17% 56.86%
CMYK 8.28% 0.00% 15.17%
43.14%

Color #85917B in popluar number systems.

HEX 85 91 7B
Decimal 133 145 123
Binary 10000101 10010001 1111011
Octal 205 221 173

Shades and tints

Shades of #85917B

#85917B
(133,145,123)
#798470
(121,132,112)
#6D7765
(109,119,101)
#616A5A
(97,106,90)
#555D4F
(85,93,79)
#495044
(73,80,68)
#3D4339
(61,67,57)
#31362E
(49,54,46)
#252923
(37,41,35)
#191C18
(25,28,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #85917B

#85917B
(133,145,123)
#909B87
(144,155,135)
#9BA593
(155,165,147)
#A6AF9F
(166,175,159)
#B1B9AB
(177,185,171)
#BCC3B7
(188,195,183)
#C7CDC3
(199,205,195)
#D2D7CF
(210,215,207)
#DDE1DB
(221,225,219)
#E8EBE7
(232,235,231)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85917B; }

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

This text font color is #85917B.

Background Color

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

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

This div background color is #85917B.

Border color

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

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

This div border color is #85917B.

Opacity

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

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

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

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

This text has shadow with #85917B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85917B.

Preview

Color preview on black background

This text has color #85917B on black background.


Color preview on white background

This text has color #85917B on white background.


Black color preview on #85917B background

This text has black color on #85917B background.


White color preview on #85917B background

This text has white color on #85917B background.


Related colors

Complementary color

Complementary color for #hex is #7A6E84.


I love getcolorcode.com

Triadic colors

1 #7B8591 and #917B85 with #85917B are triadic colors.

2 #7B9185 and #91857B with #85917B are triadic colors.