COLOR #85876F

HEX: #85876F
RGB: (133,135,111)

Color info

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

RGB color model

#85876F color RGB value is (133,135,111).

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

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 111 of 255 = 44%

133
135
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 111 = 379 (100%)
R 133 of 379 ~ 35.09%
G 135 of 379 ~ 35.62%
B 111 of 379 ~ 29.29%

%35.09
%35.62
%29.29

CMYK color model

#85876F color CMYK value is (1,0,18,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(1,0,18,47)
C1M0Y18K47 
(1%,0%,18%,47%)
(0.01/0.00/0.18/0.47)	

CMYK percentages

%1.48
%0
%17.78
%47.06

Codes

Color #85876F in popluar color models

85876F
RGB133135111
HSL65°9.76%48.24%
HSB/HSV65°17.78%52.94%
CMYK1.48%0.00%17.78%
47.06%

Color #85876F in popluar number systems.

HEX85876F
Decimal133135111
Binary10000101100001111101111
Octal205207157

Shades and tints

Shades of #85876F

#85876F
(133,135,111)
#797B65
(121,123,101)
#6D6F5B
(109,111,91)
#616351
(97,99,81)
#555747
(85,87,71)
#494B3D
(73,75,61)
#3D3F33
(61,63,51)
#313329
(49,51,41)
#25271F
(37,39,31)
#191B15
(25,27,21)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #85876F

#85876F
(133,135,111)
#90917C
(144,145,124)
#9B9B89
(155,155,137)
#A6A596
(166,165,150)
#B1AFA3
(177,175,163)
#BCB9B0
(188,185,176)
#C7C3BD
(199,195,189)
#D2CDCA
(210,205,202)
#DDD7D7
(221,215,215)
#E8E1E4
(232,225,228)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85876F; }

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

This text font color is #85876F.


Background Color

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

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

This div background color is #85876F.


Border color

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

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

This div border color is #85876F.


Opacity

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

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

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

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

This text has shadow with #85876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85876F on black background.


Color preview on white background

This text has color #85876F on white background.



Black color preview on #85876F background

This text has black color on #85876F background.


White color preview on #85876F background

This text has white color on #85876F background.