COLOR #85895F

HEX: #85895F
RGB: (133,137,95)

Color info

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

RGB color model

#85895F color RGB value is (133,137,95).

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

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 95 of 255 = 37%

133
137
95

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

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 95 = 365 (100%)
R 133 of 365 ~ 36.44%
G 137 of 365 ~ 37.53%
B 95 of 365 ~ 26.03%

%36.44
%37.53
%26.03

CMYK color model

#85895F color CMYK value is (3,0,31,46).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(3,0,31,46)
C3M0Y31K46 
(3%,0%,31%,46%)
(0.03/0.00/0.31/0.46)	

CMYK percentages

%2.92
%0
%30.66
%46.27

Codes

Color #85895F in popluar color models

85895F
RGB13313795
HSL66°18.10%45.49%
HSB/HSV66°30.66%53.73%
CMYK2.92%0.00%30.66%
46.27%

Color #85895F in popluar number systems.

HEX85895F
Decimal13313795
Binary10000101100010011011111
Octal205211137

Shades and tints

Shades of #85895F

#85895F
(133,137,95)
#797D57
(121,125,87)
#6D714F
(109,113,79)
#616547
(97,101,71)
#55593F
(85,89,63)
#494D37
(73,77,55)
#3D412F
(61,65,47)
#313527
(49,53,39)
#25291F
(37,41,31)
#191D17
(25,29,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #85895F

#85895F
(133,137,95)
#90936D
(144,147,109)
#9B9D7B
(155,157,123)
#A6A789
(166,167,137)
#B1B197
(177,177,151)
#BCBBA5
(188,187,165)
#C7C5B3
(199,197,179)
#D2CFC1
(210,207,193)
#DDD9CF
(221,217,207)
#E8E3DD
(232,227,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85895F; }

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

This text font color is #85895F.


Background Color

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

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

This div background color is #85895F.


Border color

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

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

This div border color is #85895F.


Opacity

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

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

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

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

This text has shadow with #85895F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85895F on black background.


Color preview on white background

This text has color #85895F on white background.



Black color preview on #85895F background

This text has black color on #85895F background.


White color preview on #85895F background

This text has white color on #85895F background.