COLOR #847956

HEX: #847956
RGB: (132,121,86)

Color info

#847956 contains red, green and blue colors in about the same proportion. Web safe color of #847956 is #996666 (or #966).

RGB color model

#847956 color RGB value is (132,121,86).

  • red value is 132;
  • green value is 121;
  • blue value is 86.
RGB:
(132,121,86)
(52%,47%,34%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 86 of 255 = 34%

132
121
86

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 86 = 339 (100%)
R 132 of 339 ~ 38.94%
G 121 of 339 ~ 35.69%
B 86 of 339 ~ 25.37%

%38.94
%35.69
%25.37

CMYK color model

#847956 color CMYK value is (0,8,35,48).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK:
(0,8,35,48)
C0M8Y35K48 
(0%,8%,35%,48%)
(0.00/0.08/0.35/0.48)	

CMYK percentages

%0
%8.33
%34.85
%48.24

Codes

Color #847956 in popluar color models

847956
RGB13212186
HSL46°21.10%42.75%
HSB/HSV46°34.85%51.76%
CMYK0.00%8.33%34.85%
48.24%

Color #847956 in popluar number systems.

HEX847956
Decimal13212186
Binary1000010011110011010110
Octal204171126

Shades and tints

Shades of #847956

#847956
(132,121,86)
#786E4F
(120,110,79)
#6C6348
(108,99,72)
#605841
(96,88,65)
#544D3A
(84,77,58)
#484233
(72,66,51)
#3C372C
(60,55,44)
#302C25
(48,44,37)
#24211E
(36,33,30)
#181617
(24,22,23)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #847956

#847956
(132,121,86)
#8F8565
(143,133,101)
#9A9174
(154,145,116)
#A59D83
(165,157,131)
#B0A992
(176,169,146)
#BBB5A1
(187,181,161)
#C6C1B0
(198,193,176)
#D1CDBF
(209,205,191)
#DCD9CE
(220,217,206)
#E7E5DD
(231,229,221)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847956 color. Also use rgb(132,121,86) instead hex code.

Text Font Color

.myTextColor { color: #847956; }

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

This text font color is #847956.


Background Color

.myBgColor { background-color: #847956; }

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

This div background color is #847956.


Border color

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

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

This div border color is #847956.


Opacity

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

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

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

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

This text has shadow with #847956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847956 on black background.


Color preview on white background

This text has color #847956 on white background.



Black color preview on #847956 background

This text has black color on #847956 background.


White color preview on #847956 background

This text has white color on #847956 background.