COLOR #85897C

HEX: #85897C RGB: (133,137,124)

Color info

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

RGB color model

#85897C color RGB value is (133,137,124).

RGB: (133,137,124) (52%, 54%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 124 of 255 = 49%

133
137
124

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

Portions of RGB colors in percentages

R + G + B = 133 + 137 + 124 = 394 (100%)
R 133 of 394 ~ 33.76%
G 137 of 394 ~ 34.77%
B 124 of 394 ~ 31.47'%

%33.76
%34.77
%31.47

CMYK color model

#85897C color CMYK value is (3,0,9,46).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 46.27%

CMYK: (3,0,9,46)
C3M0Y9K46 (3%, 0%, 9%, 46%)
(0.03 / 0.00 / 0.09 / 0.46)

CMYK percentages

%2.92
%0
%9.49
%46.27

Codes

Color #85897C in popluar color models

85 89 7C
RGB 133 137 124
HSL 78° 5.22% 51.18%
HSB/HSV 78° 9.49% 53.73%
CMYK 2.92% 0.00% 9.49%
46.27%

Color #85897C in popluar number systems.

HEX 85 89 7C
Decimal 133 137 124
Binary 10000101 10001001 1111100
Octal 205 211 174

Shades and tints

Shades of #85897C

#85897C
(133,137,124)
#797D71
(121,125,113)
#6D7166
(109,113,102)
#61655B
(97,101,91)
#555950
(85,89,80)
#494D45
(73,77,69)
#3D413A
(61,65,58)
#31352F
(49,53,47)
#252924
(37,41,36)
#191D19
(25,29,25)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #85897C

#85897C
(133,137,124)
#909387
(144,147,135)
#9B9D92
(155,157,146)
#A6A79D
(166,167,157)
#B1B1A8
(177,177,168)
#BCBBB3
(188,187,179)
#C7C5BE
(199,197,190)
#D2CFC9
(210,207,201)
#DDD9D4
(221,217,212)
#E8E3DF
(232,227,223)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85897C color. Also use rgb(133,137,124) instead hex code.

Text Font Color

.myTextColor { color: #85897C; }

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

This text font color is #85897C.

Background Color

.myBgColor { background-color: #85897C; }

<div style="background-color:#85897C">Inner text</div>

This div background color is #85897C.

Border color

.myBorderColor { border: 1px solid #85897C; }

<div style="border:3px solid #85897C">Div</div>

This div border color is #85897C.

Opacity

.myOpacity80 { color: #85897C; opacity: 0.8; }

<p style="color:#85897C;opacity:0.8;">80%</p>

Text with #85897C 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 #85897C;}

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

This text has shadow with #85897C color.


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

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

This text has shadow with #85897C primary color and red secondary color.


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

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

This text has shadow with #85897C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85897C.

Preview

Color preview on black background

This text has color #85897C on black background.


Color preview on white background

This text has color #85897C on white background.


Black color preview on #85897C background

This text has black color on #85897C background.


White color preview on #85897C background

This text has white color on #85897C background.


Related colors

Complementary color

Complementary color for #hex is #7A7683.


I love getcolorcode.com

Triadic colors

1 #7C8589 and #897C85 with #85897C are triadic colors.

2 #7C8985 and #89857C with #85897C are triadic colors.