COLOR #847C83

HEX: #847C83
RGB: (132,124,131)

Color info

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

RGB color model

#847C83 color RGB value is (132,124,131).

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

RGB channels and saturation

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

132
124
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 124 + 131 = 387 (100%)
R 132 of 387 ~ 34.11%
G 124 of 387 ~ 32.04%
B 131 of 387 ~ 33.85%

%34.11
%32.04
%33.85

CMYK color model

#847C83 color CMYK value is (0,6,1,48).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,6,1,48)
C0M6Y1K48 
(0%,6%,1%,48%)
(0.00/0.06/0.01/0.48)	

CMYK percentages

%0
%6.06
%0.76
%48.24

Codes

Color #847C83 in popluar color models

847C83
RGB132124131
HSL308°3.15%50.20%
HSB/HSV308°6.06%51.76%
CMYK0.00%6.06%0.76%
48.24%

Color #847C83 in popluar number systems.

HEX847C83
Decimal132124131
Binary10000100111110010000011
Octal204174203

Shades and tints

Shades of #847C83

#847C83
(132,124,131)
#787178
(120,113,120)
#6C666D
(108,102,109)
#605B62
(96,91,98)
#545057
(84,80,87)
#48454C
(72,69,76)
#3C3A41
(60,58,65)
#302F36
(48,47,54)
#24242B
(36,36,43)
#181920
(24,25,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #847C83

#847C83
(132,124,131)
#8F878E
(143,135,142)
#9A9299
(154,146,153)
#A59DA4
(165,157,164)
#B0A8AF
(176,168,175)
#BBB3BA
(187,179,186)
#C6BEC5
(198,190,197)
#D1C9D0
(209,201,208)
#DCD4DB
(220,212,219)
#E7DFE6
(231,223,230)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847C83; }

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

This text font color is #847C83.


Background Color

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

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

This div background color is #847C83.


Border color

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

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

This div border color is #847C83.


Opacity

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

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

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

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

This text has shadow with #847C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847C83 on black background.


Color preview on white background

This text has color #847C83 on white background.



Black color preview on #847C83 background

This text has black color on #847C83 background.


White color preview on #847C83 background

This text has white color on #847C83 background.