COLOR #84B74E

HEX: #84B74E RGB: (132,183,78)

Color info

#84B74E contains mainly red and green colors. Web safe color of #84B74E is #99CC66 (or #9C6).

RGB color model

#84B74E color RGB value is (132,183,78).

RGB: (132,183,78) (52%, 72%, 31%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 78 of 255 = 31%

132
183
78

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

Portions of RGB colors in percentages

R + G + B = 132 + 183 + 78 = 393 (100%)
R 132 of 393 ~ 33.59%
G 183 of 393 ~ 46.56%
B 78 of 393 ~ 19.85'%

%33.59
%46.56
%19.85

CMYK color model

#84B74E color CMYK value is (28,0,57,28).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 57.38%
  • key color value is 28.24%

CMYK: (28,0,57,28)
C28M0Y57K28 (28%, 0%, 57%, 28%)
(0.28 / 0.00 / 0.57 / 0.28)

CMYK percentages

%27.87
%0
%57.38
%28.24

Codes

Color #84B74E in popluar color models

84 B7 4E
RGB 132 183 78
HSL 89° 42.17% 51.18%
HSB/HSV 89° 57.38% 71.76%
CMYK 27.87% 0.00% 57.38%
28.24%

Color #84B74E in popluar number systems.

HEX 84 B7 4E
Decimal 132 183 78
Binary 10000100 10110111 1001110
Octal 204 267 116

Shades and tints

Shades of #84B74E

#84B74E
(132,183,78)
#78A747
(120,167,71)
#6C9740
(108,151,64)
#608739
(96,135,57)
#547732
(84,119,50)
#48672B
(72,103,43)
#3C5724
(60,87,36)
#30471D
(48,71,29)
#243716
(36,55,22)
#18270F
(24,39,15)
#0C1708
(12,23,8)
#000000
(0,0,0)

Tints of #84B74E

#84B74E
(132,183,78)
#8FBD5E
(143,189,94)
#9AC36E
(154,195,110)
#A5C97E
(165,201,126)
#B0CF8E
(176,207,142)
#BBD59E
(187,213,158)
#C6DBAE
(198,219,174)
#D1E1BE
(209,225,190)
#DCE7CE
(220,231,206)
#E7EDDE
(231,237,222)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B74E color. Also use rgb(132,183,78) instead hex code.

Text Font Color

.myTextColor { color: #84B74E; }

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

This text font color is #84B74E.

Background Color

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

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

This div background color is #84B74E.

Border color

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

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

This div border color is #84B74E.

Opacity

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

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

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

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

This text has shadow with #84B74E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B74E.

Preview

Color preview on black background

This text has color #84B74E on black background.


Color preview on white background

This text has color #84B74E on white background.


Black color preview on #84B74E background

This text has black color on #84B74E background.


White color preview on #84B74E background

This text has white color on #84B74E background.


Related colors

Complementary color

Complementary color for #hex is #7B48B1.


I love getcolorcode.com

Triadic colors

1 #4E84B7 and #B74E84 with #84B74E are triadic colors.

2 #4EB784 and #B7844E with #84B74E are triadic colors.