COLOR #84A791

HEX: #84A791
RGB: (132,167,145)

Color info

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

RGB color model

#84A791 color RGB value is (132,167,145).

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

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 145 of 255 = 57%

132
167
145

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

Portions of RGB colors in percentages

R + G + B =
132 + 167 + 145 = 444 (100%)
R 132 of 444 ~ 29.73%
G 167 of 444 ~ 37.61%
B 145 of 444 ~ 32.66%

%29.73
%37.61
%32.66

CMYK color model

#84A791 color CMYK value is (21,0,13,35).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 34.51%
CMYK:
(21,0,13,35)
C21M0Y13K35 
(21%,0%,13%,35%)
(0.21/0.00/0.13/0.35)	

CMYK percentages

%20.96
%0
%13.17
%34.51

Codes

Color #84A791 in popluar color models

84A791
RGB132167145
HSL142°16.59%58.63%
HSB/HSV142°20.96%65.49%
CMYK20.96%0.00%13.17%
34.51%

Color #84A791 in popluar number systems.

HEX84A791
Decimal132167145
Binary100001001010011110010001
Octal204247221

Shades and tints

Shades of #84A791

#84A791
(132,167,145)
#789884
(120,152,132)
#6C8977
(108,137,119)
#607A6A
(96,122,106)
#546B5D
(84,107,93)
#485C50
(72,92,80)
#3C4D43
(60,77,67)
#303E36
(48,62,54)
#242F29
(36,47,41)
#18201C
(24,32,28)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #84A791

#84A791
(132,167,145)
#8FAF9B
(143,175,155)
#9AB7A5
(154,183,165)
#A5BFAF
(165,191,175)
#B0C7B9
(176,199,185)
#BBCFC3
(187,207,195)
#C6D7CD
(198,215,205)
#D1DFD7
(209,223,215)
#DCE7E1
(220,231,225)
#E7EFEB
(231,239,235)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A791; }

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

This text font color is #84A791.


Background Color

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

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

This div background color is #84A791.


Border color

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

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

This div border color is #84A791.


Opacity

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

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

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

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

This text has shadow with #84A791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A791 on black background.


Color preview on white background

This text has color #84A791 on white background.



Black color preview on #84A791 background

This text has black color on #84A791 background.


White color preview on #84A791 background

This text has white color on #84A791 background.