COLOR #856857

HEX: #856857
RGB: (133,104,87)

Color info

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

RGB color model

#856857 color RGB value is (133,104,87).

  • red value is 133;
  • green value is 104;
  • blue value is 87.
RGB:
(133,104,87)
(52%,41%,34%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 87 of 255 = 34%

133
104
87

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 87 = 324 (100%)
R 133 of 324 ~ 41.05%
G 104 of 324 ~ 32.1%
B 87 of 324 ~ 26.85%

%41.05
%32.1
%26.85

CMYK color model

#856857 color CMYK value is (0,22,35,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 34.59%
  • key color value is 47.84%
CMYK:
(0,22,35,48)
C0M22Y35K48 
(0%,22%,35%,48%)
(0.00/0.22/0.35/0.48)	

CMYK percentages

%0
%21.8
%34.59
%47.84

Codes

Color #856857 in popluar color models

856857
RGB13310487
HSL22°20.91%43.14%
HSB/HSV22°34.59%52.16%
CMYK0.00%21.80%34.59%
47.84%

Color #856857 in popluar number systems.

HEX856857
Decimal13310487
Binary1000010111010001010111
Octal205150127

Shades and tints

Shades of #856857

#856857
(133,104,87)
#795F50
(121,95,80)
#6D5649
(109,86,73)
#614D42
(97,77,66)
#55443B
(85,68,59)
#493B34
(73,59,52)
#3D322D
(61,50,45)
#312926
(49,41,38)
#25201F
(37,32,31)
#191718
(25,23,24)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #856857

#856857
(133,104,87)
#907566
(144,117,102)
#9B8275
(155,130,117)
#A68F84
(166,143,132)
#B19C93
(177,156,147)
#BCA9A2
(188,169,162)
#C7B6B1
(199,182,177)
#D2C3C0
(210,195,192)
#DDD0CF
(221,208,207)
#E8DDDE
(232,221,222)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856857 color. Also use rgb(133,104,87) instead hex code.

Text Font Color

.myTextColor { color: #856857; }

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

This text font color is #856857.


Background Color

.myBgColor { background-color: #856857; }

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

This div background color is #856857.


Border color

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

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

This div border color is #856857.


Opacity

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

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

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

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

This text has shadow with #856857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856857 on black background.


Color preview on white background

This text has color #856857 on white background.



Black color preview on #856857 background

This text has black color on #856857 background.


White color preview on #856857 background

This text has white color on #856857 background.