COLOR #847A30

HEX: #847A30
RGB: (132,122,48)

Color info

#847A30 contains mainly red and green colors. Web safe color of #847A30 is #996633 (or #963).

RGB color model

#847A30 color RGB value is (132,122,48).

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

RGB channels and saturation

R 132 of 255 = 52%
G 122 of 255 = 48%
B 48 of 255 = 19%

132
122
48

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

Portions of RGB colors in percentages

R + G + B =
132 + 122 + 48 = 302 (100%)
R 132 of 302 ~ 43.71%
G 122 of 302 ~ 40.4%
B 48 of 302 ~ 15.89%

%43.71
%40.4
%15.89

CMYK color model

#847A30 color CMYK value is (0,8,64,48).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 63.64%
  • key color value is 48.24%
CMYK:
(0,8,64,48)
C0M8Y64K48 
(0%,8%,64%,48%)
(0.00/0.08/0.64/0.48)	

CMYK percentages

%0
%7.58
%63.64
%48.24

Codes

Color #847A30 in popluar color models

847A30
RGB13212248
HSL53°46.67%35.29%
HSB/HSV53°63.64%51.76%
CMYK0.00%7.58%63.64%
48.24%

Color #847A30 in popluar number systems.

HEX847A30
Decimal13212248
Binary100001001111010110000
Octal20417260

Shades and tints

Shades of #847A30

#847A30
(132,122,48)
#786F2C
(120,111,44)
#6C6428
(108,100,40)
#605924
(96,89,36)
#544E20
(84,78,32)
#48431C
(72,67,28)
#3C3818
(60,56,24)
#302D14
(48,45,20)
#242210
(36,34,16)
#18170C
(24,23,12)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #847A30

#847A30
(132,122,48)
#8F8642
(143,134,66)
#9A9254
(154,146,84)
#A59E66
(165,158,102)
#B0AA78
(176,170,120)
#BBB68A
(187,182,138)
#C6C29C
(198,194,156)
#D1CEAE
(209,206,174)
#DCDAC0
(220,218,192)
#E7E6D2
(231,230,210)
#F2F2E4
(242,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847A30; }

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

This text font color is #847A30.


Background Color

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

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

This div background color is #847A30.


Border color

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

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

This div border color is #847A30.


Opacity

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

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

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

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

This text has shadow with #847A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847A30 on black background.


Color preview on white background

This text has color #847A30 on white background.



Black color preview on #847A30 background

This text has black color on #847A30 background.


White color preview on #847A30 background

This text has white color on #847A30 background.