COLOR #856947

HEX: #856947
RGB: (133,105,71)

Color info

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

RGB color model

#856947 color RGB value is (133,105,71).

  • red value is 133;
  • green value is 105;
  • blue value is 71.
RGB:
(133,105,71)
(52%,41%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 71 of 255 = 28%

133
105
71

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

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 71 = 309 (100%)
R 133 of 309 ~ 43.04%
G 105 of 309 ~ 33.98%
B 71 of 309 ~ 22.98%

%43.04
%33.98
%22.98

CMYK color model

#856947 color CMYK value is (0,21,47,48).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 46.62%
  • key color value is 47.84%
CMYK:
(0,21,47,48)
C0M21Y47K48 
(0%,21%,47%,48%)
(0.00/0.21/0.47/0.48)	

CMYK percentages

%0
%21.05
%46.62
%47.84

Codes

Color #856947 in popluar color models

856947
RGB13310571
HSL33°30.39%40.00%
HSB/HSV33°46.62%52.16%
CMYK0.00%21.05%46.62%
47.84%

Color #856947 in popluar number systems.

HEX856947
Decimal13310571
Binary1000010111010011000111
Octal205151107

Shades and tints

Shades of #856947

#856947
(133,105,71)
#796041
(121,96,65)
#6D573B
(109,87,59)
#614E35
(97,78,53)
#55452F
(85,69,47)
#493C29
(73,60,41)
#3D3323
(61,51,35)
#312A1D
(49,42,29)
#252117
(37,33,23)
#191811
(25,24,17)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #856947

#856947
(133,105,71)
#907657
(144,118,87)
#9B8367
(155,131,103)
#A69077
(166,144,119)
#B19D87
(177,157,135)
#BCAA97
(188,170,151)
#C7B7A7
(199,183,167)
#D2C4B7
(210,196,183)
#DDD1C7
(221,209,199)
#E8DED7
(232,222,215)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856947 color. Also use rgb(133,105,71) instead hex code.

Text Font Color

.myTextColor { color: #856947; }

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

This text font color is #856947.


Background Color

.myBgColor { background-color: #856947; }

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

This div background color is #856947.


Border color

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

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

This div border color is #856947.


Opacity

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

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

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

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

This text has shadow with #856947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856947 on black background.


Color preview on white background

This text has color #856947 on white background.



Black color preview on #856947 background

This text has black color on #856947 background.


White color preview on #856947 background

This text has white color on #856947 background.