COLOR #85866B

HEX: #85866B
RGB: (133,134,107)

Color info

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

RGB color model

#85866B color RGB value is (133,134,107).

  • red value is 133;
  • green value is 134;
  • blue value is 107.
RGB:
(133,134,107)
(52%,53%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 134 of 255 = 53%
B 107 of 255 = 42%

133
134
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 134 + 107 = 374 (100%)
R 133 of 374 ~ 35.56%
G 134 of 374 ~ 35.83%
B 107 of 374 ~ 28.61%

%35.56
%35.83
%28.61

CMYK color model

#85866B color CMYK value is (1,0,20,47).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(1,0,20,47)
C1M0Y20K47 
(1%,0%,20%,47%)
(0.01/0.00/0.20/0.47)	

CMYK percentages

%0.75
%0
%20.15
%47.45

Codes

Color #85866B in popluar color models

85866B
RGB133134107
HSL62°11.20%47.25%
HSB/HSV62°20.15%52.55%
CMYK0.75%0.00%20.15%
47.45%

Color #85866B in popluar number systems.

HEX85866B
Decimal133134107
Binary10000101100001101101011
Octal205206153

Shades and tints

Shades of #85866B

#85866B
(133,134,107)
#797A62
(121,122,98)
#6D6E59
(109,110,89)
#616250
(97,98,80)
#555647
(85,86,71)
#494A3E
(73,74,62)
#3D3E35
(61,62,53)
#31322C
(49,50,44)
#252623
(37,38,35)
#191A1A
(25,26,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #85866B

#85866B
(133,134,107)
#909178
(144,145,120)
#9B9C85
(155,156,133)
#A6A792
(166,167,146)
#B1B29F
(177,178,159)
#BCBDAC
(188,189,172)
#C7C8B9
(199,200,185)
#D2D3C6
(210,211,198)
#DDDED3
(221,222,211)
#E8E9E0
(232,233,224)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85866B; }

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

This text font color is #85866B.


Background Color

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

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

This div background color is #85866B.


Border color

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

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

This div border color is #85866B.


Opacity

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

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

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

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

This text has shadow with #85866B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85866B on black background.


Color preview on white background

This text has color #85866B on white background.



Black color preview on #85866B background

This text has black color on #85866B background.


White color preview on #85866B background

This text has white color on #85866B background.