COLOR #857D62

HEX: #857D62
RGB: (133,125,98)

Color info

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

RGB color model

#857D62 color RGB value is (133,125,98).

  • red value is 133;
  • green value is 125;
  • blue value is 98.
RGB:
(133,125,98)
(52%,49%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 98 of 255 = 38%

133
125
98

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 98 = 356 (100%)
R 133 of 356 ~ 37.36%
G 125 of 356 ~ 35.11%
B 98 of 356 ~ 27.53%

%37.36
%35.11
%27.53

CMYK color model

#857D62 color CMYK value is (0,6,26,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,6,26,48)
C0M6Y26K48 
(0%,6%,26%,48%)
(0.00/0.06/0.26/0.48)	

CMYK percentages

%0
%6.02
%26.32
%47.84

Codes

Color #857D62 in popluar color models

857D62
RGB13312598
HSL46°15.15%45.29%
HSB/HSV46°26.32%52.16%
CMYK0.00%6.02%26.32%
47.84%

Color #857D62 in popluar number systems.

HEX857D62
Decimal13312598
Binary1000010111111011100010
Octal205175142

Shades and tints

Shades of #857D62

#857D62
(133,125,98)
#79725A
(121,114,90)
#6D6752
(109,103,82)
#615C4A
(97,92,74)
#555142
(85,81,66)
#49463A
(73,70,58)
#3D3B32
(61,59,50)
#31302A
(49,48,42)
#252522
(37,37,34)
#191A1A
(25,26,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #857D62

#857D62
(133,125,98)
#908870
(144,136,112)
#9B937E
(155,147,126)
#A69E8C
(166,158,140)
#B1A99A
(177,169,154)
#BCB4A8
(188,180,168)
#C7BFB6
(199,191,182)
#D2CAC4
(210,202,196)
#DDD5D2
(221,213,210)
#E8E0E0
(232,224,224)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857D62 color. Also use rgb(133,125,98) instead hex code.

Text Font Color

.myTextColor { color: #857D62; }

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

This text font color is #857D62.


Background Color

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

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

This div background color is #857D62.


Border color

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

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

This div border color is #857D62.


Opacity

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

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

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

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

This text has shadow with #857D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857D62 on black background.


Color preview on white background

This text has color #857D62 on white background.



Black color preview on #857D62 background

This text has black color on #857D62 background.


White color preview on #857D62 background

This text has white color on #857D62 background.