COLOR #84A13B

HEX: #84A13B RGB: (132,161,59)

Color info

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

RGB color model

#84A13B color RGB value is (132,161,59).

RGB: (132,161,59) (52%, 63%, 23%)

RGB channels and saturation

R 132 of 255 = 52%
G 161 of 255 = 63%
B 59 of 255 = 23%

132
161
59

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

Portions of RGB colors in percentages

R + G + B = 132 + 161 + 59 = 352 (100%)
R 132 of 352 ~ 37.5%
G 161 of 352 ~ 45.74%
B 59 of 352 ~ 16.76'%

%37.5
%45.74
%16.76

CMYK color model

#84A13B color CMYK value is (18,0,63,37).

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

CMYK: (18,0,63,37)
C18M0Y63K37 (18%, 0%, 63%, 37%)
(0.18 / 0.00 / 0.63 / 0.37)

CMYK percentages

%18.01
%0
%63.35
%36.86

Codes

Color #84A13B in popluar color models

84 A1 3B
RGB 132 161 59
HSL 77° 46.36% 43.14%
HSB/HSV 77° 63.35% 63.14%
CMYK 18.01% 0.00% 63.35%
36.86%

Color #84A13B in popluar number systems.

HEX 84 A1 3B
Decimal 132 161 59
Binary 10000100 10100001 111011
Octal 204 241 73

Shades and tints

Shades of #84A13B

#84A13B
(132,161,59)
#789336
(120,147,54)
#6C8531
(108,133,49)
#60772C
(96,119,44)
#546927
(84,105,39)
#485B22
(72,91,34)
#3C4D1D
(60,77,29)
#303F18
(48,63,24)
#243113
(36,49,19)
#18230E
(24,35,14)
#0C1509
(12,21,9)
#000000
(0,0,0)

Tints of #84A13B

#84A13B
(132,161,59)
#8FA94C
(143,169,76)
#9AB15D
(154,177,93)
#A5B96E
(165,185,110)
#B0C17F
(176,193,127)
#BBC990
(187,201,144)
#C6D1A1
(198,209,161)
#D1D9B2
(209,217,178)
#DCE1C3
(220,225,195)
#E7E9D4
(231,233,212)
#F2F1E5
(242,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A13B; }

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

This text font color is #84A13B.

Background Color

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

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

This div background color is #84A13B.

Border color

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

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

This div border color is #84A13B.

Opacity

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

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

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

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

This text has shadow with #84A13B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A13B.

Preview

Color preview on black background

This text has color #84A13B on black background.


Color preview on white background

This text has color #84A13B on white background.


Black color preview on #84A13B background

This text has black color on #84A13B background.


White color preview on #84A13B background

This text has white color on #84A13B background.


Related colors

Complementary color

Complementary color for #hex is #7B5EC4.


I love getcolorcode.com

Triadic colors

1 #3B84A1 and #A13B84 with #84A13B are triadic colors.

2 #3BA184 and #A1843B with #84A13B are triadic colors.