COLOR #847671

HEX: #847671
RGB: (132,118,113)

Color info

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

RGB color model

#847671 color RGB value is (132,118,113).

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

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 113 of 255 = 44%

132
118
113

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 113 = 363 (100%)
R 132 of 363 ~ 36.36%
G 118 of 363 ~ 32.51%
B 113 of 363 ~ 31.13%

%36.36
%32.51
%31.13

CMYK color model

#847671 color CMYK value is (0,11,14,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(0,11,14,48)
C0M11Y14K48 
(0%,11%,14%,48%)
(0.00/0.11/0.14/0.48)	

CMYK percentages

%0
%10.61
%14.39
%48.24

Codes

Color #847671 in popluar color models

847671
RGB132118113
HSL16°7.76%48.04%
HSB/HSV16°14.39%51.76%
CMYK0.00%10.61%14.39%
48.24%

Color #847671 in popluar number systems.

HEX847671
Decimal132118113
Binary1000010011101101110001
Octal204166161

Shades and tints

Shades of #847671

#847671
(132,118,113)
#786C67
(120,108,103)
#6C625D
(108,98,93)
#605853
(96,88,83)
#544E49
(84,78,73)
#48443F
(72,68,63)
#3C3A35
(60,58,53)
#30302B
(48,48,43)
#242621
(36,38,33)
#181C17
(24,28,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #847671

#847671
(132,118,113)
#8F827D
(143,130,125)
#9A8E89
(154,142,137)
#A59A95
(165,154,149)
#B0A6A1
(176,166,161)
#BBB2AD
(187,178,173)
#C6BEB9
(198,190,185)
#D1CAC5
(209,202,197)
#DCD6D1
(220,214,209)
#E7E2DD
(231,226,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847671; }

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

This text font color is #847671.


Background Color

.myBgColor { background-color: #847671; }

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

This div background color is #847671.


Border color

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

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

This div border color is #847671.


Opacity

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

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

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

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

This text has shadow with #847671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847671 on black background.


Color preview on white background

This text has color #847671 on white background.



Black color preview on #847671 background

This text has black color on #847671 background.


White color preview on #847671 background

This text has white color on #847671 background.