COLOR #84AB77

HEX: #84AB77
RGB: (132,171,119)

Color info

#84AB77 contains red, green and blue colors in about the same proportion. Web safe color of #84AB77 is #999966 (or #996).

RGB color model

#84AB77 color RGB value is (132,171,119).

  • red value is 132;
  • green value is 171;
  • blue value is 119.
RGB: (132,171,119) (52%,67%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 119 of 255 = 47%

132
171
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 171 + 119 = 422 (100%)
R 132 of 422 ~ 31.28%
G 171 of 422 ~ 40.52%
B 119 of 422 ~ 28.2%

%31.28
%40.52
%28.2

CMYK color model

#84AB77 color CMYK value is (23,0,30,33).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK: (23,0,30,33) C23M0Y30K33 (23%,0%,30%,33%) (0.23/0.00/0.30/0.33)

CMYK percentages

%22.81
%0
%30.41
%32.94

Codes

Color #84AB77 in popluar color models

84AB77
RGB132171119
HSL105°23.64%56.86%
HSB/HSV105°30.41%67.06%
CMYK22.81%0.00%30.41%
32.94%

Color #84AB77 in popluar number systems.

HEX84AB77
Decimal132171119
Binary10000100101010111110111
Octal204253167

Shades and tints

Shades of #84AB77

#84AB77
(132,171,119)
#789C6D
(120,156,109)
#6C8D63
(108,141,99)
#607E59
(96,126,89)
#546F4F
(84,111,79)
#486045
(72,96,69)
#3C513B
(60,81,59)
#304231
(48,66,49)
#243327
(36,51,39)
#18241D
(24,36,29)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #84AB77

#84AB77
(132,171,119)
#8FB283
(143,178,131)
#9AB98F
(154,185,143)
#A5C09B
(165,192,155)
#B0C7A7
(176,199,167)
#BBCEB3
(187,206,179)
#C6D5BF
(198,213,191)
#D1DCCB
(209,220,203)
#DCE3D7
(220,227,215)
#E7EAE3
(231,234,227)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AB77 color. Also use rgb(132,171,119) instead hex code.

Text Font Color

.myTextColor { color: #84AB77; }

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

This text font color is #84AB77.


Background Color

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

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

This div background color is #84AB77.


Border color

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

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

This div border color is #84AB77.


Opacity

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

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

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

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

This text has shadow with #84AB77 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #84AB77 on black background.


Color preview on white background

This text has color #84AB77 on white background.



Black color preview on #84AB77 background

This text has black color on #84AB77 background.


White color preview on #84AB77 background

This text has white color on #84AB77 background.