COLOR #856B2A

HEX: #856B2A
RGB: (133,107,42)

Color info

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

RGB color model

#856B2A color RGB value is (133,107,42).

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

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 42 of 255 = 16%

133
107
42

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 42 = 282 (100%)
R 133 of 282 ~ 47.16%
G 107 of 282 ~ 37.94%
B 42 of 282 ~ 14.89%

%47.16
%37.94
%14.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 68.42%
  • 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
%68.42
%47.84

Codes

Color #856B2A in popluar color models

856B2A
RGB13310742
HSL43°52.00%34.31%
HSB/HSV43°68.42%52.16%
CMYK0.00%19.55%68.42%
47.84%

Color #856B2A in popluar number systems.

HEX856B2A
Decimal13310742
Binary100001011101011101010
Octal20515352

Shades and tints

Shades of #856B2A

#856B2A
(133,107,42)
#796227
(121,98,39)
#6D5924
(109,89,36)
#615021
(97,80,33)
#55471E
(85,71,30)
#493E1B
(73,62,27)
#3D3518
(61,53,24)
#312C15
(49,44,21)
#252312
(37,35,18)
#191A0F
(25,26,15)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #856B2A

#856B2A
(133,107,42)
#90783D
(144,120,61)
#9B8550
(155,133,80)
#A69263
(166,146,99)
#B19F76
(177,159,118)
#BCAC89
(188,172,137)
#C7B99C
(199,185,156)
#D2C6AF
(210,198,175)
#DDD3C2
(221,211,194)
#E8E0D5
(232,224,213)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B2A; }

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

This text font color is #856B2A.


Background Color

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

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

This div background color is #856B2A.


Border color

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

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

This div border color is #856B2A.


Opacity

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

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

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

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

This text has shadow with #856B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B2A on black background.


Color preview on white background

This text has color #856B2A on white background.



Black color preview on #856B2A background

This text has black color on #856B2A background.


White color preview on #856B2A background

This text has white color on #856B2A background.