COLOR #856B2E

HEX: #856B2E
RGB: (133,107,46)

Color info

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

RGB color model

#856B2E color RGB value is (133,107,46).

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

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 46 of 255 = 18%

133
107
46

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 46 = 286 (100%)
R 133 of 286 ~ 46.5%
G 107 of 286 ~ 37.41%
B 46 of 286 ~ 16.08%

%46.5
%37.41
%16.08

CMYK color model

#856B2E color CMYK value is (0,20,65,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 65.41%
  • key color value is 47.84%
CMYK:
(0,20,65,48)
C0M20Y65K48 
(0%,20%,65%,48%)
(0.00/0.20/0.65/0.48)	

CMYK percentages

%0
%19.55
%65.41
%47.84

Codes

Color #856B2E in popluar color models

856B2E
RGB13310746
HSL42°48.60%35.10%
HSB/HSV42°65.41%52.16%
CMYK0.00%19.55%65.41%
47.84%

Color #856B2E in popluar number systems.

HEX856B2E
Decimal13310746
Binary100001011101011101110
Octal20515356

Shades and tints

Shades of #856B2E

#856B2E
(133,107,46)
#79622A
(121,98,42)
#6D5926
(109,89,38)
#615022
(97,80,34)
#55471E
(85,71,30)
#493E1A
(73,62,26)
#3D3516
(61,53,22)
#312C12
(49,44,18)
#25230E
(37,35,14)
#191A0A
(25,26,10)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #856B2E

#856B2E
(133,107,46)
#907841
(144,120,65)
#9B8554
(155,133,84)
#A69267
(166,146,103)
#B19F7A
(177,159,122)
#BCAC8D
(188,172,141)
#C7B9A0
(199,185,160)
#D2C6B3
(210,198,179)
#DDD3C6
(221,211,198)
#E8E0D9
(232,224,217)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B2E; }

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

This text font color is #856B2E.


Background Color

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

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

This div background color is #856B2E.


Border color

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

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

This div border color is #856B2E.


Opacity

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

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

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

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

This text has shadow with #856B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B2E on black background.


Color preview on white background

This text has color #856B2E on white background.



Black color preview on #856B2E background

This text has black color on #856B2E background.


White color preview on #856B2E background

This text has white color on #856B2E background.