COLOR #847E6C

HEX: #847E6C RGB: (132,126,108)

Color info

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

RGB color model

#847E6C color RGB value is (132,126,108).

RGB: (132,126,108) (52%, 49%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 108 of 255 = 42%

132
126
108

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

Portions of RGB colors in percentages

R + G + B = 132 + 126 + 108 = 366 (100%)
R 132 of 366 ~ 36.07%
G 126 of 366 ~ 34.43%
B 108 of 366 ~ 29.51'%

%36.07
%34.43
%29.51

CMYK color model

#847E6C color CMYK value is (0,5,18,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK: (0,5,18,48) C0M5Y18K48 (0%,5%,18%,48%) (0.00/0.05/0.18/0.48) 

CMYK percentages

%0
%4.55
%18.18
%48.24

Codes

Color #847E6C in popluar color models

84 7E 6C
RGB 132 126 108
HSL 45° 10.00% 47.06%
HSB/HSV 45° 18.18% 51.76%
CMYK 0.00% 4.55% 18.18%
48.24%

Color #847E6C in popluar number systems.

HEX 84 7E 6C
Decimal 132 126 108
Binary 10000100 1111110 1101100
Octal 204 176 154

Shades and tints

Shades of #847E6C

#847E6C
(132,126,108)
#787363
(120,115,99)
#6C685A
(108,104,90)
#605D51
(96,93,81)
#545248
(84,82,72)
#48473F
(72,71,63)
#3C3C36
(60,60,54)
#30312D
(48,49,45)
#242624
(36,38,36)
#181B1B
(24,27,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #847E6C

#847E6C
(132,126,108)
#8F8979
(143,137,121)
#9A9486
(154,148,134)
#A59F93
(165,159,147)
#B0AAA0
(176,170,160)
#BBB5AD
(187,181,173)
#C6C0BA
(198,192,186)
#D1CBC7
(209,203,199)
#DCD6D4
(220,214,212)
#E7E1E1
(231,225,225)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847E6C; }

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

This text font color is #847E6C.

Background Color

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

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

This div background color is #847E6C.

Border color

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

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

This div border color is #847E6C.

Opacity

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

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

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

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

This text has shadow with #847E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847E6C.

Preview

Color preview on black background

This text has color #847E6C on black background.


Color preview on white background

This text has color #847E6C on white background.


Black color preview on #847E6C background

This text has black color on #847E6C background.


White color preview on #847E6C background

This text has white color on #847E6C background.


Related colors

Complementary color

Complementary color for #hex is #7B8193.


I love getcolorcode.com

Triadic colors

1 #6C847E and #7E6C84 with #847E6C are triadic colors.

2 #6C7E84 and #7E846C with #847E6C are triadic colors.