COLOR #847151

HEX: #847151
RGB: (132,113,81)

Color info

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

RGB color model

#847151 color RGB value is (132,113,81).

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

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 81 of 255 = 32%

132
113
81

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

Portions of RGB colors in percentages

R + G + B =
132 + 113 + 81 = 326 (100%)
R 132 of 326 ~ 40.49%
G 113 of 326 ~ 34.66%
B 81 of 326 ~ 24.85%

%40.49
%34.66
%24.85

CMYK color model

#847151 color CMYK value is (0,14,39,48).

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 38.64%
  • key color value is 48.24%
CMYK:
(0,14,39,48)
C0M14Y39K48 
(0%,14%,39%,48%)
(0.00/0.14/0.39/0.48)	

CMYK percentages

%0
%14.39
%38.64
%48.24

Codes

Color #847151 in popluar color models

847151
RGB13211381
HSL38°23.94%41.76%
HSB/HSV38°38.64%51.76%
CMYK0.00%14.39%38.64%
48.24%

Color #847151 in popluar number systems.

HEX847151
Decimal13211381
Binary1000010011100011010001
Octal204161121

Shades and tints

Shades of #847151

#847151
(132,113,81)
#78674A
(120,103,74)
#6C5D43
(108,93,67)
#60533C
(96,83,60)
#544935
(84,73,53)
#483F2E
(72,63,46)
#3C3527
(60,53,39)
#302B20
(48,43,32)
#242119
(36,33,25)
#181712
(24,23,18)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #847151

#847151
(132,113,81)
#8F7D60
(143,125,96)
#9A896F
(154,137,111)
#A5957E
(165,149,126)
#B0A18D
(176,161,141)
#BBAD9C
(187,173,156)
#C6B9AB
(198,185,171)
#D1C5BA
(209,197,186)
#DCD1C9
(220,209,201)
#E7DDD8
(231,221,216)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847151; }

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

This text font color is #847151.


Background Color

.myBgColor { background-color: #847151; }

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

This div background color is #847151.


Border color

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

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

This div border color is #847151.


Opacity

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

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

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

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

This text has shadow with #847151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847151 on black background.


Color preview on white background

This text has color #847151 on white background.



Black color preview on #847151 background

This text has black color on #847151 background.


White color preview on #847151 background

This text has white color on #847151 background.