COLOR #84A878

HEX: #84A878
RGB: (132,168,120)

Color info

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

RGB color model

#84A878 color RGB value is (132,168,120).

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

RGB channels and saturation

R 132 of 255 = 52%
G 168 of 255 = 66%
B 120 of 255 = 47%

132
168
120

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

Portions of RGB colors in percentages

R + G + B =
132 + 168 + 120 = 420 (100%)
R 132 of 420 ~ 31.43%
G 168 of 420 ~ 40%
B 120 of 420 ~ 28.57%

%31.43
%40
%28.57

CMYK color model

#84A878 color CMYK value is (21,0,29,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 34.12%
CMYK:
(21,0,29,34)
C21M0Y29K34 
(21%,0%,29%,34%)
(0.21/0.00/0.29/0.34)	

CMYK percentages

%21.43
%0
%28.57
%34.12

Codes

Color #84A878 in popluar color models

84A878
RGB132168120
HSL105°21.62%56.47%
HSB/HSV105°28.57%65.88%
CMYK21.43%0.00%28.57%
34.12%

Color #84A878 in popluar number systems.

HEX84A878
Decimal132168120
Binary10000100101010001111000
Octal204250170

Shades and tints

Shades of #84A878

#84A878
(132,168,120)
#78996E
(120,153,110)
#6C8A64
(108,138,100)
#607B5A
(96,123,90)
#546C50
(84,108,80)
#485D46
(72,93,70)
#3C4E3C
(60,78,60)
#303F32
(48,63,50)
#243028
(36,48,40)
#18211E
(24,33,30)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #84A878

#84A878
(132,168,120)
#8FAF84
(143,175,132)
#9AB690
(154,182,144)
#A5BD9C
(165,189,156)
#B0C4A8
(176,196,168)
#BBCBB4
(187,203,180)
#C6D2C0
(198,210,192)
#D1D9CC
(209,217,204)
#DCE0D8
(220,224,216)
#E7E7E4
(231,231,228)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A878; }

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

This text font color is #84A878.


Background Color

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

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

This div background color is #84A878.


Border color

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

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

This div border color is #84A878.


Opacity

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

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

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

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

This text has shadow with #84A878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A878 on black background.


Color preview on white background

This text has color #84A878 on white background.



Black color preview on #84A878 background

This text has black color on #84A878 background.


White color preview on #84A878 background

This text has white color on #84A878 background.