COLOR #85796F

HEX: #85796F
RGB: (133,121,111)

Color info

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

RGB color model

#85796F color RGB value is (133,121,111).

  • red value is 133;
  • green value is 121;
  • blue value is 111.
RGB:
(133,121,111)
(52%,47%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 111 of 255 = 44%

133
121
111

R + G + B ~ 48%. #85796F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 111 = 365 (100%)
R 133 of 365 ~ 36.44%
G 121 of 365 ~ 33.15%
B 111 of 365 ~ 30.41%

%36.44
%33.15
%30.41

CMYK color model

#85796F color CMYK value is (0,9,17,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(0,9,17,48)
C0M9Y17K48 
(0%,9%,17%,48%)
(0.00/0.09/0.17/0.48)	

CMYK percentages

%0
%9.02
%16.54
%47.84

Codes

Color #85796F in popluar color models

85796F
RGB133121111
HSL27°9.02%47.84%
HSB/HSV27°16.54%52.16%
CMYK0.00%9.02%16.54%
47.84%

Color #85796F in popluar number systems.

HEX85796F
Decimal133121111
Binary1000010111110011101111
Octal205171157

Shades and tints

Shades of #85796F

#85796F
(133,121,111)
#796E65
(121,110,101)
#6D635B
(109,99,91)
#615851
(97,88,81)
#554D47
(85,77,71)
#49423D
(73,66,61)
#3D3733
(61,55,51)
#312C29
(49,44,41)
#25211F
(37,33,31)
#191615
(25,22,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #85796F

#85796F
(133,121,111)
#90857C
(144,133,124)
#9B9189
(155,145,137)
#A69D96
(166,157,150)
#B1A9A3
(177,169,163)
#BCB5B0
(188,181,176)
#C7C1BD
(199,193,189)
#D2CDCA
(210,205,202)
#DDD9D7
(221,217,215)
#E8E5E4
(232,229,228)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85796F color. Also use rgb(133,121,111) instead hex code.

Text Font Color

.myTextColor { color: #85796F; }

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

This text font color is #85796F.


Background Color

.myBgColor { background-color: #85796F; }

<div style="background-color:#85796F">Inner text</div>

This div background color is #85796F.


Border color

.myBorderColor { border: 1px solid #85796F; }

<div style="border:3px solid #85796F">Div</div>

This div border color is #85796F.


Opacity

.myOpacity80 { color: #85796F; opacity: 0.8; }

<p style="color:#85796F;opacity:0.8;">80%</p>

Text with #85796F 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 #85796F;}

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

This text has shadow with #85796F color.

.textShadow {text-shadow: 3px 3px 1px #85796F, 3px 3px 1px red;}

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

This text has shadow with #85796F primary color and red secondary color.


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

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

This text has shadow with #85796F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85796F on black background.


Color preview on white background

This text has color #85796F on white background.



Black color preview on #85796F background

This text has black color on #85796F background.


White color preview on #85796F background

This text has white color on #85796F background.