COLOR #847E74

HEX: #847E74
RGB: (132,126,116)

Color info

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

RGB color model

#847E74 color RGB value is (132,126,116).

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

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 116 of 255 = 45%

132
126
116

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 116 = 374 (100%)
R 132 of 374 ~ 35.29%
G 126 of 374 ~ 33.69%
B 116 of 374 ~ 31.02%

%35.29
%33.69
%31.02

CMYK color model

#847E74 color CMYK value is (0,5,12,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(0,5,12,48)
C0M5Y12K48 
(0%,5%,12%,48%)
(0.00/0.05/0.12/0.48)	

CMYK percentages

%0
%4.55
%12.12
%48.24

Codes

Color #847E74 in popluar color models

847E74
RGB132126116
HSL38°6.45%48.63%
HSB/HSV38°12.12%51.76%
CMYK0.00%4.55%12.12%
48.24%

Color #847E74 in popluar number systems.

HEX847E74
Decimal132126116
Binary1000010011111101110100
Octal204176164

Shades and tints

Shades of #847E74

#847E74
(132,126,116)
#78736A
(120,115,106)
#6C6860
(108,104,96)
#605D56
(96,93,86)
#54524C
(84,82,76)
#484742
(72,71,66)
#3C3C38
(60,60,56)
#30312E
(48,49,46)
#242624
(36,38,36)
#181B1A
(24,27,26)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #847E74

#847E74
(132,126,116)
#8F8980
(143,137,128)
#9A948C
(154,148,140)
#A59F98
(165,159,152)
#B0AAA4
(176,170,164)
#BBB5B0
(187,181,176)
#C6C0BC
(198,192,188)
#D1CBC8
(209,203,200)
#DCD6D4
(220,214,212)
#E7E1E0
(231,225,224)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847E74; }

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

This text font color is #847E74.


Background Color

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

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

This div background color is #847E74.


Border color

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

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

This div border color is #847E74.


Opacity

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

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

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

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

This text has shadow with #847E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E74 on black background.


Color preview on white background

This text has color #847E74 on white background.



Black color preview on #847E74 background

This text has black color on #847E74 background.


White color preview on #847E74 background

This text has white color on #847E74 background.