COLOR #85795E

HEX: #85795E RGB: (133,121,94)

Color info

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

RGB color model

#85795E color RGB value is (133,121,94).

RGB: (133,121,94) (52%, 47%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 94 of 255 = 37%

133
121
94

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

Portions of RGB colors in percentages

R + G + B = 133 + 121 + 94 = 348 (100%)
R 133 of 348 ~ 38.22%
G 121 of 348 ~ 34.77%
B 94 of 348 ~ 27.01'%

%38.22
%34.77
%27.01

CMYK color model

#85795E color CMYK value is (0,9,29,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 29.32%
  • key color value is 47.84%

CMYK: (0,9,29,48)
C0M9Y29K48 (0%, 9%, 29%, 48%)
(0.00 / 0.09 / 0.29 / 0.48)

CMYK percentages

%0
%9.02
%29.32
%47.84

Codes

Color #85795E in popluar color models

85 79 5E
RGB 133 121 94
HSL 42° 17.18% 44.51%
HSB/HSV 42° 29.32% 52.16%
CMYK 0.00% 9.02% 29.32%
47.84%

Color #85795E in popluar number systems.

HEX 85 79 5E
Decimal 133 121 94
Binary 10000101 1111001 1011110
Octal 205 171 136

Shades and tints

Shades of #85795E

#85795E
(133,121,94)
#796E56
(121,110,86)
#6D634E
(109,99,78)
#615846
(97,88,70)
#554D3E
(85,77,62)
#494236
(73,66,54)
#3D372E
(61,55,46)
#312C26
(49,44,38)
#25211E
(37,33,30)
#191616
(25,22,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #85795E

#85795E
(133,121,94)
#90856C
(144,133,108)
#9B917A
(155,145,122)
#A69D88
(166,157,136)
#B1A996
(177,169,150)
#BCB5A4
(188,181,164)
#C7C1B2
(199,193,178)
#D2CDC0
(210,205,192)
#DDD9CE
(221,217,206)
#E8E5DC
(232,229,220)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85795E color. Also use rgb(133,121,94) instead hex code.

Text Font Color

.myTextColor { color: #85795E; }

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

This text font color is #85795E.

Background Color

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

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

This div background color is #85795E.

Border color

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

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

This div border color is #85795E.

Opacity

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

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

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

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

This text has shadow with #85795E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85795E.

Preview

Color preview on black background

This text has color #85795E on black background.


Color preview on white background

This text has color #85795E on white background.


Black color preview on #85795E background

This text has black color on #85795E background.


White color preview on #85795E background

This text has white color on #85795E background.


Related colors

Complementary color

Complementary color for #hex is #7A86A1.


I love getcolorcode.com

Triadic colors

1 #5E8579 and #795E85 with #85795E are triadic colors.

2 #5E7985 and #79855E with #85795E are triadic colors.