COLOR #847864

HEX: #847864
RGB: (132,120,100)

Color info

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

RGB color model

#847864 color RGB value is (132,120,100).

  • red value is 132;
  • green value is 120;
  • blue value is 100.
RGB:
(132,120,100)
(52%,47%,39%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 100 of 255 = 39%

132
120
100

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 100 = 352 (100%)
R 132 of 352 ~ 37.5%
G 120 of 352 ~ 34.09%
B 100 of 352 ~ 28.41%

%37.5
%34.09
%28.41

CMYK color model

#847864 color CMYK value is (0,9,24,48).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 24.24%
  • key color value is 48.24%
CMYK:
(0,9,24,48)
C0M9Y24K48 
(0%,9%,24%,48%)
(0.00/0.09/0.24/0.48)	

CMYK percentages

%0
%9.09
%24.24
%48.24

Codes

Color #847864 in popluar color models

847864
RGB132120100
HSL38°13.79%45.49%
HSB/HSV38°24.24%51.76%
CMYK0.00%9.09%24.24%
48.24%

Color #847864 in popluar number systems.

HEX847864
Decimal132120100
Binary1000010011110001100100
Octal204170144

Shades and tints

Shades of #847864

#847864
(132,120,100)
#786E5B
(120,110,91)
#6C6452
(108,100,82)
#605A49
(96,90,73)
#545040
(84,80,64)
#484637
(72,70,55)
#3C3C2E
(60,60,46)
#303225
(48,50,37)
#24281C
(36,40,28)
#181E13
(24,30,19)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #847864

#847864
(132,120,100)
#8F8472
(143,132,114)
#9A9080
(154,144,128)
#A59C8E
(165,156,142)
#B0A89C
(176,168,156)
#BBB4AA
(187,180,170)
#C6C0B8
(198,192,184)
#D1CCC6
(209,204,198)
#DCD8D4
(220,216,212)
#E7E4E2
(231,228,226)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847864 color. Also use rgb(132,120,100) instead hex code.

Text Font Color

.myTextColor { color: #847864; }

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

This text font color is #847864.


Background Color

.myBgColor { background-color: #847864; }

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

This div background color is #847864.


Border color

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

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

This div border color is #847864.


Opacity

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

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

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

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

This text has shadow with #847864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847864 on black background.


Color preview on white background

This text has color #847864 on white background.



Black color preview on #847864 background

This text has black color on #847864 background.


White color preview on #847864 background

This text has white color on #847864 background.