COLOR #85712E

HEX: #85712E
RGB: (133,113,46)

Color info

#85712E contains mainly red and green colors. Web safe color of #85712E is #996633 (or #963).

RGB color model

#85712E color RGB value is (133,113,46).

  • red value is 133;
  • green value is 113;
  • blue value is 46.
RGB:
(133,113,46)
(52%,44%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 46 of 255 = 18%

133
113
46

R + G + B ~ 38%. #85712E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 46 = 292 (100%)
R 133 of 292 ~ 45.55%
G 113 of 292 ~ 38.7%
B 46 of 292 ~ 15.75%

%45.55
%38.7
%15.75

CMYK color model

#85712E color CMYK value is (0,15,65,48).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 65.41%
  • key color value is 47.84%
CMYK:
(0,15,65,48)
C0M15Y65K48 
(0%,15%,65%,48%)
(0.00/0.15/0.65/0.48)	

CMYK percentages

%0
%15.04
%65.41
%47.84

Codes

Color #85712E in popluar color models

85712E
RGB13311346
HSL46°48.60%35.10%
HSB/HSV46°65.41%52.16%
CMYK0.00%15.04%65.41%
47.84%

Color #85712E in popluar number systems.

HEX85712E
Decimal13311346
Binary100001011110001101110
Octal20516156

Shades and tints

Shades of #85712E

#85712E
(133,113,46)
#79672A
(121,103,42)
#6D5D26
(109,93,38)
#615322
(97,83,34)
#55491E
(85,73,30)
#493F1A
(73,63,26)
#3D3516
(61,53,22)
#312B12
(49,43,18)
#25210E
(37,33,14)
#19170A
(25,23,10)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #85712E

#85712E
(133,113,46)
#907D41
(144,125,65)
#9B8954
(155,137,84)
#A69567
(166,149,103)
#B1A17A
(177,161,122)
#BCAD8D
(188,173,141)
#C7B9A0
(199,185,160)
#D2C5B3
(210,197,179)
#DDD1C6
(221,209,198)
#E8DDD9
(232,221,217)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85712E color. Also use rgb(133,113,46) instead hex code.

Text Font Color

.myTextColor { color: #85712E; }

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

This text font color is #85712E.


Background Color

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

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

This div background color is #85712E.


Border color

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

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

This div border color is #85712E.


Opacity

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

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

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

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

This text has shadow with #85712E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85712E on black background.


Color preview on white background

This text has color #85712E on white background.



Black color preview on #85712E background

This text has black color on #85712E background.


White color preview on #85712E background

This text has white color on #85712E background.