COLOR #847C61

HEX: #847C61
RGB: (132,124,97)

Color info

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

RGB color model

#847C61 color RGB value is (132,124,97).

  • red value is 132;
  • green value is 124;
  • blue value is 97.
RGB:
(132,124,97)
(52%,49%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 124 of 255 = 49%
B 97 of 255 = 38%

132
124
97

R + G + B ~ 46%. #847C61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 124 + 97 = 353 (100%)
R 132 of 353 ~ 37.39%
G 124 of 353 ~ 35.13%
B 97 of 353 ~ 27.48%

%37.39
%35.13
%27.48

CMYK color model

#847C61 color CMYK value is (0,6,27,48).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(0,6,27,48)
C0M6Y27K48 
(0%,6%,27%,48%)
(0.00/0.06/0.27/0.48)	

CMYK percentages

%0
%6.06
%26.52
%48.24

Codes

Color #847C61 in popluar color models

847C61
RGB13212497
HSL46°15.28%44.90%
HSB/HSV46°26.52%51.76%
CMYK0.00%6.06%26.52%
48.24%

Color #847C61 in popluar number systems.

HEX847C61
Decimal13212497
Binary1000010011111001100001
Octal204174141

Shades and tints

Shades of #847C61

#847C61
(132,124,97)
#787159
(120,113,89)
#6C6651
(108,102,81)
#605B49
(96,91,73)
#545041
(84,80,65)
#484539
(72,69,57)
#3C3A31
(60,58,49)
#302F29
(48,47,41)
#242421
(36,36,33)
#181919
(24,25,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #847C61

#847C61
(132,124,97)
#8F876F
(143,135,111)
#9A927D
(154,146,125)
#A59D8B
(165,157,139)
#B0A899
(176,168,153)
#BBB3A7
(187,179,167)
#C6BEB5
(198,190,181)
#D1C9C3
(209,201,195)
#DCD4D1
(220,212,209)
#E7DFDF
(231,223,223)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847C61 color. Also use rgb(132,124,97) instead hex code.

Text Font Color

.myTextColor { color: #847C61; }

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

This text font color is #847C61.


Background Color

.myBgColor { background-color: #847C61; }

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

This div background color is #847C61.


Border color

.myBorderColor { border: 1px solid #847C61; }

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

This div border color is #847C61.


Opacity

.myOpacity80 { color: #847C61; opacity: 0.8; }

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

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

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

This text has shadow with #847C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847C61 on black background.


Color preview on white background

This text has color #847C61 on white background.



Black color preview on #847C61 background

This text has black color on #847C61 background.


White color preview on #847C61 background

This text has white color on #847C61 background.