COLOR #847E81

HEX: #847E81 RGB: (132,126,129)

Color info

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

RGB color model

#847E81 color RGB value is (132,126,129).

RGB: (132,126,129) (52%, 49%, 51%)

RGB channels and saturation

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

132
126
129

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

Portions of RGB colors in percentages

R + G + B = 132 + 126 + 129 = 387 (100%)
R 132 of 387 ~ 34.11%
G 126 of 387 ~ 32.56%
B 129 of 387 ~ 33.33'%

%34.11
%32.56
%33.33

CMYK color model

#847E81 color CMYK value is (0,5,2,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK: (0,5,2,48) C0M5Y2K48 (0%,5%,2%,48%) (0.00/0.05/0.02/0.48) 

CMYK percentages

%0
%4.55
%2.27
%48.24

Codes

Color #847E81 in popluar color models

84 7E 81
RGB 132 126 129
HSL 330° 2.38% 50.59%
HSB/HSV 330° 4.55% 51.76%
CMYK 0.00% 4.55% 2.27%
48.24%

Color #847E81 in popluar number systems.

HEX 84 7E 81
Decimal 132 126 129
Binary 10000100 1111110 10000001
Octal 204 176 201

Shades and tints

Shades of #847E81

#847E81
(132,126,129)
#787376
(120,115,118)
#6C686B
(108,104,107)
#605D60
(96,93,96)
#545255
(84,82,85)
#48474A
(72,71,74)
#3C3C3F
(60,60,63)
#303134
(48,49,52)
#242629
(36,38,41)
#181B1E
(24,27,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #847E81

#847E81
(132,126,129)
#8F898C
(143,137,140)
#9A9497
(154,148,151)
#A59FA2
(165,159,162)
#B0AAAD
(176,170,173)
#BBB5B8
(187,181,184)
#C6C0C3
(198,192,195)
#D1CBCE
(209,203,206)
#DCD6D9
(220,214,217)
#E7E1E4
(231,225,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847E81; }

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

This text font color is #847E81.

Background Color

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

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

This div background color is #847E81.

Border color

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

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

This div border color is #847E81.

Opacity

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

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

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

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

This text has shadow with #847E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847E81.

Preview

Color preview on black background

This text has color #847E81 on black background.


Color preview on white background

This text has color #847E81 on white background.


Black color preview on #847E81 background

This text has black color on #847E81 background.


White color preview on #847E81 background

This text has white color on #847E81 background.


Related colors

Complementary color

Complementary color for #hex is #7B817E.


I love getcolorcode.com

Triadic colors

1 #81847E and #7E8184 with #847E81 are triadic colors.

2 #817E84 and #7E8481 with #847E81 are triadic colors.