COLOR #84A984

HEX: #84A984
RGB: (132,169,132)

Color info

#84A984 contains red, green and blue colors in about the same proportion. Web safe color of #84A984 is #999999 (or #999).

RGB color model

#84A984 color RGB value is (132,169,132).

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

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 132 of 255 = 52%

132
169
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 132 = 433 (100%)
R 132 of 433 ~ 30.48%
G 169 of 433 ~ 39.03%
B 132 of 433 ~ 30.48%

%30.48
%39.03
%30.48

CMYK color model

#84A984 color CMYK value is (22,0,22,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(22,0,22,34)
C22M0Y22K34 
(22%,0%,22%,34%)
(0.22/0.00/0.22/0.34)	

CMYK percentages

%21.89
%0
%21.89
%33.73

Codes

Color #84A984 in popluar color models

84A984
RGB132169132
HSL120°17.70%59.02%
HSB/HSV120°21.89%66.27%
CMYK21.89%0.00%21.89%
33.73%

Color #84A984 in popluar number systems.

HEX84A984
Decimal132169132
Binary100001001010100110000100
Octal204251204

Shades and tints

Shades of #84A984

#84A984
(132,169,132)
#789A78
(120,154,120)
#6C8B6C
(108,139,108)
#607C60
(96,124,96)
#546D54
(84,109,84)
#485E48
(72,94,72)
#3C4F3C
(60,79,60)
#304030
(48,64,48)
#243124
(36,49,36)
#182218
(24,34,24)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #84A984

#84A984
(132,169,132)
#8FB08F
(143,176,143)
#9AB79A
(154,183,154)
#A5BEA5
(165,190,165)
#B0C5B0
(176,197,176)
#BBCCBB
(187,204,187)
#C6D3C6
(198,211,198)
#D1DAD1
(209,218,209)
#DCE1DC
(220,225,220)
#E7E8E7
(231,232,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A984; }

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

This text font color is #84A984.


Background Color

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

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

This div background color is #84A984.


Border color

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

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

This div border color is #84A984.


Opacity

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

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

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

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

This text has shadow with #84A984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A984 on black background.


Color preview on white background

This text has color #84A984 on white background.



Black color preview on #84A984 background

This text has black color on #84A984 background.


White color preview on #84A984 background

This text has white color on #84A984 background.