COLOR #857E73

HEX: #857E73
RGB: (133,126,115)

Color info

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

RGB color model

#857E73 color RGB value is (133,126,115).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 115 of 255 = 45%

133
126
115

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 115 = 374 (100%)
R 133 of 374 ~ 35.56%
G 126 of 374 ~ 33.69%
B 115 of 374 ~ 30.75%

%35.56
%33.69
%30.75

CMYK color model

#857E73 color CMYK value is (0,5,14,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 13.53%
  • key color value is 47.84%
CMYK:
(0,5,14,48)
C0M5Y14K48 
(0%,5%,14%,48%)
(0.00/0.05/0.14/0.48)	

CMYK percentages

%0
%5.26
%13.53
%47.84

Codes

Color #857E73 in popluar color models

857E73
RGB133126115
HSL37°7.26%48.63%
HSB/HSV37°13.53%52.16%
CMYK0.00%5.26%13.53%
47.84%

Color #857E73 in popluar number systems.

HEX857E73
Decimal133126115
Binary1000010111111101110011
Octal205176163

Shades and tints

Shades of #857E73

#857E73
(133,126,115)
#797369
(121,115,105)
#6D685F
(109,104,95)
#615D55
(97,93,85)
#55524B
(85,82,75)
#494741
(73,71,65)
#3D3C37
(61,60,55)
#31312D
(49,49,45)
#252623
(37,38,35)
#191B19
(25,27,25)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #857E73

#857E73
(133,126,115)
#90897F
(144,137,127)
#9B948B
(155,148,139)
#A69F97
(166,159,151)
#B1AAA3
(177,170,163)
#BCB5AF
(188,181,175)
#C7C0BB
(199,192,187)
#D2CBC7
(210,203,199)
#DDD6D3
(221,214,211)
#E8E1DF
(232,225,223)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E73; }

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

This text font color is #857E73.


Background Color

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

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

This div background color is #857E73.


Border color

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

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

This div border color is #857E73.


Opacity

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

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

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

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

This text has shadow with #857E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857E73 on black background.


Color preview on white background

This text has color #857E73 on white background.



Black color preview on #857E73 background

This text has black color on #857E73 background.


White color preview on #857E73 background

This text has white color on #857E73 background.