COLOR #84A36A

HEX: #84A36A
RGB: (132,163,106)

Color info

#84A36A contains red, green and blue colors in about the same proportion. Web safe color of #84A36A is #999966 (or #996).

RGB color model

#84A36A color RGB value is (132,163,106).

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

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 106 of 255 = 42%

132
163
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 106 = 401 (100%)
R 132 of 401 ~ 32.92%
G 163 of 401 ~ 40.65%
B 106 of 401 ~ 26.43%

%32.92
%40.65
%26.43

CMYK color model

#84A36A color CMYK value is (19,0,35,36).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 36.08%
CMYK:
(19,0,35,36)
C19M0Y35K36 
(19%,0%,35%,36%)
(0.19/0.00/0.35/0.36)	

CMYK percentages

%19.02
%0
%34.97
%36.08

Codes

Color #84A36A in popluar color models

84A36A
RGB132163106
HSL93°23.65%52.75%
HSB/HSV93°34.97%63.92%
CMYK19.02%0.00%34.97%
36.08%

Color #84A36A in popluar number systems.

HEX84A36A
Decimal132163106
Binary10000100101000111101010
Octal204243152

Shades and tints

Shades of #84A36A

#84A36A
(132,163,106)
#789561
(120,149,97)
#6C8758
(108,135,88)
#60794F
(96,121,79)
#546B46
(84,107,70)
#485D3D
(72,93,61)
#3C4F34
(60,79,52)
#30412B
(48,65,43)
#243322
(36,51,34)
#182519
(24,37,25)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #84A36A

#84A36A
(132,163,106)
#8FAB77
(143,171,119)
#9AB384
(154,179,132)
#A5BB91
(165,187,145)
#B0C39E
(176,195,158)
#BBCBAB
(187,203,171)
#C6D3B8
(198,211,184)
#D1DBC5
(209,219,197)
#DCE3D2
(220,227,210)
#E7EBDF
(231,235,223)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A36A; }

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

This text font color is #84A36A.


Background Color

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

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

This div background color is #84A36A.


Border color

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

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

This div border color is #84A36A.


Opacity

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

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

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

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

This text has shadow with #84A36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A36A on black background.


Color preview on white background

This text has color #84A36A on white background.



Black color preview on #84A36A background

This text has black color on #84A36A background.


White color preview on #84A36A background

This text has white color on #84A36A background.