COLOR #847361

HEX: #847361
RGB: (132,115,97)

Color info

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

RGB color model

#847361 color RGB value is (132,115,97).

  • red value is 132;
  • green value is 115;
  • blue value is 97.
RGB:
(132,115,97)
(52%,45%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 115 of 255 = 45%
B 97 of 255 = 38%

132
115
97

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

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 97 = 344 (100%)
R 132 of 344 ~ 38.37%
G 115 of 344 ~ 33.43%
B 97 of 344 ~ 28.2%

%38.37
%33.43
%28.2

CMYK color model

#847361 color CMYK value is (0,13,27,48).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(0,13,27,48)
C0M13Y27K48 
(0%,13%,27%,48%)
(0.00/0.13/0.27/0.48)	

CMYK percentages

%0
%12.88
%26.52
%48.24

Codes

Color #847361 in popluar color models

847361
RGB13211597
HSL31°15.28%44.90%
HSB/HSV31°26.52%51.76%
CMYK0.00%12.88%26.52%
48.24%

Color #847361 in popluar number systems.

HEX847361
Decimal13211597
Binary1000010011100111100001
Octal204163141

Shades and tints

Shades of #847361

#847361
(132,115,97)
#786959
(120,105,89)
#6C5F51
(108,95,81)
#605549
(96,85,73)
#544B41
(84,75,65)
#484139
(72,65,57)
#3C3731
(60,55,49)
#302D29
(48,45,41)
#242321
(36,35,33)
#181919
(24,25,25)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #847361

#847361
(132,115,97)
#8F7F6F
(143,127,111)
#9A8B7D
(154,139,125)
#A5978B
(165,151,139)
#B0A399
(176,163,153)
#BBAFA7
(187,175,167)
#C6BBB5
(198,187,181)
#D1C7C3
(209,199,195)
#DCD3D1
(220,211,209)
#E7DFDF
(231,223,223)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847361 color. Also use rgb(132,115,97) instead hex code.

Text Font Color

.myTextColor { color: #847361; }

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

This text font color is #847361.


Background Color

.myBgColor { background-color: #847361; }

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

This div background color is #847361.


Border color

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

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

This div border color is #847361.


Opacity

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

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

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

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

This text has shadow with #847361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847361 on black background.


Color preview on white background

This text has color #847361 on white background.



Black color preview on #847361 background

This text has black color on #847361 background.


White color preview on #847361 background

This text has white color on #847361 background.