COLOR #85896F

HEX: #85896F
RGB: (133,137,111)

Color info

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

RGB color model

#85896F color RGB value is (133,137,111).

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

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 111 of 255 = 44%

133
137
111

R + G + B ~ 50%. #85896F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 111 = 381 (100%)
R 133 of 381 ~ 34.91%
G 137 of 381 ~ 35.96%
B 111 of 381 ~ 29.13%

%34.91
%35.96
%29.13

CMYK color model

#85896F color CMYK value is (3,0,19,46).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(3,0,19,46)
C3M0Y19K46 
(3%,0%,19%,46%)
(0.03/0.00/0.19/0.46)	

CMYK percentages

%2.92
%0
%18.98
%46.27

Codes

Color #85896F in popluar color models

85896F
RGB133137111
HSL69°10.48%48.63%
HSB/HSV69°18.98%53.73%
CMYK2.92%0.00%18.98%
46.27%

Color #85896F in popluar number systems.

HEX85896F
Decimal133137111
Binary10000101100010011101111
Octal205211157

Shades and tints

Shades of #85896F

#85896F
(133,137,111)
#797D65
(121,125,101)
#6D715B
(109,113,91)
#616551
(97,101,81)
#555947
(85,89,71)
#494D3D
(73,77,61)
#3D4133
(61,65,51)
#313529
(49,53,41)
#25291F
(37,41,31)
#191D15
(25,29,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #85896F

#85896F
(133,137,111)
#90937C
(144,147,124)
#9B9D89
(155,157,137)
#A6A796
(166,167,150)
#B1B1A3
(177,177,163)
#BCBBB0
(188,187,176)
#C7C5BD
(199,197,189)
#D2CFCA
(210,207,202)
#DDD9D7
(221,217,215)
#E8E3E4
(232,227,228)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85896F color. Also use rgb(133,137,111) instead hex code.

Text Font Color

.myTextColor { color: #85896F; }

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

This text font color is #85896F.


Background Color

.myBgColor { background-color: #85896F; }

<div style="background-color:#85896F">Inner text</div>

This div background color is #85896F.


Border color

.myBorderColor { border: 1px solid #85896F; }

<div style="border:3px solid #85896F">Div</div>

This div border color is #85896F.


Opacity

.myOpacity80 { color: #85896F; opacity: 0.8; }

<p style="color:#85896F;opacity:0.8;">80%</p>

Text with #85896F 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 #85896F;}

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

This text has shadow with #85896F color.

.textShadow {text-shadow: 3px 3px 1px #85896F, 3px 3px 1px red;}

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

This text has shadow with #85896F primary color and red secondary color.


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

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

This text has shadow with #85896F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85896F on black background.


Color preview on white background

This text has color #85896F on white background.



Black color preview on #85896F background

This text has black color on #85896F background.


White color preview on #85896F background

This text has white color on #85896F background.