COLOR #84978B

HEX: #84978B
RGB: (132,151,139)

Color info

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

RGB color model

#84978B color RGB value is (132,151,139).

  • red value is 132;
  • green value is 151;
  • blue value is 139.
RGB:
(132,151,139)
(52%,59%,55%)

RGB channels and saturation

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

132
151
139

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

Portions of RGB colors in percentages

R + G + B =
132 + 151 + 139 = 422 (100%)
R 132 of 422 ~ 31.28%
G 151 of 422 ~ 35.78%
B 139 of 422 ~ 32.94%

%31.28
%35.78
%32.94

CMYK color model

#84978B color CMYK value is (13,0,8,41).

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 40.78%
CMYK:
(13,0,8,41)
C13M0Y8K41 
(13%,0%,8%,41%)
(0.13/0.00/0.08/0.41)	

CMYK percentages

%12.58
%0
%7.95
%40.78

Codes

Color #84978B in popluar color models

84978B
RGB132151139
HSL142°8.37%55.49%
HSB/HSV142°12.58%59.22%
CMYK12.58%0.00%7.95%
40.78%

Color #84978B in popluar number systems.

HEX84978B
Decimal132151139
Binary100001001001011110001011
Octal204227213

Shades and tints

Shades of #84978B

#84978B
(132,151,139)
#788A7F
(120,138,127)
#6C7D73
(108,125,115)
#607067
(96,112,103)
#54635B
(84,99,91)
#48564F
(72,86,79)
#3C4943
(60,73,67)
#303C37
(48,60,55)
#242F2B
(36,47,43)
#18221F
(24,34,31)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #84978B

#84978B
(132,151,139)
#8FA095
(143,160,149)
#9AA99F
(154,169,159)
#A5B2A9
(165,178,169)
#B0BBB3
(176,187,179)
#BBC4BD
(187,196,189)
#C6CDC7
(198,205,199)
#D1D6D1
(209,214,209)
#DCDFDB
(220,223,219)
#E7E8E5
(231,232,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84978B; }

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

This text font color is #84978B.


Background Color

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

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

This div background color is #84978B.


Border color

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

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

This div border color is #84978B.


Opacity

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

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

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

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

This text has shadow with #84978B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84978B on black background.


Color preview on white background

This text has color #84978B on white background.



Black color preview on #84978B background

This text has black color on #84978B background.


White color preview on #84978B background

This text has white color on #84978B background.