COLOR #84A599

HEX: #84A599 RGB: (132,165,153)

Color info

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

RGB color model

#84A599 color RGB value is (132,165,153).

RGB: (132,165,153) (52%, 65%, 60%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 153 of 255 = 60%

132
165
153

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

Portions of RGB colors in percentages

R + G + B = 132 + 165 + 153 = 450 (100%)
R 132 of 450 ~ 29.33%
G 165 of 450 ~ 36.67%
B 153 of 450 ~ 34'%

%29.33
%36.67
%34

CMYK color model

#84A599 color CMYK value is (20,0,7,35).

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

CMYK: (20,0,7,35)
C20M0Y7K35 (20%, 0%, 7%, 35%)
(0.20 / 0.00 / 0.07 / 0.35)

CMYK percentages

%20
%0
%7.27
%35.29

Codes

Color #84A599 in popluar color models

84 A5 99
RGB 132 165 153
HSL 158° 15.49% 58.24%
HSB/HSV 158° 20.00% 64.71%
CMYK 20.00% 0.00% 7.27%
35.29%

Color #84A599 in popluar number systems.

HEX 84 A5 99
Decimal 132 165 153
Binary 10000100 10100101 10011001
Octal 204 245 231

Shades and tints

Shades of #84A599

#84A599
(132,165,153)
#78968C
(120,150,140)
#6C877F
(108,135,127)
#607872
(96,120,114)
#546965
(84,105,101)
#485A58
(72,90,88)
#3C4B4B
(60,75,75)
#303C3E
(48,60,62)
#242D31
(36,45,49)
#181E24
(24,30,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #84A599

#84A599
(132,165,153)
#8FADA2
(143,173,162)
#9AB5AB
(154,181,171)
#A5BDB4
(165,189,180)
#B0C5BD
(176,197,189)
#BBCDC6
(187,205,198)
#C6D5CF
(198,213,207)
#D1DDD8
(209,221,216)
#DCE5E1
(220,229,225)
#E7EDEA
(231,237,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A599; }

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

This text font color is #84A599.

Background Color

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

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

This div background color is #84A599.

Border color

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

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

This div border color is #84A599.

Opacity

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

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

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

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

This text has shadow with #84A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A599.

Preview

Color preview on black background

This text has color #84A599 on black background.


Color preview on white background

This text has color #84A599 on white background.


Black color preview on #84A599 background

This text has black color on #84A599 background.


White color preview on #84A599 background

This text has white color on #84A599 background.


Related colors

Complementary color

Complementary color for #hex is #7B5A66.


I love getcolorcode.com

Triadic colors

1 #9984A5 and #A59984 with #84A599 are triadic colors.

2 #99A584 and #A58499 with #84A599 are triadic colors.