COLOR #84963A

HEX: #84963A
RGB: (132,150,58)

Color info

#84963A contains mainly red and green colors. Web safe color of #84963A is #999933 (or #993).

RGB color model

#84963A color RGB value is (132,150,58).

  • red value is 132;
  • green value is 150;
  • blue value is 58.
RGB:
(132,150,58)
(52%,59%,23%)

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 58 of 255 = 23%

132
150
58

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 58 = 340 (100%)
R 132 of 340 ~ 38.82%
G 150 of 340 ~ 44.12%
B 58 of 340 ~ 17.06%

%38.82
%44.12
%17.06

CMYK color model

#84963A color CMYK value is (12,0,61,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 61.33%
  • key color value is 41.18%
CMYK:
(12,0,61,41)
C12M0Y61K41 
(12%,0%,61%,41%)
(0.12/0.00/0.61/0.41)	

CMYK percentages

%12
%0
%61.33
%41.18

Codes

Color #84963A in popluar color models

84963A
RGB13215058
HSL72°44.23%40.78%
HSB/HSV72°61.33%58.82%
CMYK12.00%0.00%61.33%
41.18%

Color #84963A in popluar number systems.

HEX84963A
Decimal13215058
Binary1000010010010110111010
Octal20422672

Shades and tints

Shades of #84963A

#84963A
(132,150,58)
#788935
(120,137,53)
#6C7C30
(108,124,48)
#606F2B
(96,111,43)
#546226
(84,98,38)
#485521
(72,85,33)
#3C481C
(60,72,28)
#303B17
(48,59,23)
#242E12
(36,46,18)
#18210D
(24,33,13)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #84963A

#84963A
(132,150,58)
#8F9F4B
(143,159,75)
#9AA85C
(154,168,92)
#A5B16D
(165,177,109)
#B0BA7E
(176,186,126)
#BBC38F
(187,195,143)
#C6CCA0
(198,204,160)
#D1D5B1
(209,213,177)
#DCDEC2
(220,222,194)
#E7E7D3
(231,231,211)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84963A color. Also use rgb(132,150,58) instead hex code.

Text Font Color

.myTextColor { color: #84963A; }

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

This text font color is #84963A.


Background Color

.myBgColor { background-color: #84963A; }

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

This div background color is #84963A.


Border color

.myBorderColor { border: 1px solid #84963A; }

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

This div border color is #84963A.


Opacity

.myOpacity80 { color: #84963A; opacity: 0.8; }

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

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

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

This text has shadow with #84963A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84963A on black background.


Color preview on white background

This text has color #84963A on white background.



Black color preview on #84963A background

This text has black color on #84963A background.


White color preview on #84963A background

This text has white color on #84963A background.