COLOR #847963

HEX: #847963
RGB: (132,121,99)

Color info

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

RGB color model

#847963 color RGB value is (132,121,99).

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

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 99 of 255 = 39%

132
121
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 99 = 352 (100%)
R 132 of 352 ~ 37.5%
G 121 of 352 ~ 34.38%
B 99 of 352 ~ 28.13%

%37.5
%34.38
%28.13

CMYK color model

#847963 color CMYK value is (0,8,25,48).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,8,25,48)
C0M8Y25K48 
(0%,8%,25%,48%)
(0.00/0.08/0.25/0.48)	

CMYK percentages

%0
%8.33
%25
%48.24

Codes

Color #847963 in popluar color models

847963
RGB13212199
HSL40°14.29%45.29%
HSB/HSV40°25.00%51.76%
CMYK0.00%8.33%25.00%
48.24%

Color #847963 in popluar number systems.

HEX847963
Decimal13212199
Binary1000010011110011100011
Octal204171143

Shades and tints

Shades of #847963

#847963
(132,121,99)
#786E5A
(120,110,90)
#6C6351
(108,99,81)
#605848
(96,88,72)
#544D3F
(84,77,63)
#484236
(72,66,54)
#3C372D
(60,55,45)
#302C24
(48,44,36)
#24211B
(36,33,27)
#181612
(24,22,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #847963

#847963
(132,121,99)
#8F8571
(143,133,113)
#9A917F
(154,145,127)
#A59D8D
(165,157,141)
#B0A99B
(176,169,155)
#BBB5A9
(187,181,169)
#C6C1B7
(198,193,183)
#D1CDC5
(209,205,197)
#DCD9D3
(220,217,211)
#E7E5E1
(231,229,225)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847963; }

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

This text font color is #847963.


Background Color

.myBgColor { background-color: #847963; }

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

This div background color is #847963.


Border color

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

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

This div border color is #847963.


Opacity

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

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

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

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

This text has shadow with #847963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847963 on black background.


Color preview on white background

This text has color #847963 on white background.



Black color preview on #847963 background

This text has black color on #847963 background.


White color preview on #847963 background

This text has white color on #847963 background.