COLOR #857E57

HEX: #857E57 RGB: (133,126,87)

Color info

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

RGB color model

#857E57 color RGB value is (133,126,87).

RGB: (133,126,87) (52%, 49%, 34%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 87 of 255 = 34%

133
126
87

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

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 87 = 346 (100%)
R 133 of 346 ~ 38.44%
G 126 of 346 ~ 36.42%
B 87 of 346 ~ 25.14'%

%38.44
%36.42
%25.14

CMYK color model

#857E57 color CMYK value is (0,5,35,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 34.59%
  • key color value is 47.84%

CMYK: (0,5,35,48)
C0M5Y35K48 (0%, 5%, 35%, 48%)
(0.00 / 0.05 / 0.35 / 0.48)

CMYK percentages

%0
%5.26
%34.59
%47.84

Codes

Color #857E57 in popluar color models

85 7E 57
RGB 133 126 87
HSL 51° 20.91% 43.14%
HSB/HSV 51° 34.59% 52.16%
CMYK 0.00% 5.26% 34.59%
47.84%

Color #857E57 in popluar number systems.

HEX 85 7E 57
Decimal 133 126 87
Binary 10000101 1111110 1010111
Octal 205 176 127

Shades and tints

Shades of #857E57

#857E57
(133,126,87)
#797350
(121,115,80)
#6D6849
(109,104,73)
#615D42
(97,93,66)
#55523B
(85,82,59)
#494734
(73,71,52)
#3D3C2D
(61,60,45)
#313126
(49,49,38)
#25261F
(37,38,31)
#191B18
(25,27,24)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #857E57

#857E57
(133,126,87)
#908966
(144,137,102)
#9B9475
(155,148,117)
#A69F84
(166,159,132)
#B1AA93
(177,170,147)
#BCB5A2
(188,181,162)
#C7C0B1
(199,192,177)
#D2CBC0
(210,203,192)
#DDD6CF
(221,214,207)
#E8E1DE
(232,225,222)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857E57 color. Also use rgb(133,126,87) instead hex code.

Text Font Color

.myTextColor { color: #857E57; }

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

This text font color is #857E57.

Background Color

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

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

This div background color is #857E57.

Border color

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

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

This div border color is #857E57.

Opacity

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

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

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

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

This text has shadow with #857E57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857E57.

Preview

Color preview on black background

This text has color #857E57 on black background.


Color preview on white background

This text has color #857E57 on white background.


Black color preview on #857E57 background

This text has black color on #857E57 background.


White color preview on #857E57 background

This text has white color on #857E57 background.


Related colors

Complementary color

Complementary color for #hex is #7A81A8.


I love getcolorcode.com

Triadic colors

1 #57857E and #7E5785 with #857E57 are triadic colors.

2 #577E85 and #7E8557 with #857E57 are triadic colors.