COLOR #85705E

HEX: #85705E
RGB: (133,112,94)

Color info

#85705E contains red, green and blue colors in about the same proportion. Web safe color of #85705E is #996666 (or #966).

RGB color model

#85705E color RGB value is (133,112,94).

  • red value is 133;
  • green value is 112;
  • blue value is 94.
RGB:
(133,112,94)
(52%,44%,37%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 94 of 255 = 37%

133
112
94

R + G + B ~ 44%. #85705E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 94 = 339 (100%)
R 133 of 339 ~ 39.23%
G 112 of 339 ~ 33.04%
B 94 of 339 ~ 27.73%

%39.23
%33.04
%27.73

CMYK color model

#85705E color CMYK value is (0,16,29,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(0,16,29,48)
C0M16Y29K48 
(0%,16%,29%,48%)
(0.00/0.16/0.29/0.48)	

CMYK percentages

%0
%15.79
%29.32
%47.84

Codes

Color #85705E in popluar color models

85705E
RGB13311294
HSL28°17.18%44.51%
HSB/HSV28°29.32%52.16%
CMYK0.00%15.79%29.32%
47.84%

Color #85705E in popluar number systems.

HEX85705E
Decimal13311294
Binary1000010111100001011110
Octal205160136

Shades and tints

Shades of #85705E

#85705E
(133,112,94)
#796656
(121,102,86)
#6D5C4E
(109,92,78)
#615246
(97,82,70)
#55483E
(85,72,62)
#493E36
(73,62,54)
#3D342E
(61,52,46)
#312A26
(49,42,38)
#25201E
(37,32,30)
#191616
(25,22,22)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #85705E

#85705E
(133,112,94)
#907D6C
(144,125,108)
#9B8A7A
(155,138,122)
#A69788
(166,151,136)
#B1A496
(177,164,150)
#BCB1A4
(188,177,164)
#C7BEB2
(199,190,178)
#D2CBC0
(210,203,192)
#DDD8CE
(221,216,206)
#E8E5DC
(232,229,220)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85705E color. Also use rgb(133,112,94) instead hex code.

Text Font Color

.myTextColor { color: #85705E; }

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

This text font color is #85705E.


Background Color

.myBgColor { background-color: #85705E; }

<div style="background-color:#85705E">Inner text</div>

This div background color is #85705E.


Border color

.myBorderColor { border: 1px solid #85705E; }

<div style="border:3px solid #85705E">Div</div>

This div border color is #85705E.


Opacity

.myOpacity80 { color: #85705E; opacity: 0.8; }

<p style="color:#85705E;opacity:0.8;">80%</p>

Text with #85705E 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 #85705E;}

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

This text has shadow with #85705E color.

.textShadow {text-shadow: 3px 3px 1px #85705E, 3px 3px 1px red;}

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

This text has shadow with #85705E primary color and red secondary color.


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

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

This text has shadow with #85705E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85705E on black background.


Color preview on white background

This text has color #85705E on white background.



Black color preview on #85705E background

This text has black color on #85705E background.


White color preview on #85705E background

This text has white color on #85705E background.