COLOR #847E83

HEX: #847E83
RGB: (132,126,131)

Color info

#847E83 contains red, green and blue colors in about the same proportion. Web safe color of #847E83 is #996699 (or #969).

RGB color model

#847E83 color RGB value is (132,126,131).

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

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 131 of 255 = 51%

132
126
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 131 = 389 (100%)
R 132 of 389 ~ 33.93%
G 126 of 389 ~ 32.39%
B 131 of 389 ~ 33.68%

%33.93
%32.39
%33.68

CMYK color model

#847E83 color CMYK value is (0,5,1,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,5,1,48)
C0M5Y1K48 
(0%,5%,1%,48%)
(0.00/0.05/0.01/0.48)	

CMYK percentages

%0
%4.55
%0.76
%48.24

Codes

Color #847E83 in popluar color models

847E83
RGB132126131
HSL310°2.38%50.59%
HSB/HSV310°4.55%51.76%
CMYK0.00%4.55%0.76%
48.24%

Color #847E83 in popluar number systems.

HEX847E83
Decimal132126131
Binary10000100111111010000011
Octal204176203

Shades and tints

Shades of #847E83

#847E83
(132,126,131)
#787378
(120,115,120)
#6C686D
(108,104,109)
#605D62
(96,93,98)
#545257
(84,82,87)
#48474C
(72,71,76)
#3C3C41
(60,60,65)
#303136
(48,49,54)
#24262B
(36,38,43)
#181B20
(24,27,32)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #847E83

#847E83
(132,126,131)
#8F898E
(143,137,142)
#9A9499
(154,148,153)
#A59FA4
(165,159,164)
#B0AAAF
(176,170,175)
#BBB5BA
(187,181,186)
#C6C0C5
(198,192,197)
#D1CBD0
(209,203,208)
#DCD6DB
(220,214,219)
#E7E1E6
(231,225,230)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847E83; }

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

This text font color is #847E83.


Background Color

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

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

This div background color is #847E83.


Border color

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

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

This div border color is #847E83.


Opacity

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

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

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

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

This text has shadow with #847E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E83 on black background.


Color preview on white background

This text has color #847E83 on white background.



Black color preview on #847E83 background

This text has black color on #847E83 background.


White color preview on #847E83 background

This text has white color on #847E83 background.