COLOR #84AD4B

HEX: #84AD4B
RGB: (132,173,75)

Color info

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

RGB color model

#84AD4B color RGB value is (132,173,75).

  • red value is 132;
  • green value is 173;
  • blue value is 75.
RGB:
(132,173,75)
(52%,68%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 173 of 255 = 68%
B 75 of 255 = 29%

132
173
75

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

Portions of RGB colors in percentages

R + G + B =
132 + 173 + 75 = 380 (100%)
R 132 of 380 ~ 34.74%
G 173 of 380 ~ 45.53%
B 75 of 380 ~ 19.74%

%34.74
%45.53
%19.74

CMYK color model

#84AD4B color CMYK value is (24,0,57,32).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 56.65%
  • key color value is 32.16%
CMYK:
(24,0,57,32)
C24M0Y57K32 
(24%,0%,57%,32%)
(0.24/0.00/0.57/0.32)	

CMYK percentages

%23.7
%0
%56.65
%32.16

Codes

Color #84AD4B in popluar color models

84AD4B
RGB13217375
HSL85°39.52%48.63%
HSB/HSV85°56.65%67.84%
CMYK23.70%0.00%56.65%
32.16%

Color #84AD4B in popluar number systems.

HEX84AD4B
Decimal13217375
Binary10000100101011011001011
Octal204255113

Shades and tints

Shades of #84AD4B

#84AD4B
(132,173,75)
#789E45
(120,158,69)
#6C8F3F
(108,143,63)
#608039
(96,128,57)
#547133
(84,113,51)
#48622D
(72,98,45)
#3C5327
(60,83,39)
#304421
(48,68,33)
#24351B
(36,53,27)
#182615
(24,38,21)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #84AD4B

#84AD4B
(132,173,75)
#8FB45B
(143,180,91)
#9ABB6B
(154,187,107)
#A5C27B
(165,194,123)
#B0C98B
(176,201,139)
#BBD09B
(187,208,155)
#C6D7AB
(198,215,171)
#D1DEBB
(209,222,187)
#DCE5CB
(220,229,203)
#E7ECDB
(231,236,219)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AD4B color. Also use rgb(132,173,75) instead hex code.

Text Font Color

.myTextColor { color: #84AD4B; }

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

This text font color is #84AD4B.


Background Color

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

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

This div background color is #84AD4B.


Border color

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

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

This div border color is #84AD4B.


Opacity

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

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

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

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

This text has shadow with #84AD4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AD4B on black background.


Color preview on white background

This text has color #84AD4B on white background.



Black color preview on #84AD4B background

This text has black color on #84AD4B background.


White color preview on #84AD4B background

This text has white color on #84AD4B background.