COLOR #84AF7D

HEX: #84AF7D
RGB: (132,175,125)

Color info

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

RGB color model

#84AF7D color RGB value is (132,175,125).

  • red value is 132;
  • green value is 175;
  • blue value is 125.
RGB:
(132,175,125)
(52%,69%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 125 of 255 = 49%

132
175
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 175 + 125 = 432 (100%)
R 132 of 432 ~ 30.56%
G 175 of 432 ~ 40.51%
B 125 of 432 ~ 28.94%

%30.56
%40.51
%28.94

CMYK color model

#84AF7D color CMYK value is (25,0,29,31).

  • cyan value is 24.57%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(25,0,29,31)
C25M0Y29K31 
(25%,0%,29%,31%)
(0.25/0.00/0.29/0.31)	

CMYK percentages

%24.57
%0
%28.57
%31.37

Codes

Color #84AF7D in popluar color models

84AF7D
RGB132175125
HSL112°23.81%58.82%
HSB/HSV112°28.57%68.63%
CMYK24.57%0.00%28.57%
31.37%

Color #84AF7D in popluar number systems.

HEX84AF7D
Decimal132175125
Binary10000100101011111111101
Octal204257175

Shades and tints

Shades of #84AF7D

#84AF7D
(132,175,125)
#78A072
(120,160,114)
#6C9167
(108,145,103)
#60825C
(96,130,92)
#547351
(84,115,81)
#486446
(72,100,70)
#3C553B
(60,85,59)
#304630
(48,70,48)
#243725
(36,55,37)
#18281A
(24,40,26)
#0C190F
(12,25,15)
#000000
(0,0,0)

Tints of #84AF7D

#84AF7D
(132,175,125)
#8FB688
(143,182,136)
#9ABD93
(154,189,147)
#A5C49E
(165,196,158)
#B0CBA9
(176,203,169)
#BBD2B4
(187,210,180)
#C6D9BF
(198,217,191)
#D1E0CA
(209,224,202)
#DCE7D5
(220,231,213)
#E7EEE0
(231,238,224)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AF7D color. Also use rgb(132,175,125) instead hex code.

Text Font Color

.myTextColor { color: #84AF7D; }

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

This text font color is #84AF7D.


Background Color

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

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

This div background color is #84AF7D.


Border color

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

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

This div border color is #84AF7D.


Opacity

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

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

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

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

This text has shadow with #84AF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AF7D on black background.


Color preview on white background

This text has color #84AF7D on white background.



Black color preview on #84AF7D background

This text has black color on #84AF7D background.


White color preview on #84AF7D background

This text has white color on #84AF7D background.