COLOR #84A396

HEX: #84A396 RGB: (132,163,150)

Color info

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

RGB color model

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

RGB: (132,163,150) (52%, 64%, 59%)

RGB channels and saturation

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

132
163
150

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

Portions of RGB colors in percentages

R + G + B = 132 + 163 + 150 = 445 (100%)
R 132 of 445 ~ 29.66%
G 163 of 445 ~ 36.63%
B 150 of 445 ~ 33.71'%

%29.66
%36.63
%33.71

CMYK color model

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

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%

CMYK: (19,0,8,36)
C19M0Y8K36 (19%, 0%, 8%, 36%)
(0.19 / 0.00 / 0.08 / 0.36)

CMYK percentages

%19.02
%0
%7.98
%36.08

Codes

Color #84A396 in popluar color models

84 A3 96
RGB 132 163 150
HSL 155° 14.42% 57.84%
HSB/HSV 155° 19.02% 63.92%
CMYK 19.02% 0.00% 7.98%
36.08%

Color #84A396 in popluar number systems.

HEX 84 A3 96
Decimal 132 163 150
Binary 10000100 10100011 10010110
Octal 204 243 226

Shades and tints

Shades of #84A396

#84A396
(132,163,150)
#789589
(120,149,137)
#6C877C
(108,135,124)
#60796F
(96,121,111)
#546B62
(84,107,98)
#485D55
(72,93,85)
#3C4F48
(60,79,72)
#30413B
(48,65,59)
#24332E
(36,51,46)
#182521
(24,37,33)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #84A396

#84A396
(132,163,150)
#8FAB9F
(143,171,159)
#9AB3A8
(154,179,168)
#A5BBB1
(165,187,177)
#B0C3BA
(176,195,186)
#BBCBC3
(187,203,195)
#C6D3CC
(198,211,204)
#D1DBD5
(209,219,213)
#DCE3DE
(220,227,222)
#E7EBE7
(231,235,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A396; }

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

This text font color is #84A396.

Background Color

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

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

This div background color is #84A396.

Border color

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

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

This div border color is #84A396.

Opacity

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

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

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

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

This text has shadow with #84A396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A396.

Preview

Color preview on black background

This text has color #84A396 on black background.


Color preview on white background

This text has color #84A396 on white background.


Black color preview on #84A396 background

This text has black color on #84A396 background.


White color preview on #84A396 background

This text has white color on #84A396 background.


Related colors

Complementary color

Complementary color for #hex is #7B5C69.


I love getcolorcode.com

Triadic colors

1 #9684A3 and #A39684 with #84A396 are triadic colors.

2 #96A384 and #A38496 with #84A396 are triadic colors.