COLOR #847A4A

HEX: #847A4A
RGB: (132,122,74)

Color info

#847A4A contains red, green and blue colors in about the same proportion. Web safe color of #847A4A is #996633 (or #963).

RGB color model

#847A4A color RGB value is (132,122,74).

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

RGB channels and saturation

R 132 of 255 = 52%
G 122 of 255 = 48%
B 74 of 255 = 29%

132
122
74

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

Portions of RGB colors in percentages

R + G + B =
132 + 122 + 74 = 328 (100%)
R 132 of 328 ~ 40.24%
G 122 of 328 ~ 37.2%
B 74 of 328 ~ 22.56%

%40.24
%37.2
%22.56

CMYK color model

#847A4A color CMYK value is (0,8,44,48).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,8,44,48)
C0M8Y44K48 
(0%,8%,44%,48%)
(0.00/0.08/0.44/0.48)	

CMYK percentages

%0
%7.58
%43.94
%48.24

Codes

Color #847A4A in popluar color models

847A4A
RGB13212274
HSL50°28.16%40.39%
HSB/HSV50°43.94%51.76%
CMYK0.00%7.58%43.94%
48.24%

Color #847A4A in popluar number systems.

HEX847A4A
Decimal13212274
Binary1000010011110101001010
Octal204172112

Shades and tints

Shades of #847A4A

#847A4A
(132,122,74)
#786F44
(120,111,68)
#6C643E
(108,100,62)
#605938
(96,89,56)
#544E32
(84,78,50)
#48432C
(72,67,44)
#3C3826
(60,56,38)
#302D20
(48,45,32)
#24221A
(36,34,26)
#181714
(24,23,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #847A4A

#847A4A
(132,122,74)
#8F865A
(143,134,90)
#9A926A
(154,146,106)
#A59E7A
(165,158,122)
#B0AA8A
(176,170,138)
#BBB69A
(187,182,154)
#C6C2AA
(198,194,170)
#D1CEBA
(209,206,186)
#DCDACA
(220,218,202)
#E7E6DA
(231,230,218)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847A4A; }

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

This text font color is #847A4A.


Background Color

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

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

This div background color is #847A4A.


Border color

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

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

This div border color is #847A4A.


Opacity

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

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

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

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

This text has shadow with #847A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847A4A on black background.


Color preview on white background

This text has color #847A4A on white background.



Black color preview on #847A4A background

This text has black color on #847A4A background.


White color preview on #847A4A background

This text has white color on #847A4A background.