COLOR #857E64

HEX: #857E64
RGB: (133,126,100)

Color info

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

RGB color model

#857E64 color RGB value is (133,126,100).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 100 of 255 = 39%

133
126
100

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 100 = 359 (100%)
R 133 of 359 ~ 37.05%
G 126 of 359 ~ 35.1%
B 100 of 359 ~ 27.86%

%37.05
%35.1
%27.86

CMYK color model

#857E64 color CMYK value is (0,5,25,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(0,5,25,48)
C0M5Y25K48 
(0%,5%,25%,48%)
(0.00/0.05/0.25/0.48)	

CMYK percentages

%0
%5.26
%24.81
%47.84

Codes

Color #857E64 in popluar color models

857E64
RGB133126100
HSL47°14.16%45.69%
HSB/HSV47°24.81%52.16%
CMYK0.00%5.26%24.81%
47.84%

Color #857E64 in popluar number systems.

HEX857E64
Decimal133126100
Binary1000010111111101100100
Octal205176144

Shades and tints

Shades of #857E64

#857E64
(133,126,100)
#79735B
(121,115,91)
#6D6852
(109,104,82)
#615D49
(97,93,73)
#555240
(85,82,64)
#494737
(73,71,55)
#3D3C2E
(61,60,46)
#313125
(49,49,37)
#25261C
(37,38,28)
#191B13
(25,27,19)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #857E64

#857E64
(133,126,100)
#908972
(144,137,114)
#9B9480
(155,148,128)
#A69F8E
(166,159,142)
#B1AA9C
(177,170,156)
#BCB5AA
(188,181,170)
#C7C0B8
(199,192,184)
#D2CBC6
(210,203,198)
#DDD6D4
(221,214,212)
#E8E1E2
(232,225,226)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E64; }

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

This text font color is #857E64.


Background Color

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

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

This div background color is #857E64.


Border color

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

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

This div border color is #857E64.


Opacity

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

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

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

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

This text has shadow with #857E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857E64 on black background.


Color preview on white background

This text has color #857E64 on white background.



Black color preview on #857E64 background

This text has black color on #857E64 background.


White color preview on #857E64 background

This text has white color on #857E64 background.