COLOR #847869

HEX: #847869
RGB: (132,120,105)

Color info

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

RGB color model

#847869 color RGB value is (132,120,105).

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

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 105 of 255 = 41%

132
120
105

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 105 = 357 (100%)
R 132 of 357 ~ 36.97%
G 120 of 357 ~ 33.61%
B 105 of 357 ~ 29.41%

%36.97
%33.61
%29.41

CMYK color model

#847869 color CMYK value is (0,9,20,48).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 20.45%
  • key color value is 48.24%
CMYK:
(0,9,20,48)
C0M9Y20K48 
(0%,9%,20%,48%)
(0.00/0.09/0.20/0.48)	

CMYK percentages

%0
%9.09
%20.45
%48.24

Codes

Color #847869 in popluar color models

847869
RGB132120105
HSL33°11.39%46.47%
HSB/HSV33°20.45%51.76%
CMYK0.00%9.09%20.45%
48.24%

Color #847869 in popluar number systems.

HEX847869
Decimal132120105
Binary1000010011110001101001
Octal204170151

Shades and tints

Shades of #847869

#847869
(132,120,105)
#786E60
(120,110,96)
#6C6457
(108,100,87)
#605A4E
(96,90,78)
#545045
(84,80,69)
#48463C
(72,70,60)
#3C3C33
(60,60,51)
#30322A
(48,50,42)
#242821
(36,40,33)
#181E18
(24,30,24)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #847869

#847869
(132,120,105)
#8F8476
(143,132,118)
#9A9083
(154,144,131)
#A59C90
(165,156,144)
#B0A89D
(176,168,157)
#BBB4AA
(187,180,170)
#C6C0B7
(198,192,183)
#D1CCC4
(209,204,196)
#DCD8D1
(220,216,209)
#E7E4DE
(231,228,222)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847869; }

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

This text font color is #847869.


Background Color

.myBgColor { background-color: #847869; }

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

This div background color is #847869.


Border color

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

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

This div border color is #847869.


Opacity

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

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

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

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

This text has shadow with #847869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847869 on black background.


Color preview on white background

This text has color #847869 on white background.



Black color preview on #847869 background

This text has black color on #847869 background.


White color preview on #847869 background

This text has white color on #847869 background.