COLOR #84A025

HEX: #84A025 RGB: (132,160,37)

Color info

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

RGB color model

#84A025 color RGB value is (132,160,37).

RGB: (132,160,37) (52%, 63%, 15%)

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 37 of 255 = 15%

132
160
37

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

Portions of RGB colors in percentages

R + G + B = 132 + 160 + 37 = 329 (100%)
R 132 of 329 ~ 40.12%
G 160 of 329 ~ 48.63%
B 37 of 329 ~ 11.25'%

%40.12
%48.63
%11.25

CMYK color model

#84A025 color CMYK value is (18,0,77,37).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 76.88%
  • key color value is 37.25%
CMYK: (18,0,77,37) C18M0Y77K37 (18%,0%,77%,37%) (0.18/0.00/0.77/0.37) 

CMYK percentages

%17.5
%0
%76.88
%37.25

Codes

Color #84A025 in popluar color models

84 A0 25
RGB 132 160 37
HSL 74° 62.44% 38.63%
HSB/HSV 74° 76.88% 62.75%
CMYK 17.50% 0.00% 76.88%
37.25%

Color #84A025 in popluar number systems.

HEX 84 A0 25
Decimal 132 160 37
Binary 10000100 10100000 100101
Octal 204 240 45

Shades and tints

Shades of #84A025

#84A025
(132,160,37)
#789222
(120,146,34)
#6C841F
(108,132,31)
#60761C
(96,118,28)
#546819
(84,104,25)
#485A16
(72,90,22)
#3C4C13
(60,76,19)
#303E10
(48,62,16)
#24300D
(36,48,13)
#18220A
(24,34,10)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #84A025

#84A025
(132,160,37)
#8FA838
(143,168,56)
#9AB04B
(154,176,75)
#A5B85E
(165,184,94)
#B0C071
(176,192,113)
#BBC884
(187,200,132)
#C6D097
(198,208,151)
#D1D8AA
(209,216,170)
#DCE0BD
(220,224,189)
#E7E8D0
(231,232,208)
#F2F0E3
(242,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A025 color. Also use rgb(132,160,37) instead hex code.

Text Font Color

.myTextColor { color: #84A025; }

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

This text font color is #84A025.

Background Color

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

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

This div background color is #84A025.

Border color

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

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

This div border color is #84A025.

Opacity

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

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

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

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

This text has shadow with #84A025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A025.

Preview

Color preview on black background

This text has color #84A025 on black background.


Color preview on white background

This text has color #84A025 on white background.


Black color preview on #84A025 background

This text has black color on #84A025 background.


White color preview on #84A025 background

This text has white color on #84A025 background.


Related colors

Complementary color

Complementary color for #hex is #7B5FDA.


I love getcolorcode.com

Triadic colors

1 #2584A0 and #A02584 with #84A025 are triadic colors.

2 #25A084 and #A08425 with #84A025 are triadic colors.