COLOR #856B56

HEX: #856B56
RGB: (133,107,86)

Color info

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

RGB color model

#856B56 color RGB value is (133,107,86).

  • red value is 133;
  • green value is 107;
  • blue value is 86.
RGB:
(133,107,86)
(52%,42%,34%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 86 of 255 = 34%

133
107
86

R + G + B ~ 43%. #856B56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 86 = 326 (100%)
R 133 of 326 ~ 40.8%
G 107 of 326 ~ 32.82%
B 86 of 326 ~ 26.38%

%40.8
%32.82
%26.38

CMYK color model

#856B56 color CMYK value is (0,20,35,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 35.34%
  • key color value is 47.84%
CMYK:
(0,20,35,48)
C0M20Y35K48 
(0%,20%,35%,48%)
(0.00/0.20/0.35/0.48)	

CMYK percentages

%0
%19.55
%35.34
%47.84

Codes

Color #856B56 in popluar color models

856B56
RGB13310786
HSL27°21.46%42.94%
HSB/HSV27°35.34%52.16%
CMYK0.00%19.55%35.34%
47.84%

Color #856B56 in popluar number systems.

HEX856B56
Decimal13310786
Binary1000010111010111010110
Octal205153126

Shades and tints

Shades of #856B56

#856B56
(133,107,86)
#79624F
(121,98,79)
#6D5948
(109,89,72)
#615041
(97,80,65)
#55473A
(85,71,58)
#493E33
(73,62,51)
#3D352C
(61,53,44)
#312C25
(49,44,37)
#25231E
(37,35,30)
#191A17
(25,26,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #856B56

#856B56
(133,107,86)
#907865
(144,120,101)
#9B8574
(155,133,116)
#A69283
(166,146,131)
#B19F92
(177,159,146)
#BCACA1
(188,172,161)
#C7B9B0
(199,185,176)
#D2C6BF
(210,198,191)
#DDD3CE
(221,211,206)
#E8E0DD
(232,224,221)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856B56 color. Also use rgb(133,107,86) instead hex code.

Text Font Color

.myTextColor { color: #856B56; }

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

This text font color is #856B56.


Background Color

.myBgColor { background-color: #856B56; }

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

This div background color is #856B56.


Border color

.myBorderColor { border: 1px solid #856B56; }

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

This div border color is #856B56.


Opacity

.myOpacity80 { color: #856B56; opacity: 0.8; }

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

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

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

This text has shadow with #856B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B56 on black background.


Color preview on white background

This text has color #856B56 on white background.



Black color preview on #856B56 background

This text has black color on #856B56 background.


White color preview on #856B56 background

This text has white color on #856B56 background.