COLOR #847A54

HEX: #847A54
RGB: (132,122,84)

Color info

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

RGB color model

#847A54 color RGB value is (132,122,84).

  • red value is 132;
  • green value is 122;
  • blue value is 84.
RGB:
(132,122,84)
(52%,48%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 122 of 255 = 48%
B 84 of 255 = 33%

132
122
84

R + G + B ~ 44%. #847A54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 122 + 84 = 338 (100%)
R 132 of 338 ~ 39.05%
G 122 of 338 ~ 36.09%
B 84 of 338 ~ 24.85%

%39.05
%36.09
%24.85

CMYK color model

#847A54 color CMYK value is (0,8,36,48).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 36.36%
  • key color value is 48.24%
CMYK:
(0,8,36,48)
C0M8Y36K48 
(0%,8%,36%,48%)
(0.00/0.08/0.36/0.48)	

CMYK percentages

%0
%7.58
%36.36
%48.24

Codes

Color #847A54 in popluar color models

847A54
RGB13212284
HSL48°22.22%42.35%
HSB/HSV48°36.36%51.76%
CMYK0.00%7.58%36.36%
48.24%

Color #847A54 in popluar number systems.

HEX847A54
Decimal13212284
Binary1000010011110101010100
Octal204172124

Shades and tints

Shades of #847A54

#847A54
(132,122,84)
#786F4D
(120,111,77)
#6C6446
(108,100,70)
#60593F
(96,89,63)
#544E38
(84,78,56)
#484331
(72,67,49)
#3C382A
(60,56,42)
#302D23
(48,45,35)
#24221C
(36,34,28)
#181715
(24,23,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #847A54

#847A54
(132,122,84)
#8F8663
(143,134,99)
#9A9272
(154,146,114)
#A59E81
(165,158,129)
#B0AA90
(176,170,144)
#BBB69F
(187,182,159)
#C6C2AE
(198,194,174)
#D1CEBD
(209,206,189)
#DCDACC
(220,218,204)
#E7E6DB
(231,230,219)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847A54 color. Also use rgb(132,122,84) instead hex code.

Text Font Color

.myTextColor { color: #847A54; }

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

This text font color is #847A54.


Background Color

.myBgColor { background-color: #847A54; }

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

This div background color is #847A54.


Border color

.myBorderColor { border: 1px solid #847A54; }

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

This div border color is #847A54.


Opacity

.myOpacity80 { color: #847A54; opacity: 0.8; }

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

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

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

This text has shadow with #847A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847A54 on black background.


Color preview on white background

This text has color #847A54 on white background.



Black color preview on #847A54 background

This text has black color on #847A54 background.


White color preview on #847A54 background

This text has white color on #847A54 background.