COLOR #84A96C

HEX: #84A96C RGB: (132,169,108)

Color info

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

RGB color model

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

RGB: (132,169,108) (52%, 66%, 42%)

RGB channels and saturation

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

132
169
108

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

Portions of RGB colors in percentages

R + G + B = 132 + 169 + 108 = 409 (100%)
R 132 of 409 ~ 32.27%
G 169 of 409 ~ 41.32%
B 108 of 409 ~ 26.41'%

%32.27
%41.32
%26.41

CMYK color model

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

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 33.73%

CMYK: (22,0,36,34)
C22M0Y36K34 (22%, 0%, 36%, 34%)
(0.22 / 0.00 / 0.36 / 0.34)

CMYK percentages

%21.89
%0
%36.09
%33.73

Codes

Color #84A96C in popluar color models

84 A9 6C
RGB 132 169 108
HSL 96° 26.18% 54.31%
HSB/HSV 96° 36.09% 66.27%
CMYK 21.89% 0.00% 36.09%
33.73%

Color #84A96C in popluar number systems.

HEX 84 A9 6C
Decimal 132 169 108
Binary 10000100 10101001 1101100
Octal 204 251 154

Shades and tints

Shades of #84A96C

#84A96C
(132,169,108)
#789A63
(120,154,99)
#6C8B5A
(108,139,90)
#607C51
(96,124,81)
#546D48
(84,109,72)
#485E3F
(72,94,63)
#3C4F36
(60,79,54)
#30402D
(48,64,45)
#243124
(36,49,36)
#18221B
(24,34,27)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #84A96C

#84A96C
(132,169,108)
#8FB079
(143,176,121)
#9AB786
(154,183,134)
#A5BE93
(165,190,147)
#B0C5A0
(176,197,160)
#BBCCAD
(187,204,173)
#C6D3BA
(198,211,186)
#D1DAC7
(209,218,199)
#DCE1D4
(220,225,212)
#E7E8E1
(231,232,225)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A96C; }

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

This text font color is #84A96C.

Background Color

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

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

This div background color is #84A96C.

Border color

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

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

This div border color is #84A96C.

Opacity

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

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

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

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

This text has shadow with #84A96C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A96C.

Preview

Color preview on black background

This text has color #84A96C on black background.


Color preview on white background

This text has color #84A96C on white background.


Black color preview on #84A96C background

This text has black color on #84A96C background.


White color preview on #84A96C background

This text has white color on #84A96C background.


Related colors

Complementary color

Complementary color for #hex is #7B5693.


I love getcolorcode.com

Triadic colors

1 #6C84A9 and #A96C84 with #84A96C are triadic colors.

2 #6CA984 and #A9846C with #84A96C are triadic colors.