COLOR #85796B

HEX: #85796B
RGB: (133,121,107)

Color info

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

RGB color model

#85796B color RGB value is (133,121,107).

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

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 107 of 255 = 42%

133
121
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 107 = 361 (100%)
R 133 of 361 ~ 36.84%
G 121 of 361 ~ 33.52%
B 107 of 361 ~ 29.64%

%36.84
%33.52
%29.64

CMYK color model

#85796B color CMYK value is (0,9,20,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(0,9,20,48)
C0M9Y20K48 
(0%,9%,20%,48%)
(0.00/0.09/0.20/0.48)	

CMYK percentages

%0
%9.02
%19.55
%47.84

Codes

Color #85796B in popluar color models

85796B
RGB133121107
HSL32°10.83%47.06%
HSB/HSV32°19.55%52.16%
CMYK0.00%9.02%19.55%
47.84%

Color #85796B in popluar number systems.

HEX85796B
Decimal133121107
Binary1000010111110011101011
Octal205171153

Shades and tints

Shades of #85796B

#85796B
(133,121,107)
#796E62
(121,110,98)
#6D6359
(109,99,89)
#615850
(97,88,80)
#554D47
(85,77,71)
#49423E
(73,66,62)
#3D3735
(61,55,53)
#312C2C
(49,44,44)
#252123
(37,33,35)
#19161A
(25,22,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #85796B

#85796B
(133,121,107)
#908578
(144,133,120)
#9B9185
(155,145,133)
#A69D92
(166,157,146)
#B1A99F
(177,169,159)
#BCB5AC
(188,181,172)
#C7C1B9
(199,193,185)
#D2CDC6
(210,205,198)
#DDD9D3
(221,217,211)
#E8E5E0
(232,229,224)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85796B; }

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

This text font color is #85796B.


Background Color

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

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

This div background color is #85796B.


Border color

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

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

This div border color is #85796B.


Opacity

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

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

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

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

This text has shadow with #85796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85796B on black background.


Color preview on white background

This text has color #85796B on white background.



Black color preview on #85796B background

This text has black color on #85796B background.


White color preview on #85796B background

This text has white color on #85796B background.