COLOR #84A788

HEX: #84A788
RGB: (132,167,136)

Color info

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

RGB color model

#84A788 color RGB value is (132,167,136).

  • red value is 132;
  • green value is 167;
  • blue value is 136.
RGB:
(132,167,136)
(52%,65%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 136 of 255 = 53%

132
167
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 167 + 136 = 435 (100%)
R 132 of 435 ~ 30.34%
G 167 of 435 ~ 38.39%
B 136 of 435 ~ 31.26%

%30.34
%38.39
%31.26

CMYK color model

#84A788 color CMYK value is (21,0,19,35).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(21,0,19,35)
C21M0Y19K35 
(21%,0%,19%,35%)
(0.21/0.00/0.19/0.35)	

CMYK percentages

%20.96
%0
%18.56
%34.51

Codes

Color #84A788 in popluar color models

84A788
RGB132167136
HSL127°16.59%58.63%
HSB/HSV127°20.96%65.49%
CMYK20.96%0.00%18.56%
34.51%

Color #84A788 in popluar number systems.

HEX84A788
Decimal132167136
Binary100001001010011110001000
Octal204247210

Shades and tints

Shades of #84A788

#84A788
(132,167,136)
#78987C
(120,152,124)
#6C8970
(108,137,112)
#607A64
(96,122,100)
#546B58
(84,107,88)
#485C4C
(72,92,76)
#3C4D40
(60,77,64)
#303E34
(48,62,52)
#242F28
(36,47,40)
#18201C
(24,32,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #84A788

#84A788
(132,167,136)
#8FAF92
(143,175,146)
#9AB79C
(154,183,156)
#A5BFA6
(165,191,166)
#B0C7B0
(176,199,176)
#BBCFBA
(187,207,186)
#C6D7C4
(198,215,196)
#D1DFCE
(209,223,206)
#DCE7D8
(220,231,216)
#E7EFE2
(231,239,226)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A788; }

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

This text font color is #84A788.


Background Color

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

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

This div background color is #84A788.


Border color

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

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

This div border color is #84A788.


Opacity

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

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

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

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

This text has shadow with #84A788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A788 on black background.


Color preview on white background

This text has color #84A788 on white background.



Black color preview on #84A788 background

This text has black color on #84A788 background.


White color preview on #84A788 background

This text has white color on #84A788 background.