COLOR #84A86B

HEX: #84A86B RGB: (132,168,107)

Color info

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

RGB color model

#84A86B color RGB value is (132,168,107).

RGB: (132,168,107) (52%, 66%, 42%)

RGB channels and saturation

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

132
168
107

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

Portions of RGB colors in percentages

R + G + B = 132 + 168 + 107 = 407 (100%)
R 132 of 407 ~ 32.43%
G 168 of 407 ~ 41.28%
B 107 of 407 ~ 26.29'%

%32.43
%41.28
%26.29

CMYK color model

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

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • 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
%36.31
%34.12

Codes

Color #84A86B in popluar color models

84 A8 6B
RGB 132 168 107
HSL 95° 25.96% 53.92%
HSB/HSV 95° 36.31% 65.88%
CMYK 21.43% 0.00% 36.31%
34.12%

Color #84A86B in popluar number systems.

HEX 84 A8 6B
Decimal 132 168 107
Binary 10000100 10101000 1101011
Octal 204 250 153

Shades and tints

Shades of #84A86B

#84A86B
(132,168,107)
#789962
(120,153,98)
#6C8A59
(108,138,89)
#607B50
(96,123,80)
#546C47
(84,108,71)
#485D3E
(72,93,62)
#3C4E35
(60,78,53)
#303F2C
(48,63,44)
#243023
(36,48,35)
#18211A
(24,33,26)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #84A86B

#84A86B
(132,168,107)
#8FAF78
(143,175,120)
#9AB685
(154,182,133)
#A5BD92
(165,189,146)
#B0C49F
(176,196,159)
#BBCBAC
(187,203,172)
#C6D2B9
(198,210,185)
#D1D9C6
(209,217,198)
#DCE0D3
(220,224,211)
#E7E7E0
(231,231,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A86B; }

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

This text font color is #84A86B.

Background Color

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

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

This div background color is #84A86B.

Border color

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

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

This div border color is #84A86B.

Opacity

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

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

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

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

This text has shadow with #84A86B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A86B.

Preview

Color preview on black background

This text has color #84A86B on black background.


Color preview on white background

This text has color #84A86B on white background.


Black color preview on #84A86B background

This text has black color on #84A86B background.


White color preview on #84A86B background

This text has white color on #84A86B background.


Related colors

Complementary color

Complementary color for #hex is #7B5794.


I love getcolorcode.com

Triadic colors

1 #6B84A8 and #A86B84 with #84A86B are triadic colors.

2 #6BA884 and #A8846B with #84A86B are triadic colors.