COLOR #84A388

HEX: #84A388 RGB: (132,163,136)

Color info

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

RGB color model

#84A388 color RGB value is (132,163,136).

RGB: (132,163,136) (52%, 64%, 53%)

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 136 of 255 = 53%

132
163
136

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

Portions of RGB colors in percentages

R + G + B = 132 + 163 + 136 = 431 (100%)
R 132 of 431 ~ 30.63%
G 163 of 431 ~ 37.82%
B 136 of 431 ~ 31.55'%

%30.63
%37.82
%31.55

CMYK color model

#84A388 color CMYK value is (19,0,17,36).

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

CMYK: (19,0,17,36)
C19M0Y17K36 (19%, 0%, 17%, 36%)
(0.19 / 0.00 / 0.17 / 0.36)

CMYK percentages

%19.02
%0
%16.56
%36.08

Codes

Color #84A388 in popluar color models

84 A3 88
RGB 132 163 136
HSL 128° 14.42% 57.84%
HSB/HSV 128° 19.02% 63.92%
CMYK 19.02% 0.00% 16.56%
36.08%

Color #84A388 in popluar number systems.

HEX 84 A3 88
Decimal 132 163 136
Binary 10000100 10100011 10001000
Octal 204 243 210

Shades and tints

Shades of #84A388

#84A388
(132,163,136)
#78957C
(120,149,124)
#6C8770
(108,135,112)
#607964
(96,121,100)
#546B58
(84,107,88)
#485D4C
(72,93,76)
#3C4F40
(60,79,64)
#304134
(48,65,52)
#243328
(36,51,40)
#18251C
(24,37,28)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #84A388

#84A388
(132,163,136)
#8FAB92
(143,171,146)
#9AB39C
(154,179,156)
#A5BBA6
(165,187,166)
#B0C3B0
(176,195,176)
#BBCBBA
(187,203,186)
#C6D3C4
(198,211,196)
#D1DBCE
(209,219,206)
#DCE3D8
(220,227,216)
#E7EBE2
(231,235,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A388; }

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

This text font color is #84A388.

Background Color

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

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

This div background color is #84A388.

Border color

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

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

This div border color is #84A388.

Opacity

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

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

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

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

This text has shadow with #84A388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A388.

Preview

Color preview on black background

This text has color #84A388 on black background.


Color preview on white background

This text has color #84A388 on white background.


Black color preview on #84A388 background

This text has black color on #84A388 background.


White color preview on #84A388 background

This text has white color on #84A388 background.


Related colors

Complementary color

Complementary color for #hex is #7B5C77.


I love getcolorcode.com

Triadic colors

1 #8884A3 and #A38884 with #84A388 are triadic colors.

2 #88A384 and #A38488 with #84A388 are triadic colors.