COLOR #85716D

HEX: #85716D RGB: (133,113,109)

Color info

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

RGB color model

#85716D color RGB value is (133,113,109).

RGB: (133,113,109) (52%, 44%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 109 of 255 = 43%

133
113
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 113 + 109 = 355 (100%)
R 133 of 355 ~ 37.46%
G 113 of 355 ~ 31.83%
B 109 of 355 ~ 30.7'%

%37.46
%31.83
%30.7

CMYK color model

#85716D color CMYK value is (0,15,18,48).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK: (0,15,18,48) C0M15Y18K48 (0%,15%,18%,48%) (0.00/0.15/0.18/0.48) 

CMYK percentages

%0
%15.04
%18.05
%47.84

Codes

Color #85716D in popluar color models

85 71 6D
RGB 133 113 109
HSL 10° 9.92% 47.45%
HSB/HSV 10° 18.05% 52.16%
CMYK 0.00% 15.04% 18.05%
47.84%

Color #85716D in popluar number systems.

HEX 85 71 6D
Decimal 133 113 109
Binary 10000101 1110001 1101101
Octal 205 161 155

Shades and tints

Shades of #85716D

#85716D
(133,113,109)
#796764
(121,103,100)
#6D5D5B
(109,93,91)
#615352
(97,83,82)
#554949
(85,73,73)
#493F40
(73,63,64)
#3D3537
(61,53,55)
#312B2E
(49,43,46)
#252125
(37,33,37)
#19171C
(25,23,28)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #85716D

#85716D
(133,113,109)
#907D7A
(144,125,122)
#9B8987
(155,137,135)
#A69594
(166,149,148)
#B1A1A1
(177,161,161)
#BCADAE
(188,173,174)
#C7B9BB
(199,185,187)
#D2C5C8
(210,197,200)
#DDD1D5
(221,209,213)
#E8DDE2
(232,221,226)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85716D color. Also use rgb(133,113,109) instead hex code.

Text Font Color

.myTextColor { color: #85716D; }

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

This text font color is #85716D.

Background Color

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

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

This div background color is #85716D.

Border color

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

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

This div border color is #85716D.

Opacity

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

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

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

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

This text has shadow with #85716D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85716D.

Preview

Color preview on black background

This text has color #85716D on black background.


Color preview on white background

This text has color #85716D on white background.


Black color preview on #85716D background

This text has black color on #85716D background.


White color preview on #85716D background

This text has white color on #85716D background.


Related colors

Complementary color

Complementary color for #hex is #7A8E92.


I love getcolorcode.com

Triadic colors

1 #6D8571 and #716D85 with #85716D are triadic colors.

2 #6D7185 and #71856D with #85716D are triadic colors.