COLOR #847981

HEX: #847981
RGB: (132,121,129)

Color info

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

RGB color model

#847981 color RGB value is (132,121,129).

  • red value is 132;
  • green value is 121;
  • blue value is 129.
RGB:
(132,121,129)
(52%,47%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 129 of 255 = 51%

132
121
129

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 129 = 382 (100%)
R 132 of 382 ~ 34.55%
G 121 of 382 ~ 31.68%
B 129 of 382 ~ 33.77%

%34.55
%31.68
%33.77

CMYK color model

#847981 color CMYK value is (0,8,2,48).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(0,8,2,48)
C0M8Y2K48 
(0%,8%,2%,48%)
(0.00/0.08/0.02/0.48)	

CMYK percentages

%0
%8.33
%2.27
%48.24

Codes

Color #847981 in popluar color models

847981
RGB132121129
HSL316°4.35%49.61%
HSB/HSV316°8.33%51.76%
CMYK0.00%8.33%2.27%
48.24%

Color #847981 in popluar number systems.

HEX847981
Decimal132121129
Binary10000100111100110000001
Octal204171201

Shades and tints

Shades of #847981

#847981
(132,121,129)
#786E76
(120,110,118)
#6C636B
(108,99,107)
#605860
(96,88,96)
#544D55
(84,77,85)
#48424A
(72,66,74)
#3C373F
(60,55,63)
#302C34
(48,44,52)
#242129
(36,33,41)
#18161E
(24,22,30)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #847981

#847981
(132,121,129)
#8F858C
(143,133,140)
#9A9197
(154,145,151)
#A59DA2
(165,157,162)
#B0A9AD
(176,169,173)
#BBB5B8
(187,181,184)
#C6C1C3
(198,193,195)
#D1CDCE
(209,205,206)
#DCD9D9
(220,217,217)
#E7E5E4
(231,229,228)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847981 color. Also use rgb(132,121,129) instead hex code.

Text Font Color

.myTextColor { color: #847981; }

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

This text font color is #847981.


Background Color

.myBgColor { background-color: #847981; }

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

This div background color is #847981.


Border color

.myBorderColor { border: 1px solid #847981; }

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

This div border color is #847981.


Opacity

.myOpacity80 { color: #847981; opacity: 0.8; }

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

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

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

This text has shadow with #847981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847981 on black background.


Color preview on white background

This text has color #847981 on white background.



Black color preview on #847981 background

This text has black color on #847981 background.


White color preview on #847981 background

This text has white color on #847981 background.