COLOR #856B42

HEX: #856B42
RGB: (133,107,66)

Color info

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

RGB color model

#856B42 color RGB value is (133,107,66).

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

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 66 of 255 = 26%

133
107
66

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 66 = 306 (100%)
R 133 of 306 ~ 43.46%
G 107 of 306 ~ 34.97%
B 66 of 306 ~ 21.57%

%43.46
%34.97
%21.57

CMYK color model

#856B42 color CMYK value is (0,20,50,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 50.38%
  • key color value is 47.84%
CMYK:
(0,20,50,48)
C0M20Y50K48 
(0%,20%,50%,48%)
(0.00/0.20/0.50/0.48)	

CMYK percentages

%0
%19.55
%50.38
%47.84

Codes

Color #856B42 in popluar color models

856B42
RGB13310766
HSL37°33.67%39.02%
HSB/HSV37°50.38%52.16%
CMYK0.00%19.55%50.38%
47.84%

Color #856B42 in popluar number systems.

HEX856B42
Decimal13310766
Binary1000010111010111000010
Octal205153102

Shades and tints

Shades of #856B42

#856B42
(133,107,66)
#79623C
(121,98,60)
#6D5936
(109,89,54)
#615030
(97,80,48)
#55472A
(85,71,42)
#493E24
(73,62,36)
#3D351E
(61,53,30)
#312C18
(49,44,24)
#252312
(37,35,18)
#191A0C
(25,26,12)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #856B42

#856B42
(133,107,66)
#907853
(144,120,83)
#9B8564
(155,133,100)
#A69275
(166,146,117)
#B19F86
(177,159,134)
#BCAC97
(188,172,151)
#C7B9A8
(199,185,168)
#D2C6B9
(210,198,185)
#DDD3CA
(221,211,202)
#E8E0DB
(232,224,219)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B42; }

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

This text font color is #856B42.


Background Color

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

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

This div background color is #856B42.


Border color

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

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

This div border color is #856B42.


Opacity

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

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

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

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

This text has shadow with #856B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B42 on black background.


Color preview on white background

This text has color #856B42 on white background.



Black color preview on #856B42 background

This text has black color on #856B42 background.


White color preview on #856B42 background

This text has white color on #856B42 background.