COLOR #85706E

HEX: #85706E RGB: (133,112,110)

Color info

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

RGB color model

#85706E color RGB value is (133,112,110).

RGB: (133,112,110) (52%, 44%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 110 of 255 = 43%

133
112
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 112 + 110 = 355 (100%)
R 133 of 355 ~ 37.46%
G 112 of 355 ~ 31.55%
B 110 of 355 ~ 30.99'%

%37.46
%31.55
%30.99

CMYK color model

#85706E color CMYK value is (0,16,17,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK: (0,16,17,48) C0M16Y17K48 (0%,16%,17%,48%) (0.00/0.16/0.17/0.48) 

CMYK percentages

%0
%15.79
%17.29
%47.84

Codes

Color #85706E in popluar color models

85 70 6E
RGB 133 112 110
HSL 9.47% 47.65%
HSB/HSV 17.29% 52.16%
CMYK 0.00% 15.79% 17.29%
47.84%

Color #85706E in popluar number systems.

HEX 85 70 6E
Decimal 133 112 110
Binary 10000101 1110000 1101110
Octal 205 160 156

Shades and tints

Shades of #85706E

#85706E
(133,112,110)
#796664
(121,102,100)
#6D5C5A
(109,92,90)
#615250
(97,82,80)
#554846
(85,72,70)
#493E3C
(73,62,60)
#3D3432
(61,52,50)
#312A28
(49,42,40)
#25201E
(37,32,30)
#191614
(25,22,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #85706E

#85706E
(133,112,110)
#907D7B
(144,125,123)
#9B8A88
(155,138,136)
#A69795
(166,151,149)
#B1A4A2
(177,164,162)
#BCB1AF
(188,177,175)
#C7BEBC
(199,190,188)
#D2CBC9
(210,203,201)
#DDD8D6
(221,216,214)
#E8E5E3
(232,229,227)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85706E; }

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

This text font color is #85706E.

Background Color

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

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

This div background color is #85706E.

Border color

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

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

This div border color is #85706E.

Opacity

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

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

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

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

This text has shadow with #85706E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85706E.

Preview

Color preview on black background

This text has color #85706E on black background.


Color preview on white background

This text has color #85706E on white background.


Black color preview on #85706E background

This text has black color on #85706E background.


White color preview on #85706E background

This text has white color on #85706E background.


Related colors

Complementary color

Complementary color for #hex is #7A8F91.


I love getcolorcode.com

Triadic colors

1 #6E8570 and #706E85 with #85706E are triadic colors.

2 #6E7085 and #70856E with #85706E are triadic colors.