COLOR #84A313

HEX: #84A313
RGB: (132,163,19)

Color info

#84A313 contains mainly red and green colors. Web safe color of #84A313 is #999900 (or #990).

RGB color model

#84A313 color RGB value is (132,163,19).

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

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 19 of 255 = 7%

132
163
19

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 19 = 314 (100%)
R 132 of 314 ~ 42.04%
G 163 of 314 ~ 51.91%
B 19 of 314 ~ 6.05%

%42.04
%51.91

CMYK color model

#84A313 color CMYK value is (19,0,88,36).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 88.34%
  • key color value is 36.08%
CMYK:
(19,0,88,36)
C19M0Y88K36 
(19%,0%,88%,36%)
(0.19/0.00/0.88/0.36)	

CMYK percentages

%19.02
%0
%88.34
%36.08

Codes

Color #84A313 in popluar color models

84A313
RGB13216319
HSL73°79.12%35.69%
HSB/HSV73°88.34%63.92%
CMYK19.02%0.00%88.34%
36.08%

Color #84A313 in popluar number systems.

HEX84A313
Decimal13216319
Binary100001001010001110011
Octal20424323

Shades and tints

Shades of #84A313

#84A313
(132,163,19)
#789512
(120,149,18)
#6C8711
(108,135,17)
#607910
(96,121,16)
#546B0F
(84,107,15)
#485D0E
(72,93,14)
#3C4F0D
(60,79,13)
#30410C
(48,65,12)
#24330B
(36,51,11)
#18250A
(24,37,10)
#0C1709
(12,23,9)
#000000
(0,0,0)

Tints of #84A313

#84A313
(132,163,19)
#8FAB28
(143,171,40)
#9AB33D
(154,179,61)
#A5BB52
(165,187,82)
#B0C367
(176,195,103)
#BBCB7C
(187,203,124)
#C6D391
(198,211,145)
#D1DBA6
(209,219,166)
#DCE3BB
(220,227,187)
#E7EBD0
(231,235,208)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A313; }

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

This text font color is #84A313.


Background Color

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

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

This div background color is #84A313.


Border color

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

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

This div border color is #84A313.


Opacity

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

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

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

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

This text has shadow with #84A313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A313 on black background.


Color preview on white background

This text has color #84A313 on white background.



Black color preview on #84A313 background

This text has black color on #84A313 background.


White color preview on #84A313 background

This text has white color on #84A313 background.