COLOR #84AE75

HEX: #84AE75 RGB: (132,174,117)

Color info

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

RGB color model

#84AE75 color RGB value is (132,174,117).

RGB: (132,174,117) (52%, 68%, 46%)

RGB channels and saturation

R 132 of 255 = 52%
G 174 of 255 = 68%
B 117 of 255 = 46%

132
174
117

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

Portions of RGB colors in percentages

R + G + B = 132 + 174 + 117 = 423 (100%)
R 132 of 423 ~ 31.21%
G 174 of 423 ~ 41.13%
B 117 of 423 ~ 27.66'%

%31.21
%41.13
%27.66

CMYK color model

#84AE75 color CMYK value is (24,0,33,32).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 31.76%

CMYK: (24,0,33,32)
C24M0Y33K32 (24%, 0%, 33%, 32%)
(0.24 / 0.00 / 0.33 / 0.32)

CMYK percentages

%24.14
%0
%32.76
%31.76

Codes

Color #84AE75 in popluar color models

84 AE 75
RGB 132 174 117
HSL 104° 26.03% 57.06%
HSB/HSV 104° 32.76% 68.24%
CMYK 24.14% 0.00% 32.76%
31.76%

Color #84AE75 in popluar number systems.

HEX 84 AE 75
Decimal 132 174 117
Binary 10000100 10101110 1110101
Octal 204 256 165

Shades and tints

Shades of #84AE75

#84AE75
(132,174,117)
#789F6B
(120,159,107)
#6C9061
(108,144,97)
#608157
(96,129,87)
#54724D
(84,114,77)
#486343
(72,99,67)
#3C5439
(60,84,57)
#30452F
(48,69,47)
#243625
(36,54,37)
#18271B
(24,39,27)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #84AE75

#84AE75
(132,174,117)
#8FB581
(143,181,129)
#9ABC8D
(154,188,141)
#A5C399
(165,195,153)
#B0CAA5
(176,202,165)
#BBD1B1
(187,209,177)
#C6D8BD
(198,216,189)
#D1DFC9
(209,223,201)
#DCE6D5
(220,230,213)
#E7EDE1
(231,237,225)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AE75 color. Also use rgb(132,174,117) instead hex code.

Text Font Color

.myTextColor { color: #84AE75; }

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

This text font color is #84AE75.

Background Color

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

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

This div background color is #84AE75.

Border color

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

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

This div border color is #84AE75.

Opacity

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

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

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

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

This text has shadow with #84AE75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AE75.

Preview

Color preview on black background

This text has color #84AE75 on black background.


Color preview on white background

This text has color #84AE75 on white background.


Black color preview on #84AE75 background

This text has black color on #84AE75 background.


White color preview on #84AE75 background

This text has white color on #84AE75 background.


Related colors

Complementary color

Complementary color for #hex is #7B518A.


I love getcolorcode.com

Triadic colors

1 #7584AE and #AE7584 with #84AE75 are triadic colors.

2 #75AE84 and #AE8475 with #84AE75 are triadic colors.