COLOR #847E71

HEX: #847E71
RGB: (132,126,113)

Color info

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

RGB color model

#847E71 color RGB value is (132,126,113).

  • red value is 132;
  • green value is 126;
  • blue value is 113.
RGB:
(132,126,113)
(52%,49%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 113 of 255 = 44%

132
126
113

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 113 = 371 (100%)
R 132 of 371 ~ 35.58%
G 126 of 371 ~ 33.96%
B 113 of 371 ~ 30.46%

%35.58
%33.96
%30.46

CMYK color model

#847E71 color CMYK value is (0,5,14,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(0,5,14,48)
C0M5Y14K48 
(0%,5%,14%,48%)
(0.00/0.05/0.14/0.48)	

CMYK percentages

%0
%4.55
%14.39
%48.24

Codes

Color #847E71 in popluar color models

847E71
RGB132126113
HSL41°7.76%48.04%
HSB/HSV41°14.39%51.76%
CMYK0.00%4.55%14.39%
48.24%

Color #847E71 in popluar number systems.

HEX847E71
Decimal132126113
Binary1000010011111101110001
Octal204176161

Shades and tints

Shades of #847E71

#847E71
(132,126,113)
#787367
(120,115,103)
#6C685D
(108,104,93)
#605D53
(96,93,83)
#545249
(84,82,73)
#48473F
(72,71,63)
#3C3C35
(60,60,53)
#30312B
(48,49,43)
#242621
(36,38,33)
#181B17
(24,27,23)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #847E71

#847E71
(132,126,113)
#8F897D
(143,137,125)
#9A9489
(154,148,137)
#A59F95
(165,159,149)
#B0AAA1
(176,170,161)
#BBB5AD
(187,181,173)
#C6C0B9
(198,192,185)
#D1CBC5
(209,203,197)
#DCD6D1
(220,214,209)
#E7E1DD
(231,225,221)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847E71 color. Also use rgb(132,126,113) instead hex code.

Text Font Color

.myTextColor { color: #847E71; }

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

This text font color is #847E71.


Background Color

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

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

This div background color is #847E71.


Border color

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

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

This div border color is #847E71.


Opacity

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

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

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

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

This text has shadow with #847E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E71 on black background.


Color preview on white background

This text has color #847E71 on white background.



Black color preview on #847E71 background

This text has black color on #847E71 background.


White color preview on #847E71 background

This text has white color on #847E71 background.