COLOR #84A57F

HEX: #84A57F
RGB: (132,165,127)

Color info

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

RGB color model

#84A57F color RGB value is (132,165,127).

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

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 127 of 255 = 50%

132
165
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 127 = 424 (100%)
R 132 of 424 ~ 31.13%
G 165 of 424 ~ 38.92%
B 127 of 424 ~ 29.95%

%31.13
%38.92
%29.95

CMYK color model

#84A57F color CMYK value is (20,0,23,35).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 23.03%
  • key color value is 35.29%
CMYK:
(20,0,23,35)
C20M0Y23K35 
(20%,0%,23%,35%)
(0.20/0.00/0.23/0.35)	

CMYK percentages

%20
%0
%23.03
%35.29

Codes

Color #84A57F in popluar color models

84A57F
RGB132165127
HSL112°17.43%57.25%
HSB/HSV112°23.03%64.71%
CMYK20.00%0.00%23.03%
35.29%

Color #84A57F in popluar number systems.

HEX84A57F
Decimal132165127
Binary10000100101001011111111
Octal204245177

Shades and tints

Shades of #84A57F

#84A57F
(132,165,127)
#789674
(120,150,116)
#6C8769
(108,135,105)
#60785E
(96,120,94)
#546953
(84,105,83)
#485A48
(72,90,72)
#3C4B3D
(60,75,61)
#303C32
(48,60,50)
#242D27
(36,45,39)
#181E1C
(24,30,28)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #84A57F

#84A57F
(132,165,127)
#8FAD8A
(143,173,138)
#9AB595
(154,181,149)
#A5BDA0
(165,189,160)
#B0C5AB
(176,197,171)
#BBCDB6
(187,205,182)
#C6D5C1
(198,213,193)
#D1DDCC
(209,221,204)
#DCE5D7
(220,229,215)
#E7EDE2
(231,237,226)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A57F; }

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

This text font color is #84A57F.


Background Color

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

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

This div background color is #84A57F.


Border color

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

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

This div border color is #84A57F.


Opacity

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

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

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

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

This text has shadow with #84A57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A57F on black background.


Color preview on white background

This text has color #84A57F on white background.



Black color preview on #84A57F background

This text has black color on #84A57F background.


White color preview on #84A57F background

This text has white color on #84A57F background.