COLOR #84B945

HEX: #84B945
RGB: (132,185,69)

Color info

#84B945 contains mainly red and green colors. Web safe color of #84B945 is #99CC33 (or #9C3).

RGB color model

#84B945 color RGB value is (132,185,69).

  • red value is 132;
  • green value is 185;
  • blue value is 69.
RGB:
(132,185,69)
(52%,73%,27%)

RGB channels and saturation

R 132 of 255 = 52%
G 185 of 255 = 73%
B 69 of 255 = 27%

132
185
69

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

Portions of RGB colors in percentages

R + G + B =
132 + 185 + 69 = 386 (100%)
R 132 of 386 ~ 34.2%
G 185 of 386 ~ 47.93%
B 69 of 386 ~ 17.88%

%34.2
%47.93
%17.88

CMYK color model

#84B945 color CMYK value is (29,0,63,27).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 62.70%
  • key color value is 27.45%
CMYK:
(29,0,63,27)
C29M0Y63K27 
(29%,0%,63%,27%)
(0.29/0.00/0.63/0.27)	

CMYK percentages

%28.65
%0
%62.7
%27.45

Codes

Color #84B945 in popluar color models

84B945
RGB13218569
HSL87°45.67%49.80%
HSB/HSV87°62.70%72.55%
CMYK28.65%0.00%62.70%
27.45%

Color #84B945 in popluar number systems.

HEX84B945
Decimal13218569
Binary10000100101110011000101
Octal204271105

Shades and tints

Shades of #84B945

#84B945
(132,185,69)
#78A93F
(120,169,63)
#6C9939
(108,153,57)
#608933
(96,137,51)
#54792D
(84,121,45)
#486927
(72,105,39)
#3C5921
(60,89,33)
#30491B
(48,73,27)
#243915
(36,57,21)
#18290F
(24,41,15)
#0C1909
(12,25,9)
#000000
(0,0,0)

Tints of #84B945

#84B945
(132,185,69)
#8FBF55
(143,191,85)
#9AC565
(154,197,101)
#A5CB75
(165,203,117)
#B0D185
(176,209,133)
#BBD795
(187,215,149)
#C6DDA5
(198,221,165)
#D1E3B5
(209,227,181)
#DCE9C5
(220,233,197)
#E7EFD5
(231,239,213)
#F2F5E5
(242,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B945 color. Also use rgb(132,185,69) instead hex code.

Text Font Color

.myTextColor { color: #84B945; }

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

This text font color is #84B945.


Background Color

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

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

This div background color is #84B945.


Border color

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

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

This div border color is #84B945.


Opacity

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

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

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

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

This text has shadow with #84B945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B945 on black background.


Color preview on white background

This text has color #84B945 on white background.



Black color preview on #84B945 background

This text has black color on #84B945 background.


White color preview on #84B945 background

This text has white color on #84B945 background.