COLOR #847F59

HEX: #847F59
RGB: (132,127,89)

Color info

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

RGB color model

#847F59 color RGB value is (132,127,89).

  • red value is 132;
  • green value is 127;
  • blue value is 89.
RGB:
(132,127,89)
(52%,50%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 127 of 255 = 50%
B 89 of 255 = 35%

132
127
89

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

Portions of RGB colors in percentages

R + G + B =
132 + 127 + 89 = 348 (100%)
R 132 of 348 ~ 37.93%
G 127 of 348 ~ 36.49%
B 89 of 348 ~ 25.57%

%37.93
%36.49
%25.57

CMYK color model

#847F59 color CMYK value is (0,4,33,48).

  • cyan value is 0.00%
  • magenta value is 3.79%
  • yellow value is 32.58%
  • key color value is 48.24%
CMYK:
(0,4,33,48)
C0M4Y33K48 
(0%,4%,33%,48%)
(0.00/0.04/0.33/0.48)	

CMYK percentages

%0
%3.79
%32.58
%48.24

Codes

Color #847F59 in popluar color models

847F59
RGB13212789
HSL53°19.46%43.33%
HSB/HSV53°32.58%51.76%
CMYK0.00%3.79%32.58%
48.24%

Color #847F59 in popluar number systems.

HEX847F59
Decimal13212789
Binary1000010011111111011001
Octal204177131

Shades and tints

Shades of #847F59

#847F59
(132,127,89)
#787451
(120,116,81)
#6C6949
(108,105,73)
#605E41
(96,94,65)
#545339
(84,83,57)
#484831
(72,72,49)
#3C3D29
(60,61,41)
#303221
(48,50,33)
#242719
(36,39,25)
#181C11
(24,28,17)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #847F59

#847F59
(132,127,89)
#8F8A68
(143,138,104)
#9A9577
(154,149,119)
#A5A086
(165,160,134)
#B0AB95
(176,171,149)
#BBB6A4
(187,182,164)
#C6C1B3
(198,193,179)
#D1CCC2
(209,204,194)
#DCD7D1
(220,215,209)
#E7E2E0
(231,226,224)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847F59 color. Also use rgb(132,127,89) instead hex code.

Text Font Color

.myTextColor { color: #847F59; }

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

This text font color is #847F59.


Background Color

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

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

This div background color is #847F59.


Border color

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

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

This div border color is #847F59.


Opacity

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

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

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

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

This text has shadow with #847F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847F59 on black background.


Color preview on white background

This text has color #847F59 on white background.



Black color preview on #847F59 background

This text has black color on #847F59 background.


White color preview on #847F59 background

This text has white color on #847F59 background.