COLOR #84A150

HEX: #84A150 RGB: (132,161,80)

Color info

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

RGB color model

#84A150 color RGB value is (132,161,80).

RGB: (132,161,80) (52%, 63%, 31%)

RGB channels and saturation

R 132 of 255 = 52%
G 161 of 255 = 63%
B 80 of 255 = 31%

132
161
80

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

Portions of RGB colors in percentages

R + G + B = 132 + 161 + 80 = 373 (100%)
R 132 of 373 ~ 35.39%
G 161 of 373 ~ 43.16%
B 80 of 373 ~ 21.45'%

%35.39
%43.16
%21.45

CMYK color model

#84A150 color CMYK value is (18,0,50,37).

  • cyan value is 18.01%
  • magenta value is 0.00%
  • yellow value is 50.31%
  • key color value is 36.86%

CMYK: (18,0,50,37)
C18M0Y50K37 (18%, 0%, 50%, 37%)
(0.18 / 0.00 / 0.50 / 0.37)

CMYK percentages

%18.01
%0
%50.31
%36.86

Codes

Color #84A150 in popluar color models

84 A1 50
RGB 132 161 80
HSL 81° 33.61% 47.25%
HSB/HSV 81° 50.31% 63.14%
CMYK 18.01% 0.00% 50.31%
36.86%

Color #84A150 in popluar number systems.

HEX 84 A1 50
Decimal 132 161 80
Binary 10000100 10100001 1010000
Octal 204 241 120

Shades and tints

Shades of #84A150

#84A150
(132,161,80)
#789349
(120,147,73)
#6C8542
(108,133,66)
#60773B
(96,119,59)
#546934
(84,105,52)
#485B2D
(72,91,45)
#3C4D26
(60,77,38)
#303F1F
(48,63,31)
#243118
(36,49,24)
#182311
(24,35,17)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #84A150

#84A150
(132,161,80)
#8FA95F
(143,169,95)
#9AB16E
(154,177,110)
#A5B97D
(165,185,125)
#B0C18C
(176,193,140)
#BBC99B
(187,201,155)
#C6D1AA
(198,209,170)
#D1D9B9
(209,217,185)
#DCE1C8
(220,225,200)
#E7E9D7
(231,233,215)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A150 color. Also use rgb(132,161,80) instead hex code.

Text Font Color

.myTextColor { color: #84A150; }

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

This text font color is #84A150.

Background Color

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

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

This div background color is #84A150.

Border color

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

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

This div border color is #84A150.

Opacity

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

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

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

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

This text has shadow with #84A150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A150.

Preview

Color preview on black background

This text has color #84A150 on black background.


Color preview on white background

This text has color #84A150 on white background.


Black color preview on #84A150 background

This text has black color on #84A150 background.


White color preview on #84A150 background

This text has white color on #84A150 background.


Related colors

Complementary color

Complementary color for #hex is #7B5EAF.


I love getcolorcode.com

Triadic colors

1 #5084A1 and #A15084 with #84A150 are triadic colors.

2 #50A184 and #A18450 with #84A150 are triadic colors.