COLOR #85705D

HEX: #85705D
RGB: (133,112,93)

Color info

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

RGB color model

#85705D color RGB value is (133,112,93).

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

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 93 of 255 = 36%

133
112
93

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 93 = 338 (100%)
R 133 of 338 ~ 39.35%
G 112 of 338 ~ 33.14%
B 93 of 338 ~ 27.51%

%39.35
%33.14
%27.51

CMYK color model

#85705D color CMYK value is (0,16,30,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK:
(0,16,30,48)
C0M16Y30K48 
(0%,16%,30%,48%)
(0.00/0.16/0.30/0.48)	

CMYK percentages

%0
%15.79
%30.08
%47.84

Codes

Color #85705D in popluar color models

85705D
RGB13311293
HSL29°17.70%44.31%
HSB/HSV29°30.08%52.16%
CMYK0.00%15.79%30.08%
47.84%

Color #85705D in popluar number systems.

HEX85705D
Decimal13311293
Binary1000010111100001011101
Octal205160135

Shades and tints

Shades of #85705D

#85705D
(133,112,93)
#796655
(121,102,85)
#6D5C4D
(109,92,77)
#615245
(97,82,69)
#55483D
(85,72,61)
#493E35
(73,62,53)
#3D342D
(61,52,45)
#312A25
(49,42,37)
#25201D
(37,32,29)
#191615
(25,22,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #85705D

#85705D
(133,112,93)
#907D6B
(144,125,107)
#9B8A79
(155,138,121)
#A69787
(166,151,135)
#B1A495
(177,164,149)
#BCB1A3
(188,177,163)
#C7BEB1
(199,190,177)
#D2CBBF
(210,203,191)
#DDD8CD
(221,216,205)
#E8E5DB
(232,229,219)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85705D; }

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

This text font color is #85705D.


Background Color

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

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

This div background color is #85705D.


Border color

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

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

This div border color is #85705D.


Opacity

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

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

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

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

This text has shadow with #85705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85705D on black background.


Color preview on white background

This text has color #85705D on white background.



Black color preview on #85705D background

This text has black color on #85705D background.


White color preview on #85705D background

This text has white color on #85705D background.