COLOR #84A245

HEX: #84A245 RGB: (132,162,69)

Color info

#84A245 contains mainly red and green colors. Web safe color of #84A245 is #999933 (or #993).

RGB color model

#84A245 color RGB value is (132,162,69).

RGB: (132,162,69) (52%, 64%, 27%)

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 69 of 255 = 27%

132
162
69

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

Portions of RGB colors in percentages

R + G + B = 132 + 162 + 69 = 363 (100%)
R 132 of 363 ~ 36.36%
G 162 of 363 ~ 44.63%
B 69 of 363 ~ 19.01'%

%36.36
%44.63
%19.01

CMYK color model

#84A245 color CMYK value is (19,0,57,36).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 57.41%
  • key color value is 36.47%

CMYK: (19,0,57,36)
C19M0Y57K36 (19%, 0%, 57%, 36%)
(0.19 / 0.00 / 0.57 / 0.36)

CMYK percentages

%18.52
%0
%57.41
%36.47

Codes

Color #84A245 in popluar color models

84 A2 45
RGB 132 162 69
HSL 79° 40.26% 45.29%
HSB/HSV 79° 57.41% 63.53%
CMYK 18.52% 0.00% 57.41%
36.47%

Color #84A245 in popluar number systems.

HEX 84 A2 45
Decimal 132 162 69
Binary 10000100 10100010 1000101
Octal 204 242 105

Shades and tints

Shades of #84A245

#84A245
(132,162,69)
#78943F
(120,148,63)
#6C8639
(108,134,57)
#607833
(96,120,51)
#546A2D
(84,106,45)
#485C27
(72,92,39)
#3C4E21
(60,78,33)
#30401B
(48,64,27)
#243215
(36,50,21)
#18240F
(24,36,15)
#0C1609
(12,22,9)
#000000
(0,0,0)

Tints of #84A245

#84A245
(132,162,69)
#8FAA55
(143,170,85)
#9AB265
(154,178,101)
#A5BA75
(165,186,117)
#B0C285
(176,194,133)
#BBCA95
(187,202,149)
#C6D2A5
(198,210,165)
#D1DAB5
(209,218,181)
#DCE2C5
(220,226,197)
#E7EAD5
(231,234,213)
#F2F2E5
(242,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A245 color. Also use rgb(132,162,69) instead hex code.

Text Font Color

.myTextColor { color: #84A245; }

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

This text font color is #84A245.

Background Color

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

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

This div background color is #84A245.

Border color

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

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

This div border color is #84A245.

Opacity

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

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

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

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

This text has shadow with #84A245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A245.

Preview

Color preview on black background

This text has color #84A245 on black background.


Color preview on white background

This text has color #84A245 on white background.


Black color preview on #84A245 background

This text has black color on #84A245 background.


White color preview on #84A245 background

This text has white color on #84A245 background.


Related colors

Complementary color

Complementary color for #hex is #7B5DBA.


I love getcolorcode.com

Triadic colors

1 #4584A2 and #A24584 with #84A245 are triadic colors.

2 #45A284 and #A28445 with #84A245 are triadic colors.