COLOR #847F4A

HEX: #847F4A
RGB: (132,127,74)

Color info

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

RGB color model

#847F4A color RGB value is (132,127,74).

  • red value is 132;
  • green value is 127;
  • blue value is 74.
RGB:
(132,127,74)
(52%,50%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 127 of 255 = 50%
B 74 of 255 = 29%

132
127
74

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

Portions of RGB colors in percentages

R + G + B =
132 + 127 + 74 = 333 (100%)
R 132 of 333 ~ 39.64%
G 127 of 333 ~ 38.14%
B 74 of 333 ~ 22.22%

%39.64
%38.14
%22.22

CMYK color model

#847F4A color CMYK value is (0,4,44,48).

  • cyan value is 0.00%
  • magenta value is 3.79%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,4,44,48)
C0M4Y44K48 
(0%,4%,44%,48%)
(0.00/0.04/0.44/0.48)	

CMYK percentages

%0
%3.79
%43.94
%48.24

Codes

Color #847F4A in popluar color models

847F4A
RGB13212774
HSL55°28.16%40.39%
HSB/HSV55°43.94%51.76%
CMYK0.00%3.79%43.94%
48.24%

Color #847F4A in popluar number systems.

HEX847F4A
Decimal13212774
Binary1000010011111111001010
Octal204177112

Shades and tints

Shades of #847F4A

#847F4A
(132,127,74)
#787444
(120,116,68)
#6C693E
(108,105,62)
#605E38
(96,94,56)
#545332
(84,83,50)
#48482C
(72,72,44)
#3C3D26
(60,61,38)
#303220
(48,50,32)
#24271A
(36,39,26)
#181C14
(24,28,20)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #847F4A

#847F4A
(132,127,74)
#8F8A5A
(143,138,90)
#9A956A
(154,149,106)
#A5A07A
(165,160,122)
#B0AB8A
(176,171,138)
#BBB69A
(187,182,154)
#C6C1AA
(198,193,170)
#D1CCBA
(209,204,186)
#DCD7CA
(220,215,202)
#E7E2DA
(231,226,218)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847F4A color. Also use rgb(132,127,74) instead hex code.

Text Font Color

.myTextColor { color: #847F4A; }

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

This text font color is #847F4A.


Background Color

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

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

This div background color is #847F4A.


Border color

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

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

This div border color is #847F4A.


Opacity

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

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

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

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

This text has shadow with #847F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847F4A on black background.


Color preview on white background

This text has color #847F4A on white background.



Black color preview on #847F4A background

This text has black color on #847F4A background.


White color preview on #847F4A background

This text has white color on #847F4A background.