COLOR #847D6C

HEX: #847D6C
RGB: (132,125,108)

Color info

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

RGB color model

#847D6C color RGB value is (132,125,108).

  • red value is 132;
  • green value is 125;
  • blue value is 108.
RGB:
(132,125,108)
(52%,49%,42%)

RGB channels and saturation

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

132
125
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 125 + 108 = 365 (100%)
R 132 of 365 ~ 36.16%
G 125 of 365 ~ 34.25%
B 108 of 365 ~ 29.59%

%36.16
%34.25
%29.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.30%
  • 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
%5.3
%18.18
%48.24

Codes

Color #847D6C in popluar color models

847D6C
RGB132125108
HSL43°10.00%47.06%
HSB/HSV43°18.18%51.76%
CMYK0.00%5.30%18.18%
48.24%

Color #847D6C in popluar number systems.

HEX847D6C
Decimal132125108
Binary1000010011111011101100
Octal204175154

Shades and tints

Shades of #847D6C

#847D6C
(132,125,108)
#787263
(120,114,99)
#6C675A
(108,103,90)
#605C51
(96,92,81)
#545148
(84,81,72)
#48463F
(72,70,63)
#3C3B36
(60,59,54)
#30302D
(48,48,45)
#242524
(36,37,36)
#181A1B
(24,26,27)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #847D6C

#847D6C
(132,125,108)
#8F8879
(143,136,121)
#9A9386
(154,147,134)
#A59E93
(165,158,147)
#B0A9A0
(176,169,160)
#BBB4AD
(187,180,173)
#C6BFBA
(198,191,186)
#D1CAC7
(209,202,199)
#DCD5D4
(220,213,212)
#E7E0E1
(231,224,225)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847D6C; }

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

This text font color is #847D6C.


Background Color

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

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

This div background color is #847D6C.


Border color

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

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

This div border color is #847D6C.


Opacity

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

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

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

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

This text has shadow with #847D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847D6C on black background.


Color preview on white background

This text has color #847D6C on white background.



Black color preview on #847D6C background

This text has black color on #847D6C background.


White color preview on #847D6C background

This text has white color on #847D6C background.