COLOR #847E7A

HEX: #847E7A
RGB: (132,126,122)

Color info

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

RGB color model

#847E7A color RGB value is (132,126,122).

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

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 122 of 255 = 48%

132
126
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 122 = 380 (100%)
R 132 of 380 ~ 34.74%
G 126 of 380 ~ 33.16%
B 122 of 380 ~ 32.11%

%34.74
%33.16
%32.11

CMYK color model

#847E7A color CMYK value is (0,5,8,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(0,5,8,48)
C0M5Y8K48 
(0%,5%,8%,48%)
(0.00/0.05/0.08/0.48)	

CMYK percentages

%0
%4.55
%7.58
%48.24

Codes

Color #847E7A in popluar color models

847E7A
RGB132126122
HSL24°3.94%49.80%
HSB/HSV24°7.58%51.76%
CMYK0.00%4.55%7.58%
48.24%

Color #847E7A in popluar number systems.

HEX847E7A
Decimal132126122
Binary1000010011111101111010
Octal204176172

Shades and tints

Shades of #847E7A

#847E7A
(132,126,122)
#78736F
(120,115,111)
#6C6864
(108,104,100)
#605D59
(96,93,89)
#54524E
(84,82,78)
#484743
(72,71,67)
#3C3C38
(60,60,56)
#30312D
(48,49,45)
#242622
(36,38,34)
#181B17
(24,27,23)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #847E7A

#847E7A
(132,126,122)
#8F8986
(143,137,134)
#9A9492
(154,148,146)
#A59F9E
(165,159,158)
#B0AAAA
(176,170,170)
#BBB5B6
(187,181,182)
#C6C0C2
(198,192,194)
#D1CBCE
(209,203,206)
#DCD6DA
(220,214,218)
#E7E1E6
(231,225,230)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847E7A; }

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

This text font color is #847E7A.


Background Color

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

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

This div background color is #847E7A.


Border color

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

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

This div border color is #847E7A.


Opacity

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

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

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

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

This text has shadow with #847E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E7A on black background.


Color preview on white background

This text has color #847E7A on white background.



Black color preview on #847E7A background

This text has black color on #847E7A background.


White color preview on #847E7A background

This text has white color on #847E7A background.