COLOR #857F5F

HEX: #857F5F
RGB: (133,127,95)

Color info

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

RGB color model

#857F5F color RGB value is (133,127,95).

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

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 95 of 255 = 37%

133
127
95

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

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 95 = 355 (100%)
R 133 of 355 ~ 37.46%
G 127 of 355 ~ 35.77%
B 95 of 355 ~ 26.76%

%37.46
%35.77
%26.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.51%
  • 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
%4.51
%28.57
%47.84

Codes

Color #857F5F in popluar color models

857F5F
RGB13312795
HSL51°16.67%44.71%
HSB/HSV51°28.57%52.16%
CMYK0.00%4.51%28.57%
47.84%

Color #857F5F in popluar number systems.

HEX857F5F
Decimal13312795
Binary1000010111111111011111
Octal205177137

Shades and tints

Shades of #857F5F

#857F5F
(133,127,95)
#797457
(121,116,87)
#6D694F
(109,105,79)
#615E47
(97,94,71)
#55533F
(85,83,63)
#494837
(73,72,55)
#3D3D2F
(61,61,47)
#313227
(49,50,39)
#25271F
(37,39,31)
#191C17
(25,28,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #857F5F

#857F5F
(133,127,95)
#908A6D
(144,138,109)
#9B957B
(155,149,123)
#A6A089
(166,160,137)
#B1AB97
(177,171,151)
#BCB6A5
(188,182,165)
#C7C1B3
(199,193,179)
#D2CCC1
(210,204,193)
#DDD7CF
(221,215,207)
#E8E2DD
(232,226,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F5F; }

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

This text font color is #857F5F.


Background Color

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

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

This div background color is #857F5F.


Border color

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

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

This div border color is #857F5F.


Opacity

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

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

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

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

This text has shadow with #857F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F5F on black background.


Color preview on white background

This text has color #857F5F on white background.



Black color preview on #857F5F background

This text has black color on #857F5F background.


White color preview on #857F5F background

This text has white color on #857F5F background.