COLOR #857E5F

HEX: #857E5F
RGB: (133,126,95)

Color info

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

RGB color model

#857E5F color RGB value is (133,126,95).

  • red value is 133;
  • green value is 126;
  • blue value is 95.
RGB: (133,126,95) (52%,49%,37%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 95 of 255 = 37%

133
126
95

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 95 = 354 (100%)
R 133 of 354 ~ 37.57%
G 126 of 354 ~ 35.59%
B 95 of 354 ~ 26.84%

%37.57
%35.59
%26.84

CMYK color model

#857E5F color CMYK value is (0,5,29,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK: (0,5,29,48) C0M5Y29K48 (0%,5%,29%,48%) (0.00/0.05/0.29/0.48)

CMYK percentages

%0
%5.26
%28.57
%47.84

Codes

Color #857E5F in popluar color models

857E5F
RGB13312695
HSL49°16.67%44.71%
HSB/HSV49°28.57%52.16%
CMYK0.00%5.26%28.57%
47.84%

Color #857E5F in popluar number systems.

HEX857E5F
Decimal13312695
Binary1000010111111101011111
Octal205176137

Shades and tints

Shades of #857E5F

#857E5F
(133,126,95)
#797357
(121,115,87)
#6D684F
(109,104,79)
#615D47
(97,93,71)
#55523F
(85,82,63)
#494737
(73,71,55)
#3D3C2F
(61,60,47)
#313127
(49,49,39)
#25261F
(37,38,31)
#191B17
(25,27,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #857E5F

#857E5F
(133,126,95)
#90896D
(144,137,109)
#9B947B
(155,148,123)
#A69F89
(166,159,137)
#B1AA97
(177,170,151)
#BCB5A5
(188,181,165)
#C7C0B3
(199,192,179)
#D2CBC1
(210,203,193)
#DDD6CF
(221,214,207)
#E8E1DD
(232,225,221)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E5F; }

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

This text font color is #857E5F.


Background Color

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

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

This div background color is #857E5F.


Border color

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

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

This div border color is #857E5F.


Opacity

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

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

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

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

This text has shadow with #857E5F color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #857E5F; -webkit-box-shadow:	1px 1px 3px 2px #857E5F; box-shadow:	1px 1px 3px 2px #857E5F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #857E5F; -webkit-box-shadow: 1px 1px 3px 2px #857E5F; box-shadow:1px 1px 3px 2px #857E5F;">
Div content here</div>
This div box has shadow with color #857E5F.

Preview

Color preview on black background

This text has color #857E5F on black background.


Color preview on white background

This text has color #857E5F on white background.



Black color preview on #857E5F background

This text has black color on #857E5F background.


White color preview on #857E5F background

This text has white color on #857E5F background.