COLOR #84A384

HEX: #84A384
RGB: (132,163,132)

Color info

#84A384 contains red, green and blue colors in about the same proportion. Web safe color of #84A384 is #999999 (or #999).

RGB color model

#84A384 color RGB value is (132,163,132).

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

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 132 of 255 = 52%

132
163
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 132 = 427 (100%)
R 132 of 427 ~ 30.91%
G 163 of 427 ~ 38.17%
B 132 of 427 ~ 30.91%

%30.91
%38.17
%30.91

CMYK color model

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

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(19,0,19,36)
C19M0Y19K36 
(19%,0%,19%,36%)
(0.19/0.00/0.19/0.36)	

CMYK percentages

%19.02
%0
%19.02
%36.08

Codes

Color #84A384 in popluar color models

84A384
RGB132163132
HSL120°14.42%57.84%
HSB/HSV120°19.02%63.92%
CMYK19.02%0.00%19.02%
36.08%

Color #84A384 in popluar number systems.

HEX84A384
Decimal132163132
Binary100001001010001110000100
Octal204243204

Shades and tints

Shades of #84A384

#84A384
(132,163,132)
#789578
(120,149,120)
#6C876C
(108,135,108)
#607960
(96,121,96)
#546B54
(84,107,84)
#485D48
(72,93,72)
#3C4F3C
(60,79,60)
#304130
(48,65,48)
#243324
(36,51,36)
#182518
(24,37,24)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #84A384

#84A384
(132,163,132)
#8FAB8F
(143,171,143)
#9AB39A
(154,179,154)
#A5BBA5
(165,187,165)
#B0C3B0
(176,195,176)
#BBCBBB
(187,203,187)
#C6D3C6
(198,211,198)
#D1DBD1
(209,219,209)
#DCE3DC
(220,227,220)
#E7EBE7
(231,235,231)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A384; }

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

This text font color is #84A384.


Background Color

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

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

This div background color is #84A384.


Border color

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

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

This div border color is #84A384.


Opacity

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

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

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

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

This text has shadow with #84A384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A384 on black background.


Color preview on white background

This text has color #84A384 on white background.



Black color preview on #84A384 background

This text has black color on #84A384 background.


White color preview on #84A384 background

This text has white color on #84A384 background.