COLOR #84B47D

HEX: #84B47D RGB: (132,180,125)

Color info

#84B47D contains red, green and blue colors in about the same proportion. Web safe color of #84B47D is #99CC66 (or #9C6).

RGB color model

#84B47D color RGB value is (132,180,125).

RGB: (132,180,125) (52%, 71%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 125 of 255 = 49%

132
180
125

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

Portions of RGB colors in percentages

R + G + B = 132 + 180 + 125 = 437 (100%)
R 132 of 437 ~ 30.21%
G 180 of 437 ~ 41.19%
B 125 of 437 ~ 28.6'%

%30.21
%41.19
%28.6

CMYK color model

#84B47D color CMYK value is (27,0,31,29).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 29.41%

CMYK: (27,0,31,29)
C27M0Y31K29 (27%, 0%, 31%, 29%)
(0.27 / 0.00 / 0.31 / 0.29)

CMYK percentages

%26.67
%0
%30.56
%29.41

Codes

Color #84B47D in popluar color models

84 B4 7D
RGB 132 180 125
HSL 112° 26.83% 59.80%
HSB/HSV 112° 30.56% 70.59%
CMYK 26.67% 0.00% 30.56%
29.41%

Color #84B47D in popluar number systems.

HEX 84 B4 7D
Decimal 132 180 125
Binary 10000100 10110100 1111101
Octal 204 264 175

Shades and tints

Shades of #84B47D

#84B47D
(132,180,125)
#78A472
(120,164,114)
#6C9467
(108,148,103)
#60845C
(96,132,92)
#547451
(84,116,81)
#486446
(72,100,70)
#3C543B
(60,84,59)
#304430
(48,68,48)
#243425
(36,52,37)
#18241A
(24,36,26)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #84B47D

#84B47D
(132,180,125)
#8FBA88
(143,186,136)
#9AC093
(154,192,147)
#A5C69E
(165,198,158)
#B0CCA9
(176,204,169)
#BBD2B4
(187,210,180)
#C6D8BF
(198,216,191)
#D1DECA
(209,222,202)
#DCE4D5
(220,228,213)
#E7EAE0
(231,234,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B47D color. Also use rgb(132,180,125) instead hex code.

Text Font Color

.myTextColor { color: #84B47D; }

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

This text font color is #84B47D.

Background Color

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

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

This div background color is #84B47D.

Border color

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

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

This div border color is #84B47D.

Opacity

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

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

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

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

This text has shadow with #84B47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B47D.

Preview

Color preview on black background

This text has color #84B47D on black background.


Color preview on white background

This text has color #84B47D on white background.


Black color preview on #84B47D background

This text has black color on #84B47D background.


White color preview on #84B47D background

This text has white color on #84B47D background.


Related colors

Complementary color

Complementary color for #hex is #7B4B82.


I love getcolorcode.com

Triadic colors

1 #7D84B4 and #B47D84 with #84B47D are triadic colors.

2 #7DB484 and #B4847D with #84B47D are triadic colors.