COLOR #84A323

HEX: #84A323
RGB: (132,163,35)

Color info

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

RGB color model

#84A323 color RGB value is (132,163,35).

  • red value is 132;
  • green value is 163;
  • blue value is 35.
RGB:
(132,163,35)
(52%,64%,14%)

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 35 of 255 = 14%

132
163
35

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 35 = 330 (100%)
R 132 of 330 ~ 40%
G 163 of 330 ~ 49.39%
B 35 of 330 ~ 10.61%

%40
%49.39
%10.61

CMYK color model

#84A323 color CMYK value is (19,0,79,36).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 78.53%
  • key color value is 36.08%
CMYK:
(19,0,79,36)
C19M0Y79K36 
(19%,0%,79%,36%)
(0.19/0.00/0.79/0.36)	

CMYK percentages

%19.02
%0
%78.53
%36.08

Codes

Color #84A323 in popluar color models

84A323
RGB13216335
HSL75°64.65%38.82%
HSB/HSV75°78.53%63.92%
CMYK19.02%0.00%78.53%
36.08%

Color #84A323 in popluar number systems.

HEX84A323
Decimal13216335
Binary1000010010100011100011
Octal20424343

Shades and tints

Shades of #84A323

#84A323
(132,163,35)
#789520
(120,149,32)
#6C871D
(108,135,29)
#60791A
(96,121,26)
#546B17
(84,107,23)
#485D14
(72,93,20)
#3C4F11
(60,79,17)
#30410E
(48,65,14)
#24330B
(36,51,11)
#182508
(24,37,8)
#0C1705
(12,23,5)
#000000
(0,0,0)

Tints of #84A323

#84A323
(132,163,35)
#8FAB37
(143,171,55)
#9AB34B
(154,179,75)
#A5BB5F
(165,187,95)
#B0C373
(176,195,115)
#BBCB87
(187,203,135)
#C6D39B
(198,211,155)
#D1DBAF
(209,219,175)
#DCE3C3
(220,227,195)
#E7EBD7
(231,235,215)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A323 color. Also use rgb(132,163,35) instead hex code.

Text Font Color

.myTextColor { color: #84A323; }

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

This text font color is #84A323.


Background Color

.myBgColor { background-color: #84A323; }

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

This div background color is #84A323.


Border color

.myBorderColor { border: 1px solid #84A323; }

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

This div border color is #84A323.


Opacity

.myOpacity80 { color: #84A323; opacity: 0.8; }

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

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

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

This text has shadow with #84A323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A323 on black background.


Color preview on white background

This text has color #84A323 on white background.



Black color preview on #84A323 background

This text has black color on #84A323 background.


White color preview on #84A323 background

This text has white color on #84A323 background.