COLOR #84A59E

HEX: #84A59E
RGB: (132,165,158)

Color info

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

RGB color model

#84A59E color RGB value is (132,165,158).

  • red value is 132;
  • green value is 165;
  • blue value is 158.
RGB:
(132,165,158)
(52%,65%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 158 of 255 = 62%

132
165
158

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

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 158 = 455 (100%)
R 132 of 455 ~ 29.01%
G 165 of 455 ~ 36.26%
B 158 of 455 ~ 34.73%

%29.01
%36.26
%34.73

CMYK color model

#84A59E color CMYK value is (20,0,4,35).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(20,0,4,35)
C20M0Y4K35 
(20%,0%,4%,35%)
(0.20/0.00/0.04/0.35)	

CMYK percentages

%20
%0
%4.24
%35.29

Codes

Color #84A59E in popluar color models

84A59E
RGB132165158
HSL167°15.49%58.24%
HSB/HSV167°20.00%64.71%
CMYK20.00%0.00%4.24%
35.29%

Color #84A59E in popluar number systems.

HEX84A59E
Decimal132165158
Binary100001001010010110011110
Octal204245236

Shades and tints

Shades of #84A59E

#84A59E
(132,165,158)
#789690
(120,150,144)
#6C8782
(108,135,130)
#607874
(96,120,116)
#546966
(84,105,102)
#485A58
(72,90,88)
#3C4B4A
(60,75,74)
#303C3C
(48,60,60)
#242D2E
(36,45,46)
#181E20
(24,30,32)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #84A59E

#84A59E
(132,165,158)
#8FADA6
(143,173,166)
#9AB5AE
(154,181,174)
#A5BDB6
(165,189,182)
#B0C5BE
(176,197,190)
#BBCDC6
(187,205,198)
#C6D5CE
(198,213,206)
#D1DDD6
(209,221,214)
#DCE5DE
(220,229,222)
#E7EDE6
(231,237,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A59E; }

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

This text font color is #84A59E.


Background Color

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

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

This div background color is #84A59E.


Border color

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

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

This div border color is #84A59E.


Opacity

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

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

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

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

This text has shadow with #84A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A59E on black background.


Color preview on white background

This text has color #84A59E on white background.



Black color preview on #84A59E background

This text has black color on #84A59E background.


White color preview on #84A59E background

This text has white color on #84A59E background.