COLOR #847C6C

HEX: #847C6C RGB: (132,124,108)

Color info

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

RGB color model

#847C6C color RGB value is (132,124,108).

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

RGB channels and saturation

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

132
124
108

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

Portions of RGB colors in percentages

R + G + B = 132 + 124 + 108 = 364 (100%)
R 132 of 364 ~ 36.26%
G 124 of 364 ~ 34.07%
B 108 of 364 ~ 29.67'%

%36.26
%34.07
%29.67

CMYK color model

#847C6C color CMYK value is (0,6,18,48).

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

CMYK: (0,6,18,48)
C0M6Y18K48 (0%, 6%, 18%, 48%)
(0.00 / 0.06 / 0.18 / 0.48)

CMYK percentages

%0
%6.06
%18.18
%48.24

Codes

Color #847C6C in popluar color models

84 7C 6C
RGB 132 124 108
HSL 40° 10.00% 47.06%
HSB/HSV 40° 18.18% 51.76%
CMYK 0.00% 6.06% 18.18%
48.24%

Color #847C6C in popluar number systems.

HEX 84 7C 6C
Decimal 132 124 108
Binary 10000100 1111100 1101100
Octal 204 174 154

Shades and tints

Shades of #847C6C

#847C6C
(132,124,108)
#787163
(120,113,99)
#6C665A
(108,102,90)
#605B51
(96,91,81)
#545048
(84,80,72)
#48453F
(72,69,63)
#3C3A36
(60,58,54)
#302F2D
(48,47,45)
#242424
(36,36,36)
#18191B
(24,25,27)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #847C6C

#847C6C
(132,124,108)
#8F8779
(143,135,121)
#9A9286
(154,146,134)
#A59D93
(165,157,147)
#B0A8A0
(176,168,160)
#BBB3AD
(187,179,173)
#C6BEBA
(198,190,186)
#D1C9C7
(209,201,199)
#DCD4D4
(220,212,212)
#E7DFE1
(231,223,225)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847C6C; }

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

This text font color is #847C6C.

Background Color

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

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

This div background color is #847C6C.

Border color

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

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

This div border color is #847C6C.

Opacity

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

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

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

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

This text has shadow with #847C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847C6C.

Preview

Color preview on black background

This text has color #847C6C on black background.


Color preview on white background

This text has color #847C6C on white background.


Black color preview on #847C6C background

This text has black color on #847C6C background.


White color preview on #847C6C background

This text has white color on #847C6C background.


Related colors

Complementary color

Complementary color for #hex is #7B8393.


I love getcolorcode.com

Triadic colors

1 #6C847C and #7C6C84 with #847C6C are triadic colors.

2 #6C7C84 and #7C846C with #847C6C are triadic colors.