COLOR #856156

HEX: #856156
RGB: (133,97,86)

Color info

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

RGB color model

#856156 color RGB value is (133,97,86).

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

RGB channels and saturation

R 133 of 255 = 52%
G 97 of 255 = 38%
B 86 of 255 = 34%

133
97
86

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

Portions of RGB colors in percentages

R + G + B =
133 + 97 + 86 = 316 (100%)
R 133 of 316 ~ 42.09%
G 97 of 316 ~ 30.7%
B 86 of 316 ~ 27.22%

%42.09
%30.7
%27.22

CMYK color model

#856156 color CMYK value is (0,27,35,48).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 35.34%
  • key color value is 47.84%
CMYK:
(0,27,35,48)
C0M27Y35K48 
(0%,27%,35%,48%)
(0.00/0.27/0.35/0.48)	

CMYK percentages

%0
%27.07
%35.34
%47.84

Codes

Color #856156 in popluar color models

856156
RGB1339786
HSL14°21.46%42.94%
HSB/HSV14°35.34%52.16%
CMYK0.00%27.07%35.34%
47.84%

Color #856156 in popluar number systems.

HEX856156
Decimal1339786
Binary1000010111000011010110
Octal205141126

Shades and tints

Shades of #856156

#856156
(133,97,86)
#79594F
(121,89,79)
#6D5148
(109,81,72)
#614941
(97,73,65)
#55413A
(85,65,58)
#493933
(73,57,51)
#3D312C
(61,49,44)
#312925
(49,41,37)
#25211E
(37,33,30)
#191917
(25,25,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #856156

#856156
(133,97,86)
#906F65
(144,111,101)
#9B7D74
(155,125,116)
#A68B83
(166,139,131)
#B19992
(177,153,146)
#BCA7A1
(188,167,161)
#C7B5B0
(199,181,176)
#D2C3BF
(210,195,191)
#DDD1CE
(221,209,206)
#E8DFDD
(232,223,221)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856156; }

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

This text font color is #856156.


Background Color

.myBgColor { background-color: #856156; }

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

This div background color is #856156.


Border color

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

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

This div border color is #856156.


Opacity

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

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

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

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

This text has shadow with #856156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856156 on black background.


Color preview on white background

This text has color #856156 on white background.



Black color preview on #856156 background

This text has black color on #856156 background.


White color preview on #856156 background

This text has white color on #856156 background.