COLOR #84A746

HEX: #84A746 RGB: (132,167,70)

Color info

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

RGB color model

#84A746 color RGB value is (132,167,70).

RGB: (132,167,70) (52%, 65%, 27%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 70 of 255 = 27%

132
167
70

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

Portions of RGB colors in percentages

R + G + B = 132 + 167 + 70 = 369 (100%)
R 132 of 369 ~ 35.77%
G 167 of 369 ~ 45.26%
B 70 of 369 ~ 18.97'%

%35.77
%45.26
%18.97

CMYK color model

#84A746 color CMYK value is (21,0,58,35).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 58.08%
  • key color value is 34.51%

CMYK: (21,0,58,35)
C21M0Y58K35 (21%, 0%, 58%, 35%)
(0.21 / 0.00 / 0.58 / 0.35)

CMYK percentages

%20.96
%0
%58.08
%34.51

Codes

Color #84A746 in popluar color models

84 A7 46
RGB 132 167 70
HSL 82° 40.93% 46.47%
HSB/HSV 82° 58.08% 65.49%
CMYK 20.96% 0.00% 58.08%
34.51%

Color #84A746 in popluar number systems.

HEX 84 A7 46
Decimal 132 167 70
Binary 10000100 10100111 1000110
Octal 204 247 106

Shades and tints

Shades of #84A746

#84A746
(132,167,70)
#789840
(120,152,64)
#6C893A
(108,137,58)
#607A34
(96,122,52)
#546B2E
(84,107,46)
#485C28
(72,92,40)
#3C4D22
(60,77,34)
#303E1C
(48,62,28)
#242F16
(36,47,22)
#182010
(24,32,16)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #84A746

#84A746
(132,167,70)
#8FAF56
(143,175,86)
#9AB766
(154,183,102)
#A5BF76
(165,191,118)
#B0C786
(176,199,134)
#BBCF96
(187,207,150)
#C6D7A6
(198,215,166)
#D1DFB6
(209,223,182)
#DCE7C6
(220,231,198)
#E7EFD6
(231,239,214)
#F2F7E6
(242,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A746; }

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

This text font color is #84A746.

Background Color

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

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

This div background color is #84A746.

Border color

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

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

This div border color is #84A746.

Opacity

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

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

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

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

This text has shadow with #84A746 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A746.

Preview

Color preview on black background

This text has color #84A746 on black background.


Color preview on white background

This text has color #84A746 on white background.


Black color preview on #84A746 background

This text has black color on #84A746 background.


White color preview on #84A746 background

This text has white color on #84A746 background.


Related colors

Complementary color

Complementary color for #hex is #7B58B9.


I love getcolorcode.com

Triadic colors

1 #4684A7 and #A74684 with #84A746 are triadic colors.

2 #46A784 and #A78446 with #84A746 are triadic colors.