COLOR #85897E

HEX: #85897E
RGB: (133,137,126)

Color info

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

RGB color model

#85897E color RGB value is (133,137,126).

  • red value is 133;
  • green value is 137;
  • blue value is 126.
RGB:
(133,137,126)
(52%,54%,49%)

RGB channels and saturation

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

133
137
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 126 = 396 (100%)
R 133 of 396 ~ 33.59%
G 137 of 396 ~ 34.6%
B 126 of 396 ~ 31.82%

%33.59
%34.6
%31.82

CMYK color model

#85897E color CMYK value is (3,0,8,46).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(3,0,8,46)
C3M0Y8K46 
(3%,0%,8%,46%)
(0.03/0.00/0.08/0.46)	

CMYK percentages

%2.92
%0
%8.03
%46.27

Codes

Color #85897E in popluar color models

85897E
RGB133137126
HSL82°4.45%51.57%
HSB/HSV82°8.03%53.73%
CMYK2.92%0.00%8.03%
46.27%

Color #85897E in popluar number systems.

HEX85897E
Decimal133137126
Binary10000101100010011111110
Octal205211176

Shades and tints

Shades of #85897E

#85897E
(133,137,126)
#797D73
(121,125,115)
#6D7168
(109,113,104)
#61655D
(97,101,93)
#555952
(85,89,82)
#494D47
(73,77,71)
#3D413C
(61,65,60)
#313531
(49,53,49)
#252926
(37,41,38)
#191D1B
(25,29,27)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #85897E

#85897E
(133,137,126)
#909389
(144,147,137)
#9B9D94
(155,157,148)
#A6A79F
(166,167,159)
#B1B1AA
(177,177,170)
#BCBBB5
(188,187,181)
#C7C5C0
(199,197,192)
#D2CFCB
(210,207,203)
#DDD9D6
(221,217,214)
#E8E3E1
(232,227,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85897E; }

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

This text font color is #85897E.


Background Color

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

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

This div background color is #85897E.


Border color

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

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

This div border color is #85897E.


Opacity

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

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

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

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

This text has shadow with #85897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85897E on black background.


Color preview on white background

This text has color #85897E on white background.



Black color preview on #85897E background

This text has black color on #85897E background.


White color preview on #85897E background

This text has white color on #85897E background.