COLOR #847D76

HEX: #847D76
RGB: (132,125,118)

Color info

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

RGB color model

#847D76 color RGB value is (132,125,118).

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

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 118 of 255 = 46%

132
125
118

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

Portions of RGB colors in percentages

R + G + B =
132 + 125 + 118 = 375 (100%)
R 132 of 375 ~ 35.2%
G 125 of 375 ~ 33.33%
B 118 of 375 ~ 31.47%

%35.2
%33.33
%31.47

CMYK color model

#847D76 color CMYK value is (0,5,11,48).

  • cyan value is 0.00%
  • magenta value is 5.30%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(0,5,11,48)
C0M5Y11K48 
(0%,5%,11%,48%)
(0.00/0.05/0.11/0.48)	

CMYK percentages

%0
%5.3
%10.61
%48.24

Codes

Color #847D76 in popluar color models

847D76
RGB132125118
HSL30°5.60%49.02%
HSB/HSV30°10.61%51.76%
CMYK0.00%5.30%10.61%
48.24%

Color #847D76 in popluar number systems.

HEX847D76
Decimal132125118
Binary1000010011111011110110
Octal204175166

Shades and tints

Shades of #847D76

#847D76
(132,125,118)
#78726C
(120,114,108)
#6C6762
(108,103,98)
#605C58
(96,92,88)
#54514E
(84,81,78)
#484644
(72,70,68)
#3C3B3A
(60,59,58)
#303030
(48,48,48)
#242526
(36,37,38)
#181A1C
(24,26,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #847D76

#847D76
(132,125,118)
#8F8882
(143,136,130)
#9A938E
(154,147,142)
#A59E9A
(165,158,154)
#B0A9A6
(176,169,166)
#BBB4B2
(187,180,178)
#C6BFBE
(198,191,190)
#D1CACA
(209,202,202)
#DCD5D6
(220,213,214)
#E7E0E2
(231,224,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847D76; }

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

This text font color is #847D76.


Background Color

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

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

This div background color is #847D76.


Border color

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

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

This div border color is #847D76.


Opacity

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

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

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

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

This text has shadow with #847D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847D76 on black background.


Color preview on white background

This text has color #847D76 on white background.



Black color preview on #847D76 background

This text has black color on #847D76 background.


White color preview on #847D76 background

This text has white color on #847D76 background.