COLOR #84A395

HEX: #84A395
RGB: (132,163,149)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
163
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 149 = 444 (100%)
R 132 of 444 ~ 29.73%
G 163 of 444 ~ 36.71%
B 149 of 444 ~ 33.56%

%29.73
%36.71
%33.56

CMYK color model

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

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

CMYK percentages

%19.02
%0
%8.59
%36.08

Codes

Color #84A395 in popluar color models

84A395
RGB132163149
HSL153°14.42%57.84%
HSB/HSV153°19.02%63.92%
CMYK19.02%0.00%8.59%
36.08%

Color #84A395 in popluar number systems.

HEX84A395
Decimal132163149
Binary100001001010001110010101
Octal204243225

Shades and tints

Shades of #84A395

#84A395
(132,163,149)
#789588
(120,149,136)
#6C877B
(108,135,123)
#60796E
(96,121,110)
#546B61
(84,107,97)
#485D54
(72,93,84)
#3C4F47
(60,79,71)
#30413A
(48,65,58)
#24332D
(36,51,45)
#182520
(24,37,32)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #84A395

#84A395
(132,163,149)
#8FAB9E
(143,171,158)
#9AB3A7
(154,179,167)
#A5BBB0
(165,187,176)
#B0C3B9
(176,195,185)
#BBCBC2
(187,203,194)
#C6D3CB
(198,211,203)
#D1DBD4
(209,219,212)
#DCE3DD
(220,227,221)
#E7EBE6
(231,235,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A395; }

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

This text font color is #84A395.


Background Color

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

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

This div background color is #84A395.


Border color

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

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

This div border color is #84A395.


Opacity

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

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

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

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

This text has shadow with #84A395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A395 on black background.


Color preview on white background

This text has color #84A395 on white background.



Black color preview on #84A395 background

This text has black color on #84A395 background.


White color preview on #84A395 background

This text has white color on #84A395 background.