COLOR #857F58

HEX: #857F58
RGB: (133,127,88)

Color info

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

RGB color model

#857F58 color RGB value is (133,127,88).

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

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 88 of 255 = 35%

133
127
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 88 = 348 (100%)
R 133 of 348 ~ 38.22%
G 127 of 348 ~ 36.49%
B 88 of 348 ~ 25.29%

%38.22
%36.49
%25.29

CMYK color model

#857F58 color CMYK value is (0,5,34,48).

  • cyan value is 0.00%
  • magenta value is 4.51%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,5,34,48)
C0M5Y34K48 
(0%,5%,34%,48%)
(0.00/0.05/0.34/0.48)	

CMYK percentages

%0
%4.51
%33.83
%47.84

Codes

Color #857F58 in popluar color models

857F58
RGB13312788
HSL52°20.36%43.33%
HSB/HSV52°33.83%52.16%
CMYK0.00%4.51%33.83%
47.84%

Color #857F58 in popluar number systems.

HEX857F58
Decimal13312788
Binary1000010111111111011000
Octal205177130

Shades and tints

Shades of #857F58

#857F58
(133,127,88)
#797450
(121,116,80)
#6D6948
(109,105,72)
#615E40
(97,94,64)
#555338
(85,83,56)
#494830
(73,72,48)
#3D3D28
(61,61,40)
#313220
(49,50,32)
#252718
(37,39,24)
#191C10
(25,28,16)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #857F58

#857F58
(133,127,88)
#908A67
(144,138,103)
#9B9576
(155,149,118)
#A6A085
(166,160,133)
#B1AB94
(177,171,148)
#BCB6A3
(188,182,163)
#C7C1B2
(199,193,178)
#D2CCC1
(210,204,193)
#DDD7D0
(221,215,208)
#E8E2DF
(232,226,223)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F58; }

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

This text font color is #857F58.


Background Color

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

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

This div background color is #857F58.


Border color

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

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

This div border color is #857F58.


Opacity

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

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

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

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

This text has shadow with #857F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F58 on black background.


Color preview on white background

This text has color #857F58 on white background.



Black color preview on #857F58 background

This text has black color on #857F58 background.


White color preview on #857F58 background

This text has white color on #857F58 background.