COLOR #84A37F

HEX: #84A37F
RGB: (132,163,127)

Color info

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

RGB color model

#84A37F color RGB value is (132,163,127).

  • red value is 132;
  • green value is 163;
  • blue value is 127.
RGB:
(132,163,127)
(52%,64%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 127 of 255 = 50%

132
163
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 127 = 422 (100%)
R 132 of 422 ~ 31.28%
G 163 of 422 ~ 38.63%
B 127 of 422 ~ 30.09%

%31.28
%38.63
%30.09

CMYK color model

#84A37F color CMYK value is (19,0,22,36).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(19,0,22,36)
C19M0Y22K36 
(19%,0%,22%,36%)
(0.19/0.00/0.22/0.36)	

CMYK percentages

%19.02
%0
%22.09
%36.08

Codes

Color #84A37F in popluar color models

84A37F
RGB132163127
HSL112°16.36%56.86%
HSB/HSV112°22.09%63.92%
CMYK19.02%0.00%22.09%
36.08%

Color #84A37F in popluar number systems.

HEX84A37F
Decimal132163127
Binary10000100101000111111111
Octal204243177

Shades and tints

Shades of #84A37F

#84A37F
(132,163,127)
#789574
(120,149,116)
#6C8769
(108,135,105)
#60795E
(96,121,94)
#546B53
(84,107,83)
#485D48
(72,93,72)
#3C4F3D
(60,79,61)
#304132
(48,65,50)
#243327
(36,51,39)
#18251C
(24,37,28)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #84A37F

#84A37F
(132,163,127)
#8FAB8A
(143,171,138)
#9AB395
(154,179,149)
#A5BBA0
(165,187,160)
#B0C3AB
(176,195,171)
#BBCBB6
(187,203,182)
#C6D3C1
(198,211,193)
#D1DBCC
(209,219,204)
#DCE3D7
(220,227,215)
#E7EBE2
(231,235,226)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A37F; }

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

This text font color is #84A37F.


Background Color

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

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

This div background color is #84A37F.


Border color

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

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

This div border color is #84A37F.


Opacity

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

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

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

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

This text has shadow with #84A37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A37F on black background.


Color preview on white background

This text has color #84A37F on white background.



Black color preview on #84A37F background

This text has black color on #84A37F background.


White color preview on #84A37F background

This text has white color on #84A37F background.