COLOR #847247

HEX: #847247
RGB: (132,114,71)

Color info

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

RGB color model

#847247 color RGB value is (132,114,71).

  • red value is 132;
  • green value is 114;
  • blue value is 71.
RGB:
(132,114,71)
(52%,45%,28%)

RGB channels and saturation

R 132 of 255 = 52%
G 114 of 255 = 45%
B 71 of 255 = 28%

132
114
71

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

Portions of RGB colors in percentages

R + G + B =
132 + 114 + 71 = 317 (100%)
R 132 of 317 ~ 41.64%
G 114 of 317 ~ 35.96%
B 71 of 317 ~ 22.4%

%41.64
%35.96
%22.4

CMYK color model

#847247 color CMYK value is (0,14,46,48).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(0,14,46,48)
C0M14Y46K48 
(0%,14%,46%,48%)
(0.00/0.14/0.46/0.48)	

CMYK percentages

%0
%13.64
%46.21
%48.24

Codes

Color #847247 in popluar color models

847247
RGB13211471
HSL42°30.05%39.80%
HSB/HSV42°46.21%51.76%
CMYK0.00%13.64%46.21%
48.24%

Color #847247 in popluar number systems.

HEX847247
Decimal13211471
Binary1000010011100101000111
Octal204162107

Shades and tints

Shades of #847247

#847247
(132,114,71)
#786841
(120,104,65)
#6C5E3B
(108,94,59)
#605435
(96,84,53)
#544A2F
(84,74,47)
#484029
(72,64,41)
#3C3623
(60,54,35)
#302C1D
(48,44,29)
#242217
(36,34,23)
#181811
(24,24,17)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #847247

#847247
(132,114,71)
#8F7E57
(143,126,87)
#9A8A67
(154,138,103)
#A59677
(165,150,119)
#B0A287
(176,162,135)
#BBAE97
(187,174,151)
#C6BAA7
(198,186,167)
#D1C6B7
(209,198,183)
#DCD2C7
(220,210,199)
#E7DED7
(231,222,215)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847247 color. Also use rgb(132,114,71) instead hex code.

Text Font Color

.myTextColor { color: #847247; }

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

This text font color is #847247.


Background Color

.myBgColor { background-color: #847247; }

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

This div background color is #847247.


Border color

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

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

This div border color is #847247.


Opacity

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

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

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

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

This text has shadow with #847247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847247 on black background.


Color preview on white background

This text has color #847247 on white background.



Black color preview on #847247 background

This text has black color on #847247 background.


White color preview on #847247 background

This text has white color on #847247 background.