COLOR #84B491

HEX: #84B491 RGB: (132,180,145)

Color info

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

RGB color model

#84B491 color RGB value is (132,180,145).

RGB: (132,180,145) (52%, 71%, 57%)

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 145 of 255 = 57%

132
180
145

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

Portions of RGB colors in percentages

R + G + B = 132 + 180 + 145 = 457 (100%)
R 132 of 457 ~ 28.88%
G 180 of 457 ~ 39.39%
B 145 of 457 ~ 31.73'%

%28.88
%39.39
%31.73

CMYK color model

#84B491 color CMYK value is (27,0,19,29).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK: (27,0,19,29) C27M0Y19K29 (27%,0%,19%,29%) (0.27/0.00/0.19/0.29) 

CMYK percentages

%26.67
%0
%19.44
%29.41

Codes

Color #84B491 in popluar color models

84 B4 91
RGB 132 180 145
HSL 136° 24.24% 61.18%
HSB/HSV 136° 26.67% 70.59%
CMYK 26.67% 0.00% 19.44%
29.41%

Color #84B491 in popluar number systems.

HEX 84 B4 91
Decimal 132 180 145
Binary 10000100 10110100 10010001
Octal 204 264 221

Shades and tints

Shades of #84B491

#84B491
(132,180,145)
#78A484
(120,164,132)
#6C9477
(108,148,119)
#60846A
(96,132,106)
#54745D
(84,116,93)
#486450
(72,100,80)
#3C5443
(60,84,67)
#304436
(48,68,54)
#243429
(36,52,41)
#18241C
(24,36,28)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #84B491

#84B491
(132,180,145)
#8FBA9B
(143,186,155)
#9AC0A5
(154,192,165)
#A5C6AF
(165,198,175)
#B0CCB9
(176,204,185)
#BBD2C3
(187,210,195)
#C6D8CD
(198,216,205)
#D1DED7
(209,222,215)
#DCE4E1
(220,228,225)
#E7EAEB
(231,234,235)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B491; }

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

This text font color is #84B491.

Background Color

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

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

This div background color is #84B491.

Border color

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

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

This div border color is #84B491.

Opacity

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

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

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

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

This text has shadow with #84B491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B491.

Preview

Color preview on black background

This text has color #84B491 on black background.


Color preview on white background

This text has color #84B491 on white background.


Black color preview on #84B491 background

This text has black color on #84B491 background.


White color preview on #84B491 background

This text has white color on #84B491 background.


Related colors

Complementary color

Complementary color for #hex is #7B4B6E.


I love getcolorcode.com

Triadic colors

1 #9184B4 and #B49184 with #84B491 are triadic colors.

2 #91B484 and #B48491 with #84B491 are triadic colors.