COLOR #84A860

HEX: #84A860
RGB: (132,168,96)

Color info

#84A860 contains mainly red and green colors. Web safe color of #84A860 is #999966 (or #996).

RGB color model

#84A860 color RGB value is (132,168,96).

  • red value is 132;
  • green value is 168;
  • blue value is 96.
RGB:
(132,168,96)
(52%,66%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 168 of 255 = 66%
B 96 of 255 = 38%

132
168
96

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

Portions of RGB colors in percentages

R + G + B =
132 + 168 + 96 = 396 (100%)
R 132 of 396 ~ 33.33%
G 168 of 396 ~ 42.42%
B 96 of 396 ~ 24.24%

%33.33
%42.42
%24.24

CMYK color model

#84A860 color CMYK value is (21,0,43,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 34.12%
CMYK:
(21,0,43,34)
C21M0Y43K34 
(21%,0%,43%,34%)
(0.21/0.00/0.43/0.34)	

CMYK percentages

%21.43
%0
%42.86
%34.12

Codes

Color #84A860 in popluar color models

84A860
RGB13216896
HSL90°29.27%51.76%
HSB/HSV90°42.86%65.88%
CMYK21.43%0.00%42.86%
34.12%

Color #84A860 in popluar number systems.

HEX84A860
Decimal13216896
Binary10000100101010001100000
Octal204250140

Shades and tints

Shades of #84A860

#84A860
(132,168,96)
#789958
(120,153,88)
#6C8A50
(108,138,80)
#607B48
(96,123,72)
#546C40
(84,108,64)
#485D38
(72,93,56)
#3C4E30
(60,78,48)
#303F28
(48,63,40)
#243020
(36,48,32)
#182118
(24,33,24)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #84A860

#84A860
(132,168,96)
#8FAF6E
(143,175,110)
#9AB67C
(154,182,124)
#A5BD8A
(165,189,138)
#B0C498
(176,196,152)
#BBCBA6
(187,203,166)
#C6D2B4
(198,210,180)
#D1D9C2
(209,217,194)
#DCE0D0
(220,224,208)
#E7E7DE
(231,231,222)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A860 color. Also use rgb(132,168,96) instead hex code.

Text Font Color

.myTextColor { color: #84A860; }

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

This text font color is #84A860.


Background Color

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

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

This div background color is #84A860.


Border color

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

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

This div border color is #84A860.


Opacity

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

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

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

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

This text has shadow with #84A860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A860 on black background.


Color preview on white background

This text has color #84A860 on white background.



Black color preview on #84A860 background

This text has black color on #84A860 background.


White color preview on #84A860 background

This text has white color on #84A860 background.