COLOR #847347

HEX: #847347
RGB: (132,115,71)

Color info

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

RGB color model

#847347 color RGB value is (132,115,71).

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

RGB channels and saturation

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

132
115
71

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

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 71 = 318 (100%)
R 132 of 318 ~ 41.51%
G 115 of 318 ~ 36.16%
B 71 of 318 ~ 22.33%

%41.51
%36.16
%22.33

CMYK color model

#847347 color CMYK value is (0,13,46,48).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(0,13,46,48)
C0M13Y46K48 
(0%,13%,46%,48%)
(0.00/0.13/0.46/0.48)	

CMYK percentages

%0
%12.88
%46.21
%48.24

Codes

Color #847347 in popluar color models

847347
RGB13211571
HSL43°30.05%39.80%
HSB/HSV43°46.21%51.76%
CMYK0.00%12.88%46.21%
48.24%

Color #847347 in popluar number systems.

HEX847347
Decimal13211571
Binary1000010011100111000111
Octal204163107

Shades and tints

Shades of #847347

#847347
(132,115,71)
#786941
(120,105,65)
#6C5F3B
(108,95,59)
#605535
(96,85,53)
#544B2F
(84,75,47)
#484129
(72,65,41)
#3C3723
(60,55,35)
#302D1D
(48,45,29)
#242317
(36,35,23)
#181911
(24,25,17)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #847347

#847347
(132,115,71)
#8F7F57
(143,127,87)
#9A8B67
(154,139,103)
#A59777
(165,151,119)
#B0A387
(176,163,135)
#BBAF97
(187,175,151)
#C6BBA7
(198,187,167)
#D1C7B7
(209,199,183)
#DCD3C7
(220,211,199)
#E7DFD7
(231,223,215)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847347; }

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

This text font color is #847347.


Background Color

.myBgColor { background-color: #847347; }

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

This div background color is #847347.


Border color

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

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

This div border color is #847347.


Opacity

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

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

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

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

This text has shadow with #847347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847347 on black background.


Color preview on white background

This text has color #847347 on white background.



Black color preview on #847347 background

This text has black color on #847347 background.


White color preview on #847347 background

This text has white color on #847347 background.