COLOR #857A59

HEX: #857A59 RGB: (133,122,89)

Color info

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

RGB color model

#857A59 color RGB value is (133,122,89).

RGB: (133,122,89) (52%, 48%, 35%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 89 of 255 = 35%

133
122
89

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

Portions of RGB colors in percentages

R + G + B = 133 + 122 + 89 = 344 (100%)
R 133 of 344 ~ 38.66%
G 122 of 344 ~ 35.47%
B 89 of 344 ~ 25.87'%

%38.66
%35.47
%25.87

CMYK color model

#857A59 color CMYK value is (0,8,33,48).

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 33.08%
  • key color value is 47.84%

CMYK: (0,8,33,48)
C0M8Y33K48 (0%, 8%, 33%, 48%)
(0.00 / 0.08 / 0.33 / 0.48)

CMYK percentages

%0
%8.27
%33.08
%47.84

Codes

Color #857A59 in popluar color models

85 7A 59
RGB 133 122 89
HSL 45° 19.82% 43.53%
HSB/HSV 45° 33.08% 52.16%
CMYK 0.00% 8.27% 33.08%
47.84%

Color #857A59 in popluar number systems.

HEX 85 7A 59
Decimal 133 122 89
Binary 10000101 1111010 1011001
Octal 205 172 131

Shades and tints

Shades of #857A59

#857A59
(133,122,89)
#796F51
(121,111,81)
#6D6449
(109,100,73)
#615941
(97,89,65)
#554E39
(85,78,57)
#494331
(73,67,49)
#3D3829
(61,56,41)
#312D21
(49,45,33)
#252219
(37,34,25)
#191711
(25,23,17)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #857A59

#857A59
(133,122,89)
#908668
(144,134,104)
#9B9277
(155,146,119)
#A69E86
(166,158,134)
#B1AA95
(177,170,149)
#BCB6A4
(188,182,164)
#C7C2B3
(199,194,179)
#D2CEC2
(210,206,194)
#DDDAD1
(221,218,209)
#E8E6E0
(232,230,224)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857A59 color. Also use rgb(133,122,89) instead hex code.

Text Font Color

.myTextColor { color: #857A59; }

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

This text font color is #857A59.

Background Color

.myBgColor { background-color: #857A59; }

<div style="background-color:#857A59">Inner text</div>

This div background color is #857A59.

Border color

.myBorderColor { border: 1px solid #857A59; }

<div style="border:3px solid #857A59">Div</div>

This div border color is #857A59.

Opacity

.myOpacity80 { color: #857A59; opacity: 0.8; }

<p style="color:#857A59;opacity:0.8;">80%</p>

Text with #857A59 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 #857A59;}

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

This text has shadow with #857A59 color.


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

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

This text has shadow with #857A59 primary color and red secondary color.


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

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

This text has shadow with #857A59 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #857A59.

Preview

Color preview on black background

This text has color #857A59 on black background.


Color preview on white background

This text has color #857A59 on white background.


Black color preview on #857A59 background

This text has black color on #857A59 background.


White color preview on #857A59 background

This text has white color on #857A59 background.


Related colors

Complementary color

Complementary color for #hex is #7A85A6.


I love getcolorcode.com

Triadic colors

1 #59857A and #7A5985 with #857A59 are triadic colors.

2 #597A85 and #7A8559 with #857A59 are triadic colors.