COLOR #847C6B

HEX: #847C6B RGB: (132,124,107)

Color info

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

RGB color model

#847C6B color RGB value is (132,124,107).

RGB: (132,124,107) (52%, 49%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 124 of 255 = 49%
B 107 of 255 = 42%

132
124
107

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

Portions of RGB colors in percentages

R + G + B = 132 + 124 + 107 = 363 (100%)
R 132 of 363 ~ 36.36%
G 124 of 363 ~ 34.16%
B 107 of 363 ~ 29.48'%

%36.36
%34.16
%29.48

CMYK color model

#847C6B color CMYK value is (0,6,19,48).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 18.94%
  • key color value is 48.24%

CMYK: (0,6,19,48)
C0M6Y19K48 (0%, 6%, 19%, 48%)
(0.00 / 0.06 / 0.19 / 0.48)

CMYK percentages

%0
%6.06
%18.94
%48.24

Codes

Color #847C6B in popluar color models

84 7C 6B
RGB 132 124 107
HSL 41° 10.46% 46.86%
HSB/HSV 41° 18.94% 51.76%
CMYK 0.00% 6.06% 18.94%
48.24%

Color #847C6B in popluar number systems.

HEX 84 7C 6B
Decimal 132 124 107
Binary 10000100 1111100 1101011
Octal 204 174 153

Shades and tints

Shades of #847C6B

#847C6B
(132,124,107)
#787162
(120,113,98)
#6C6659
(108,102,89)
#605B50
(96,91,80)
#545047
(84,80,71)
#48453E
(72,69,62)
#3C3A35
(60,58,53)
#302F2C
(48,47,44)
#242423
(36,36,35)
#18191A
(24,25,26)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #847C6B

#847C6B
(132,124,107)
#8F8778
(143,135,120)
#9A9285
(154,146,133)
#A59D92
(165,157,146)
#B0A89F
(176,168,159)
#BBB3AC
(187,179,172)
#C6BEB9
(198,190,185)
#D1C9C6
(209,201,198)
#DCD4D3
(220,212,211)
#E7DFE0
(231,223,224)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847C6B; }

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

This text font color is #847C6B.

Background Color

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

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

This div background color is #847C6B.

Border color

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

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

This div border color is #847C6B.

Opacity

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

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

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

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

This text has shadow with #847C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847C6B.

Preview

Color preview on black background

This text has color #847C6B on black background.


Color preview on white background

This text has color #847C6B on white background.


Black color preview on #847C6B background

This text has black color on #847C6B background.


White color preview on #847C6B background

This text has white color on #847C6B background.


Related colors

Complementary color

Complementary color for #hex is #7B8394.


I love getcolorcode.com

Triadic colors

1 #6B847C and #7C6B84 with #847C6B are triadic colors.

2 #6B7C84 and #7C846B with #847C6B are triadic colors.