COLOR #85866F

HEX: #85866F RGB: (133,134,111)

Color info

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

RGB color model

#85866F color RGB value is (133,134,111).

RGB: (133,134,111) (52%, 53%, 44%)

RGB channels and saturation

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

133
134
111

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

Portions of RGB colors in percentages

R + G + B = 133 + 134 + 111 = 378 (100%)
R 133 of 378 ~ 35.19%
G 134 of 378 ~ 35.45%
B 111 of 378 ~ 29.37'%

%35.19
%35.45
%29.37

CMYK color model

#85866F color CMYK value is (1,0,17,47).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 47.45%
CMYK: (1,0,17,47) C1M0Y17K47 (1%,0%,17%,47%) (0.01/0.00/0.17/0.47) 

CMYK percentages

%0.75
%0
%17.16
%47.45

Codes

Color #85866F in popluar color models

85 86 6F
RGB 133 134 111
HSL 63° 9.39% 48.04%
HSB/HSV 63° 17.16% 52.55%
CMYK 0.75% 0.00% 17.16%
47.45%

Color #85866F in popluar number systems.

HEX 85 86 6F
Decimal 133 134 111
Binary 10000101 10000110 1101111
Octal 205 206 157

Shades and tints

Shades of #85866F

#85866F
(133,134,111)
#797A65
(121,122,101)
#6D6E5B
(109,110,91)
#616251
(97,98,81)
#555647
(85,86,71)
#494A3D
(73,74,61)
#3D3E33
(61,62,51)
#313229
(49,50,41)
#25261F
(37,38,31)
#191A15
(25,26,21)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #85866F

#85866F
(133,134,111)
#90917C
(144,145,124)
#9B9C89
(155,156,137)
#A6A796
(166,167,150)
#B1B2A3
(177,178,163)
#BCBDB0
(188,189,176)
#C7C8BD
(199,200,189)
#D2D3CA
(210,211,202)
#DDDED7
(221,222,215)
#E8E9E4
(232,233,228)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85866F; }

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

This text font color is #85866F.


Background Color

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

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

This div background color is #85866F.


Border color

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

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

This div border color is #85866F.


Opacity

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

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

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

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

This text has shadow with #85866F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85866F on black background.


Color preview on white background

This text has color #85866F on white background.



Black color preview on #85866F background

This text has black color on #85866F background.


White color preview on #85866F background

This text has white color on #85866F background.