COLOR #847163

HEX: #847163
RGB: (132,113,99)

Color info

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

RGB color model

#847163 color RGB value is (132,113,99).

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

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 99 of 255 = 39%

132
113
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 113 + 99 = 344 (100%)
R 132 of 344 ~ 38.37%
G 113 of 344 ~ 32.85%
B 99 of 344 ~ 28.78%

%38.37
%32.85
%28.78

CMYK color model

#847163 color CMYK value is (0,14,25,48).

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,14,25,48)
C0M14Y25K48 
(0%,14%,25%,48%)
(0.00/0.14/0.25/0.48)	

CMYK percentages

%0
%14.39
%25
%48.24

Codes

Color #847163 in popluar color models

847163
RGB13211399
HSL25°14.29%45.29%
HSB/HSV25°25.00%51.76%
CMYK0.00%14.39%25.00%
48.24%

Color #847163 in popluar number systems.

HEX847163
Decimal13211399
Binary1000010011100011100011
Octal204161143

Shades and tints

Shades of #847163

#847163
(132,113,99)
#78675A
(120,103,90)
#6C5D51
(108,93,81)
#605348
(96,83,72)
#54493F
(84,73,63)
#483F36
(72,63,54)
#3C352D
(60,53,45)
#302B24
(48,43,36)
#24211B
(36,33,27)
#181712
(24,23,18)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #847163

#847163
(132,113,99)
#8F7D71
(143,125,113)
#9A897F
(154,137,127)
#A5958D
(165,149,141)
#B0A19B
(176,161,155)
#BBADA9
(187,173,169)
#C6B9B7
(198,185,183)
#D1C5C5
(209,197,197)
#DCD1D3
(220,209,211)
#E7DDE1
(231,221,225)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847163; }

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

This text font color is #847163.


Background Color

.myBgColor { background-color: #847163; }

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

This div background color is #847163.


Border color

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

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

This div border color is #847163.


Opacity

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

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

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

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

This text has shadow with #847163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847163 on black background.


Color preview on white background

This text has color #847163 on white background.



Black color preview on #847163 background

This text has black color on #847163 background.


White color preview on #847163 background

This text has white color on #847163 background.