COLOR #856B2B

HEX: #856B2B
RGB: (133,107,43)

Color info

#856B2B contains mainly red and green colors. Web safe color of #856B2B is #996633 (or #963).

RGB color model

#856B2B color RGB value is (133,107,43).

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

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 43 of 255 = 17%

133
107
43

R + G + B ~ 37%. #856B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 43 = 283 (100%)
R 133 of 283 ~ 47%
G 107 of 283 ~ 37.81%
B 43 of 283 ~ 15.19%

%47
%37.81
%15.19

CMYK color model

#856B2B color CMYK value is (0,20,68,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 67.67%
  • key color value is 47.84%
CMYK:
(0,20,68,48)
C0M20Y68K48 
(0%,20%,68%,48%)
(0.00/0.20/0.68/0.48)	

CMYK percentages

%0
%19.55
%67.67
%47.84

Codes

Color #856B2B in popluar color models

856B2B
RGB13310743
HSL43°51.14%34.51%
HSB/HSV43°67.67%52.16%
CMYK0.00%19.55%67.67%
47.84%

Color #856B2B in popluar number systems.

HEX856B2B
Decimal13310743
Binary100001011101011101011
Octal20515353

Shades and tints

Shades of #856B2B

#856B2B
(133,107,43)
#796228
(121,98,40)
#6D5925
(109,89,37)
#615022
(97,80,34)
#55471F
(85,71,31)
#493E1C
(73,62,28)
#3D3519
(61,53,25)
#312C16
(49,44,22)
#252313
(37,35,19)
#191A10
(25,26,16)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #856B2B

#856B2B
(133,107,43)
#90783E
(144,120,62)
#9B8551
(155,133,81)
#A69264
(166,146,100)
#B19F77
(177,159,119)
#BCAC8A
(188,172,138)
#C7B99D
(199,185,157)
#D2C6B0
(210,198,176)
#DDD3C3
(221,211,195)
#E8E0D6
(232,224,214)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B2B; }

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

This text font color is #856B2B.


Background Color

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

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

This div background color is #856B2B.


Border color

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

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

This div border color is #856B2B.


Opacity

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

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

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

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

This text has shadow with #856B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B2B on black background.


Color preview on white background

This text has color #856B2B on white background.



Black color preview on #856B2B background

This text has black color on #856B2B background.


White color preview on #856B2B background

This text has white color on #856B2B background.