COLOR #84A97A

HEX: #84A97A
RGB: (132,169,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
169
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 122 = 423 (100%)
R 132 of 423 ~ 31.21%
G 169 of 423 ~ 39.95%
B 122 of 423 ~ 28.84%

%31.21
%39.95
%28.84

CMYK color model

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

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

CMYK percentages

%21.89
%0
%27.81
%33.73

Codes

Color #84A97A in popluar color models

84A97A
RGB132169122
HSL107°21.46%57.06%
HSB/HSV107°27.81%66.27%
CMYK21.89%0.00%27.81%
33.73%

Color #84A97A in popluar number systems.

HEX84A97A
Decimal132169122
Binary10000100101010011111010
Octal204251172

Shades and tints

Shades of #84A97A

#84A97A
(132,169,122)
#789A6F
(120,154,111)
#6C8B64
(108,139,100)
#607C59
(96,124,89)
#546D4E
(84,109,78)
#485E43
(72,94,67)
#3C4F38
(60,79,56)
#30402D
(48,64,45)
#243122
(36,49,34)
#182217
(24,34,23)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #84A97A

#84A97A
(132,169,122)
#8FB086
(143,176,134)
#9AB792
(154,183,146)
#A5BE9E
(165,190,158)
#B0C5AA
(176,197,170)
#BBCCB6
(187,204,182)
#C6D3C2
(198,211,194)
#D1DACE
(209,218,206)
#DCE1DA
(220,225,218)
#E7E8E6
(231,232,230)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A97A; }

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

This text font color is #84A97A.


Background Color

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

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

This div background color is #84A97A.


Border color

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

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

This div border color is #84A97A.


Opacity

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

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

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

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

This text has shadow with #84A97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A97A on black background.


Color preview on white background

This text has color #84A97A on white background.



Black color preview on #84A97A background

This text has black color on #84A97A background.


White color preview on #84A97A background

This text has white color on #84A97A background.