COLOR #84978D

HEX: #84978D RGB: (132,151,141)

Color info

#84978D contains red, green and blue colors in about the same proportion. Web safe color of #84978D is #999999 (or #999).

RGB color model

#84978D color RGB value is (132,151,141).

RGB: (132,151,141) (52%, 59%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 141 of 255 = 55%

132
151
141

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

Portions of RGB colors in percentages

R + G + B = 132 + 151 + 141 = 424 (100%)
R 132 of 424 ~ 31.13%
G 151 of 424 ~ 35.61%
B 141 of 424 ~ 33.25'%

%31.13
%35.61
%33.25

CMYK color model

#84978D color CMYK value is (13,0,7,41).

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK: (13,0,7,41) C13M0Y7K41 (13%,0%,7%,41%) (0.13/0.00/0.07/0.41) 

CMYK percentages

%12.58
%0
%6.62
%40.78

Codes

Color #84978D in popluar color models

84 97 8D
RGB 132 151 141
HSL 148° 8.37% 55.49%
HSB/HSV 148° 12.58% 59.22%
CMYK 12.58% 0.00% 6.62%
40.78%

Color #84978D in popluar number systems.

HEX 84 97 8D
Decimal 132 151 141
Binary 10000100 10010111 10001101
Octal 204 227 215

Shades and tints

Shades of #84978D

#84978D
(132,151,141)
#788A81
(120,138,129)
#6C7D75
(108,125,117)
#607069
(96,112,105)
#54635D
(84,99,93)
#485651
(72,86,81)
#3C4945
(60,73,69)
#303C39
(48,60,57)
#242F2D
(36,47,45)
#182221
(24,34,33)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #84978D

#84978D
(132,151,141)
#8FA097
(143,160,151)
#9AA9A1
(154,169,161)
#A5B2AB
(165,178,171)
#B0BBB5
(176,187,181)
#BBC4BF
(187,196,191)
#C6CDC9
(198,205,201)
#D1D6D3
(209,214,211)
#DCDFDD
(220,223,221)
#E7E8E7
(231,232,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84978D color. Also use rgb(132,151,141) instead hex code.

Text Font Color

.myTextColor { color: #84978D; }

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

This text font color is #84978D.

Background Color

.myBgColor { background-color: #84978D; }

<div style="background-color:#84978D">Inner text</div>

This div background color is #84978D.

Border color

.myBorderColor { border: 1px solid #84978D; }

<div style="border:3px solid #84978D">Div</div>

This div border color is #84978D.

Opacity

.myOpacity80 { color: #84978D; opacity: 0.8; }

<p style="color:#84978D;opacity:0.8;">80%</p>

Text with #84978D 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 #84978D;}

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

This text has shadow with #84978D color.


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

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

This text has shadow with #84978D primary color and red secondary color.


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

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

This text has shadow with #84978D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84978D.

Preview

Color preview on black background

This text has color #84978D on black background.


Color preview on white background

This text has color #84978D on white background.


Black color preview on #84978D background

This text has black color on #84978D background.


White color preview on #84978D background

This text has white color on #84978D background.


Related colors

Complementary color

Complementary color for #hex is #7B6872.


I love getcolorcode.com

Triadic colors

1 #8D8497 and #978D84 with #84978D are triadic colors.

2 #8D9784 and #97848D with #84978D are triadic colors.