COLOR #84A74D

HEX: #84A74D
RGB: (132,167,77)

Color info

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

RGB color model

#84A74D color RGB value is (132,167,77).

  • red value is 132;
  • green value is 167;
  • blue value is 77.
RGB:
(132,167,77)
(52%,65%,30%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 77 of 255 = 30%

132
167
77

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

Portions of RGB colors in percentages

R + G + B =
132 + 167 + 77 = 376 (100%)
R 132 of 376 ~ 35.11%
G 167 of 376 ~ 44.41%
B 77 of 376 ~ 20.48%

%35.11
%44.41
%20.48

CMYK color model

#84A74D color CMYK value is (21,0,54,35).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 53.89%
  • key color value is 34.51%
CMYK:
(21,0,54,35)
C21M0Y54K35 
(21%,0%,54%,35%)
(0.21/0.00/0.54/0.35)	

CMYK percentages

%20.96
%0
%53.89
%34.51

Codes

Color #84A74D in popluar color models

84A74D
RGB13216777
HSL83°36.89%47.84%
HSB/HSV83°53.89%65.49%
CMYK20.96%0.00%53.89%
34.51%

Color #84A74D in popluar number systems.

HEX84A74D
Decimal13216777
Binary10000100101001111001101
Octal204247115

Shades and tints

Shades of #84A74D

#84A74D
(132,167,77)
#789846
(120,152,70)
#6C893F
(108,137,63)
#607A38
(96,122,56)
#546B31
(84,107,49)
#485C2A
(72,92,42)
#3C4D23
(60,77,35)
#303E1C
(48,62,28)
#242F15
(36,47,21)
#18200E
(24,32,14)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #84A74D

#84A74D
(132,167,77)
#8FAF5D
(143,175,93)
#9AB76D
(154,183,109)
#A5BF7D
(165,191,125)
#B0C78D
(176,199,141)
#BBCF9D
(187,207,157)
#C6D7AD
(198,215,173)
#D1DFBD
(209,223,189)
#DCE7CD
(220,231,205)
#E7EFDD
(231,239,221)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A74D color. Also use rgb(132,167,77) instead hex code.

Text Font Color

.myTextColor { color: #84A74D; }

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

This text font color is #84A74D.


Background Color

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

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

This div background color is #84A74D.


Border color

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

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

This div border color is #84A74D.


Opacity

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

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

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

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

This text has shadow with #84A74D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A74D on black background.


Color preview on white background

This text has color #84A74D on white background.



Black color preview on #84A74D background

This text has black color on #84A74D background.


White color preview on #84A74D background

This text has white color on #84A74D background.