COLOR #84A47B

HEX: #84A47B RGB: (132,164,123)

Color info

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

RGB color model

#84A47B color RGB value is (132,164,123).

RGB: (132,164,123) (52%, 64%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 164 of 255 = 64%
B 123 of 255 = 48%

132
164
123

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

Portions of RGB colors in percentages

R + G + B = 132 + 164 + 123 = 419 (100%)
R 132 of 419 ~ 31.5%
G 164 of 419 ~ 39.14%
B 123 of 419 ~ 29.36'%

%31.5
%39.14
%29.36

CMYK color model

#84A47B color CMYK value is (20,0,25,36).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 35.69%

CMYK: (20,0,25,36)
C20M0Y25K36 (20%, 0%, 25%, 36%)
(0.20 / 0.00 / 0.25 / 0.36)

CMYK percentages

%19.51
%0
%25
%35.69

Codes

Color #84A47B in popluar color models

84 A4 7B
RGB 132 164 123
HSL 107° 18.39% 56.27%
HSB/HSV 107° 25.00% 64.31%
CMYK 19.51% 0.00% 25.00%
35.69%

Color #84A47B in popluar number systems.

HEX 84 A4 7B
Decimal 132 164 123
Binary 10000100 10100100 1111011
Octal 204 244 173

Shades and tints

Shades of #84A47B

#84A47B
(132,164,123)
#789670
(120,150,112)
#6C8865
(108,136,101)
#607A5A
(96,122,90)
#546C4F
(84,108,79)
#485E44
(72,94,68)
#3C5039
(60,80,57)
#30422E
(48,66,46)
#243423
(36,52,35)
#182618
(24,38,24)
#0C180D
(12,24,13)
#000000
(0,0,0)

Tints of #84A47B

#84A47B
(132,164,123)
#8FAC87
(143,172,135)
#9AB493
(154,180,147)
#A5BC9F
(165,188,159)
#B0C4AB
(176,196,171)
#BBCCB7
(187,204,183)
#C6D4C3
(198,212,195)
#D1DCCF
(209,220,207)
#DCE4DB
(220,228,219)
#E7ECE7
(231,236,231)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A47B color. Also use rgb(132,164,123) instead hex code.

Text Font Color

.myTextColor { color: #84A47B; }

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

This text font color is #84A47B.

Background Color

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

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

This div background color is #84A47B.

Border color

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

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

This div border color is #84A47B.

Opacity

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

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

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

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

This text has shadow with #84A47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A47B.

Preview

Color preview on black background

This text has color #84A47B on black background.


Color preview on white background

This text has color #84A47B on white background.


Black color preview on #84A47B background

This text has black color on #84A47B background.


White color preview on #84A47B background

This text has white color on #84A47B background.


Related colors

Complementary color

Complementary color for #hex is #7B5B84.


I love getcolorcode.com

Triadic colors

1 #7B84A4 and #A47B84 with #84A47B are triadic colors.

2 #7BA484 and #A4847B with #84A47B are triadic colors.