COLOR #857962

HEX: #857962
RGB: (133,121,98)

Color info

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

RGB color model

#857962 color RGB value is (133,121,98).

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

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 98 of 255 = 38%

133
121
98

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 98 = 352 (100%)
R 133 of 352 ~ 37.78%
G 121 of 352 ~ 34.38%
B 98 of 352 ~ 27.84%

%37.78
%34.38
%27.84

CMYK color model

#857962 color CMYK value is (0,9,26,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,9,26,48)
C0M9Y26K48 
(0%,9%,26%,48%)
(0.00/0.09/0.26/0.48)	

CMYK percentages

%0
%9.02
%26.32
%47.84

Codes

Color #857962 in popluar color models

857962
RGB13312198
HSL39°15.15%45.29%
HSB/HSV39°26.32%52.16%
CMYK0.00%9.02%26.32%
47.84%

Color #857962 in popluar number systems.

HEX857962
Decimal13312198
Binary1000010111110011100010
Octal205171142

Shades and tints

Shades of #857962

#857962
(133,121,98)
#796E5A
(121,110,90)
#6D6352
(109,99,82)
#61584A
(97,88,74)
#554D42
(85,77,66)
#49423A
(73,66,58)
#3D3732
(61,55,50)
#312C2A
(49,44,42)
#252122
(37,33,34)
#19161A
(25,22,26)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #857962

#857962
(133,121,98)
#908570
(144,133,112)
#9B917E
(155,145,126)
#A69D8C
(166,157,140)
#B1A99A
(177,169,154)
#BCB5A8
(188,181,168)
#C7C1B6
(199,193,182)
#D2CDC4
(210,205,196)
#DDD9D2
(221,217,210)
#E8E5E0
(232,229,224)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857962; }

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

This text font color is #857962.


Background Color

.myBgColor { background-color: #857962; }

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

This div background color is #857962.


Border color

.myBorderColor { border: 1px solid #857962; }

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

This div border color is #857962.


Opacity

.myOpacity80 { color: #857962; opacity: 0.8; }

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

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

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

This text has shadow with #857962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857962 on black background.


Color preview on white background

This text has color #857962 on white background.



Black color preview on #857962 background

This text has black color on #857962 background.


White color preview on #857962 background

This text has white color on #857962 background.