COLOR #85703E

HEX: #85703E
RGB: (133,112,62)

Color info

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

RGB color model

#85703E color RGB value is (133,112,62).

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

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 62 of 255 = 24%

133
112
62

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 62 = 307 (100%)
R 133 of 307 ~ 43.32%
G 112 of 307 ~ 36.48%
B 62 of 307 ~ 20.2%

%43.32
%36.48
%20.2

CMYK color model

#85703E color CMYK value is (0,16,53,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 53.38%
  • key color value is 47.84%
CMYK:
(0,16,53,48)
C0M16Y53K48 
(0%,16%,53%,48%)
(0.00/0.16/0.53/0.48)	

CMYK percentages

%0
%15.79
%53.38
%47.84

Codes

Color #85703E in popluar color models

85703E
RGB13311262
HSL42°36.41%38.24%
HSB/HSV42°53.38%52.16%
CMYK0.00%15.79%53.38%
47.84%

Color #85703E in popluar number systems.

HEX85703E
Decimal13311262
Binary100001011110000111110
Octal20516076

Shades and tints

Shades of #85703E

#85703E
(133,112,62)
#796639
(121,102,57)
#6D5C34
(109,92,52)
#61522F
(97,82,47)
#55482A
(85,72,42)
#493E25
(73,62,37)
#3D3420
(61,52,32)
#312A1B
(49,42,27)
#252016
(37,32,22)
#191611
(25,22,17)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #85703E

#85703E
(133,112,62)
#907D4F
(144,125,79)
#9B8A60
(155,138,96)
#A69771
(166,151,113)
#B1A482
(177,164,130)
#BCB193
(188,177,147)
#C7BEA4
(199,190,164)
#D2CBB5
(210,203,181)
#DDD8C6
(221,216,198)
#E8E5D7
(232,229,215)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85703E; }

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

This text font color is #85703E.


Background Color

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

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

This div background color is #85703E.


Border color

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

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

This div border color is #85703E.


Opacity

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

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

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

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

This text has shadow with #85703E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85703E on black background.


Color preview on white background

This text has color #85703E on white background.



Black color preview on #85703E background

This text has black color on #85703E background.


White color preview on #85703E background

This text has white color on #85703E background.