COLOR #857876

HEX: #857876
RGB: (133,120,118)

Color info

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

RGB color model

#857876 color RGB value is (133,120,118).

  • red value is 133;
  • green value is 120;
  • blue value is 118.
RGB:
(133,120,118)
(52%,47%,46%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 118 of 255 = 46%

133
120
118

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

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 118 = 371 (100%)
R 133 of 371 ~ 35.85%
G 120 of 371 ~ 32.35%
B 118 of 371 ~ 31.81%

%35.85
%32.35
%31.81

CMYK color model

#857876 color CMYK value is (0,10,11,48).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(0,10,11,48)
C0M10Y11K48 
(0%,10%,11%,48%)
(0.00/0.10/0.11/0.48)	

CMYK percentages

%0
%9.77
%11.28
%47.84

Codes

Color #857876 in popluar color models

857876
RGB133120118
HSL5.98%49.22%
HSB/HSV11.28%52.16%
CMYK0.00%9.77%11.28%
47.84%

Color #857876 in popluar number systems.

HEX857876
Decimal133120118
Binary1000010111110001110110
Octal205170166

Shades and tints

Shades of #857876

#857876
(133,120,118)
#796E6C
(121,110,108)
#6D6462
(109,100,98)
#615A58
(97,90,88)
#55504E
(85,80,78)
#494644
(73,70,68)
#3D3C3A
(61,60,58)
#313230
(49,50,48)
#252826
(37,40,38)
#191E1C
(25,30,28)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #857876

#857876
(133,120,118)
#908482
(144,132,130)
#9B908E
(155,144,142)
#A69C9A
(166,156,154)
#B1A8A6
(177,168,166)
#BCB4B2
(188,180,178)
#C7C0BE
(199,192,190)
#D2CCCA
(210,204,202)
#DDD8D6
(221,216,214)
#E8E4E2
(232,228,226)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857876 color. Also use rgb(133,120,118) instead hex code.

Text Font Color

.myTextColor { color: #857876; }

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

This text font color is #857876.


Background Color

.myBgColor { background-color: #857876; }

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

This div background color is #857876.


Border color

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

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

This div border color is #857876.


Opacity

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

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

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

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

This text has shadow with #857876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857876 on black background.


Color preview on white background

This text has color #857876 on white background.



Black color preview on #857876 background

This text has black color on #857876 background.


White color preview on #857876 background

This text has white color on #857876 background.