COLOR #857F5D

HEX: #857F5D RGB: (133,127,93)

Color info

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

RGB color model

#857F5D color RGB value is (133,127,93).

RGB: (133,127,93) (52%, 50%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 93 of 255 = 36%

133
127
93

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

Portions of RGB colors in percentages

R + G + B = 133 + 127 + 93 = 353 (100%)
R 133 of 353 ~ 37.68%
G 127 of 353 ~ 35.98%
B 93 of 353 ~ 26.35'%

%37.68
%35.98
%26.35

CMYK color model

#857F5D color CMYK value is (0,5,30,48).

  • cyan value is 0.00%
  • magenta value is 4.51%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK: (0,5,30,48) C0M5Y30K48 (0%,5%,30%,48%) (0.00/0.05/0.30/0.48) 

CMYK percentages

%0
%4.51
%30.08
%47.84

Codes

Color #857F5D in popluar color models

85 7F 5D
RGB 133 127 93
HSL 51° 17.70% 44.31%
HSB/HSV 51° 30.08% 52.16%
CMYK 0.00% 4.51% 30.08%
47.84%

Color #857F5D in popluar number systems.

HEX 85 7F 5D
Decimal 133 127 93
Binary 10000101 1111111 1011101
Octal 205 177 135

Shades and tints

Shades of #857F5D

#857F5D
(133,127,93)
#797455
(121,116,85)
#6D694D
(109,105,77)
#615E45
(97,94,69)
#55533D
(85,83,61)
#494835
(73,72,53)
#3D3D2D
(61,61,45)
#313225
(49,50,37)
#25271D
(37,39,29)
#191C15
(25,28,21)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #857F5D

#857F5D
(133,127,93)
#908A6B
(144,138,107)
#9B9579
(155,149,121)
#A6A087
(166,160,135)
#B1AB95
(177,171,149)
#BCB6A3
(188,182,163)
#C7C1B1
(199,193,177)
#D2CCBF
(210,204,191)
#DDD7CD
(221,215,205)
#E8E2DB
(232,226,219)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F5D; }

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

This text font color is #857F5D.

Background Color

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

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

This div background color is #857F5D.

Border color

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

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

This div border color is #857F5D.

Opacity

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

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

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

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

This text has shadow with #857F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857F5D.

Preview

Color preview on black background

This text has color #857F5D on black background.


Color preview on white background

This text has color #857F5D on white background.


Black color preview on #857F5D background

This text has black color on #857F5D background.


White color preview on #857F5D background

This text has white color on #857F5D background.


Related colors

Complementary color

Complementary color for #hex is #7A80A2.


I love getcolorcode.com

Triadic colors

1 #5D857F and #7F5D85 with #857F5D are triadic colors.

2 #5D7F85 and #7F855D with #857F5D are triadic colors.