COLOR #84A59B

HEX: #84A59B RGB: (132,165,155)

Color info

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

RGB color model

#84A59B color RGB value is (132,165,155).

RGB: (132,165,155) (52%, 65%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 155 of 255 = 61%

132
165
155

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

Portions of RGB colors in percentages

R + G + B = 132 + 165 + 155 = 452 (100%)
R 132 of 452 ~ 29.2%
G 165 of 452 ~ 36.5%
B 155 of 452 ~ 34.29'%

%29.2
%36.5
%34.29

CMYK color model

#84A59B color CMYK value is (20,0,6,35).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (20,0,6,35)
C20M0Y6K35 (20%, 0%, 6%, 35%)
(0.20 / 0.00 / 0.06 / 0.35)

CMYK percentages

%20
%0
%6.06
%35.29

Codes

Color #84A59B in popluar color models

84 A5 9B
RGB 132 165 155
HSL 162° 15.49% 58.24%
HSB/HSV 162° 20.00% 64.71%
CMYK 20.00% 0.00% 6.06%
35.29%

Color #84A59B in popluar number systems.

HEX 84 A5 9B
Decimal 132 165 155
Binary 10000100 10100101 10011011
Octal 204 245 233

Shades and tints

Shades of #84A59B

#84A59B
(132,165,155)
#78968D
(120,150,141)
#6C877F
(108,135,127)
#607871
(96,120,113)
#546963
(84,105,99)
#485A55
(72,90,85)
#3C4B47
(60,75,71)
#303C39
(48,60,57)
#242D2B
(36,45,43)
#181E1D
(24,30,29)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #84A59B

#84A59B
(132,165,155)
#8FADA4
(143,173,164)
#9AB5AD
(154,181,173)
#A5BDB6
(165,189,182)
#B0C5BF
(176,197,191)
#BBCDC8
(187,205,200)
#C6D5D1
(198,213,209)
#D1DDDA
(209,221,218)
#DCE5E3
(220,229,227)
#E7EDEC
(231,237,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A59B; }

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

This text font color is #84A59B.

Background Color

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

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

This div background color is #84A59B.

Border color

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

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

This div border color is #84A59B.

Opacity

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

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

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

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

This text has shadow with #84A59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A59B.

Preview

Color preview on black background

This text has color #84A59B on black background.


Color preview on white background

This text has color #84A59B on white background.


Black color preview on #84A59B background

This text has black color on #84A59B background.


White color preview on #84A59B background

This text has white color on #84A59B background.


Related colors

Complementary color

Complementary color for #hex is #7B5A64.


I love getcolorcode.com

Triadic colors

1 #9B84A5 and #A59B84 with #84A59B are triadic colors.

2 #9BA584 and #A5849B with #84A59B are triadic colors.