COLOR #84A86C

HEX: #84A86C
RGB: (132,168,108)

Color info

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

RGB color model

#84A86C color RGB value is (132,168,108).

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

RGB channels and saturation

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

132
168
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 168 + 108 = 408 (100%)
R 132 of 408 ~ 32.35%
G 168 of 408 ~ 41.18%
B 108 of 408 ~ 26.47%

%32.35
%41.18
%26.47

CMYK color model

#84A86C color CMYK value is (21,0,36,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 34.12%
CMYK:
(21,0,36,34)
C21M0Y36K34 
(21%,0%,36%,34%)
(0.21/0.00/0.36/0.34)	

CMYK percentages

%21.43
%0
%35.71
%34.12

Codes

Color #84A86C in popluar color models

84A86C
RGB132168108
HSL96°25.64%54.12%
HSB/HSV96°35.71%65.88%
CMYK21.43%0.00%35.71%
34.12%

Color #84A86C in popluar number systems.

HEX84A86C
Decimal132168108
Binary10000100101010001101100
Octal204250154

Shades and tints

Shades of #84A86C

#84A86C
(132,168,108)
#789963
(120,153,99)
#6C8A5A
(108,138,90)
#607B51
(96,123,81)
#546C48
(84,108,72)
#485D3F
(72,93,63)
#3C4E36
(60,78,54)
#303F2D
(48,63,45)
#243024
(36,48,36)
#18211B
(24,33,27)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #84A86C

#84A86C
(132,168,108)
#8FAF79
(143,175,121)
#9AB686
(154,182,134)
#A5BD93
(165,189,147)
#B0C4A0
(176,196,160)
#BBCBAD
(187,203,173)
#C6D2BA
(198,210,186)
#D1D9C7
(209,217,199)
#DCE0D4
(220,224,212)
#E7E7E1
(231,231,225)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A86C; }

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

This text font color is #84A86C.


Background Color

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

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

This div background color is #84A86C.


Border color

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

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

This div border color is #84A86C.


Opacity

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

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

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

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

This text has shadow with #84A86C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A86C on black background.


Color preview on white background

This text has color #84A86C on white background.



Black color preview on #84A86C background

This text has black color on #84A86C background.


White color preview on #84A86C background

This text has white color on #84A86C background.