COLOR #847974

HEX: #847974
RGB: (132,121,116)

Color info

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

RGB color model

#847974 color RGB value is (132,121,116).

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

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 116 of 255 = 45%

132
121
116

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 116 = 369 (100%)
R 132 of 369 ~ 35.77%
G 121 of 369 ~ 32.79%
B 116 of 369 ~ 31.44%

%35.77
%32.79
%31.44

CMYK color model

#847974 color CMYK value is (0,8,12,48).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(0,8,12,48)
C0M8Y12K48 
(0%,8%,12%,48%)
(0.00/0.08/0.12/0.48)	

CMYK percentages

%0
%8.33
%12.12
%48.24

Codes

Color #847974 in popluar color models

847974
RGB132121116
HSL19°6.45%48.63%
HSB/HSV19°12.12%51.76%
CMYK0.00%8.33%12.12%
48.24%

Color #847974 in popluar number systems.

HEX847974
Decimal132121116
Binary1000010011110011110100
Octal204171164

Shades and tints

Shades of #847974

#847974
(132,121,116)
#786E6A
(120,110,106)
#6C6360
(108,99,96)
#605856
(96,88,86)
#544D4C
(84,77,76)
#484242
(72,66,66)
#3C3738
(60,55,56)
#302C2E
(48,44,46)
#242124
(36,33,36)
#18161A
(24,22,26)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #847974

#847974
(132,121,116)
#8F8580
(143,133,128)
#9A918C
(154,145,140)
#A59D98
(165,157,152)
#B0A9A4
(176,169,164)
#BBB5B0
(187,181,176)
#C6C1BC
(198,193,188)
#D1CDC8
(209,205,200)
#DCD9D4
(220,217,212)
#E7E5E0
(231,229,224)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847974; }

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

This text font color is #847974.


Background Color

.myBgColor { background-color: #847974; }

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

This div background color is #847974.


Border color

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

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

This div border color is #847974.


Opacity

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

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

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

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

This text has shadow with #847974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847974 on black background.


Color preview on white background

This text has color #847974 on white background.



Black color preview on #847974 background

This text has black color on #847974 background.


White color preview on #847974 background

This text has white color on #847974 background.