COLOR #84A238

HEX: #84A238
RGB: (132,162,56)

Color info

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

RGB color model

#84A238 color RGB value is (132,162,56).

  • red value is 132;
  • green value is 162;
  • blue value is 56.
RGB:
(132,162,56)
(52%,64%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 56 of 255 = 22%

132
162
56

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

Portions of RGB colors in percentages

R + G + B =
132 + 162 + 56 = 350 (100%)
R 132 of 350 ~ 37.71%
G 162 of 350 ~ 46.29%
B 56 of 350 ~ 16%

%37.71
%46.29
%16

CMYK color model

#84A238 color CMYK value is (19,0,65,36).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 65.43%
  • key color value is 36.47%
CMYK:
(19,0,65,36)
C19M0Y65K36 
(19%,0%,65%,36%)
(0.19/0.00/0.65/0.36)	

CMYK percentages

%18.52
%0
%65.43
%36.47

Codes

Color #84A238 in popluar color models

84A238
RGB13216256
HSL77°48.62%42.75%
HSB/HSV77°65.43%63.53%
CMYK18.52%0.00%65.43%
36.47%

Color #84A238 in popluar number systems.

HEX84A238
Decimal13216256
Binary1000010010100010111000
Octal20424270

Shades and tints

Shades of #84A238

#84A238
(132,162,56)
#789433
(120,148,51)
#6C862E
(108,134,46)
#607829
(96,120,41)
#546A24
(84,106,36)
#485C1F
(72,92,31)
#3C4E1A
(60,78,26)
#304015
(48,64,21)
#243210
(36,50,16)
#18240B
(24,36,11)
#0C1606
(12,22,6)
#000000
(0,0,0)

Tints of #84A238

#84A238
(132,162,56)
#8FAA4A
(143,170,74)
#9AB25C
(154,178,92)
#A5BA6E
(165,186,110)
#B0C280
(176,194,128)
#BBCA92
(187,202,146)
#C6D2A4
(198,210,164)
#D1DAB6
(209,218,182)
#DCE2C8
(220,226,200)
#E7EADA
(231,234,218)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A238 color. Also use rgb(132,162,56) instead hex code.

Text Font Color

.myTextColor { color: #84A238; }

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

This text font color is #84A238.


Background Color

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

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

This div background color is #84A238.


Border color

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

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

This div border color is #84A238.


Opacity

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

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

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

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

This text has shadow with #84A238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A238 on black background.


Color preview on white background

This text has color #84A238 on white background.



Black color preview on #84A238 background

This text has black color on #84A238 background.


White color preview on #84A238 background

This text has white color on #84A238 background.