COLOR #847D49

HEX: #847D49
RGB: (132,125,73)

Color info

#847D49 contains red, green and blue colors in about the same proportion. Web safe color of #847D49 is #996633 (or #963).

RGB color model

#847D49 color RGB value is (132,125,73).

  • red value is 132;
  • green value is 125;
  • blue value is 73.
RGB:
(132,125,73)
(52%,49%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 73 of 255 = 29%

132
125
73

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

Portions of RGB colors in percentages

R + G + B =
132 + 125 + 73 = 330 (100%)
R 132 of 330 ~ 40%
G 125 of 330 ~ 37.88%
B 73 of 330 ~ 22.12%

%40
%37.88
%22.12

CMYK color model

#847D49 color CMYK value is (0,5,45,48).

  • cyan value is 0.00%
  • magenta value is 5.30%
  • yellow value is 44.70%
  • key color value is 48.24%
CMYK:
(0,5,45,48)
C0M5Y45K48 
(0%,5%,45%,48%)
(0.00/0.05/0.45/0.48)	

CMYK percentages

%0
%5.3
%44.7
%48.24

Codes

Color #847D49 in popluar color models

847D49
RGB13212573
HSL53°28.78%40.20%
HSB/HSV53°44.70%51.76%
CMYK0.00%5.30%44.70%
48.24%

Color #847D49 in popluar number systems.

HEX847D49
Decimal13212573
Binary1000010011111011001001
Octal204175111

Shades and tints

Shades of #847D49

#847D49
(132,125,73)
#787243
(120,114,67)
#6C673D
(108,103,61)
#605C37
(96,92,55)
#545131
(84,81,49)
#48462B
(72,70,43)
#3C3B25
(60,59,37)
#30301F
(48,48,31)
#242519
(36,37,25)
#181A13
(24,26,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #847D49

#847D49
(132,125,73)
#8F8859
(143,136,89)
#9A9369
(154,147,105)
#A59E79
(165,158,121)
#B0A989
(176,169,137)
#BBB499
(187,180,153)
#C6BFA9
(198,191,169)
#D1CAB9
(209,202,185)
#DCD5C9
(220,213,201)
#E7E0D9
(231,224,217)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847D49 color. Also use rgb(132,125,73) instead hex code.

Text Font Color

.myTextColor { color: #847D49; }

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

This text font color is #847D49.


Background Color

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

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

This div background color is #847D49.


Border color

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

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

This div border color is #847D49.


Opacity

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

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

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

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

This text has shadow with #847D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847D49 on black background.


Color preview on white background

This text has color #847D49 on white background.



Black color preview on #847D49 background

This text has black color on #847D49 background.


White color preview on #847D49 background

This text has white color on #847D49 background.