COLOR #847977

HEX: #847977
RGB: (132,121,119)

Color info

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

RGB color model

#847977 color RGB value is (132,121,119).

  • red value is 132;
  • green value is 121;
  • blue value is 119.
RGB:
(132,121,119)
(52%,47%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 119 of 255 = 47%

132
121
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 119 = 372 (100%)
R 132 of 372 ~ 35.48%
G 121 of 372 ~ 32.53%
B 119 of 372 ~ 31.99%

%35.48
%32.53
%31.99

CMYK color model

#847977 color CMYK value is (0,8,10,48).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(0,8,10,48)
C0M8Y10K48 
(0%,8%,10%,48%)
(0.00/0.08/0.10/0.48)	

CMYK percentages

%0
%8.33
%9.85
%48.24

Codes

Color #847977 in popluar color models

847977
RGB132121119
HSL5.18%49.22%
HSB/HSV9.85%51.76%
CMYK0.00%8.33%9.85%
48.24%

Color #847977 in popluar number systems.

HEX847977
Decimal132121119
Binary1000010011110011110111
Octal204171167

Shades and tints

Shades of #847977

#847977
(132,121,119)
#786E6D
(120,110,109)
#6C6363
(108,99,99)
#605859
(96,88,89)
#544D4F
(84,77,79)
#484245
(72,66,69)
#3C373B
(60,55,59)
#302C31
(48,44,49)
#242127
(36,33,39)
#18161D
(24,22,29)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #847977

#847977
(132,121,119)
#8F8583
(143,133,131)
#9A918F
(154,145,143)
#A59D9B
(165,157,155)
#B0A9A7
(176,169,167)
#BBB5B3
(187,181,179)
#C6C1BF
(198,193,191)
#D1CDCB
(209,205,203)
#DCD9D7
(220,217,215)
#E7E5E3
(231,229,227)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847977 color. Also use rgb(132,121,119) instead hex code.

Text Font Color

.myTextColor { color: #847977; }

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

This text font color is #847977.


Background Color

.myBgColor { background-color: #847977; }

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

This div background color is #847977.


Border color

.myBorderColor { border: 1px solid #847977; }

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

This div border color is #847977.


Opacity

.myOpacity80 { color: #847977; opacity: 0.8; }

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

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

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

This text has shadow with #847977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847977 on black background.


Color preview on white background

This text has color #847977 on white background.



Black color preview on #847977 background

This text has black color on #847977 background.


White color preview on #847977 background

This text has white color on #847977 background.