COLOR #84B530

HEX: #84B530
RGB: (132,181,48)

Color info

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

RGB color model

#84B530 color RGB value is (132,181,48).

  • red value is 132;
  • green value is 181;
  • blue value is 48.
RGB:
(132,181,48)
(52%,71%,19%)

RGB channels and saturation

R 132 of 255 = 52%
G 181 of 255 = 71%
B 48 of 255 = 19%

132
181
48

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

Portions of RGB colors in percentages

R + G + B =
132 + 181 + 48 = 361 (100%)
R 132 of 361 ~ 36.57%
G 181 of 361 ~ 50.14%
B 48 of 361 ~ 13.3%

%36.57
%50.14
%13.3

CMYK color model

#84B530 color CMYK value is (27,0,73,29).

  • cyan value is 27.07%
  • magenta value is 0.00%
  • yellow value is 73.48%
  • key color value is 29.02%
CMYK:
(27,0,73,29)
C27M0Y73K29 
(27%,0%,73%,29%)
(0.27/0.00/0.73/0.29)	

CMYK percentages

%27.07
%0
%73.48
%29.02

Codes

Color #84B530 in popluar color models

84B530
RGB13218148
HSL82°58.08%44.90%
HSB/HSV82°73.48%70.98%
CMYK27.07%0.00%73.48%
29.02%

Color #84B530 in popluar number systems.

HEX84B530
Decimal13218148
Binary1000010010110101110000
Octal20426560

Shades and tints

Shades of #84B530

#84B530
(132,181,48)
#78A52C
(120,165,44)
#6C9528
(108,149,40)
#608524
(96,133,36)
#547520
(84,117,32)
#48651C
(72,101,28)
#3C5518
(60,85,24)
#304514
(48,69,20)
#243510
(36,53,16)
#18250C
(24,37,12)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #84B530

#84B530
(132,181,48)
#8FBB42
(143,187,66)
#9AC154
(154,193,84)
#A5C766
(165,199,102)
#B0CD78
(176,205,120)
#BBD38A
(187,211,138)
#C6D99C
(198,217,156)
#D1DFAE
(209,223,174)
#DCE5C0
(220,229,192)
#E7EBD2
(231,235,210)
#F2F1E4
(242,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B530 color. Also use rgb(132,181,48) instead hex code.

Text Font Color

.myTextColor { color: #84B530; }

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

This text font color is #84B530.


Background Color

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

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

This div background color is #84B530.


Border color

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

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

This div border color is #84B530.


Opacity

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

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

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

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

This text has shadow with #84B530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B530 on black background.


Color preview on white background

This text has color #84B530 on white background.



Black color preview on #84B530 background

This text has black color on #84B530 background.


White color preview on #84B530 background

This text has white color on #84B530 background.