COLOR #84978F

HEX: #84978F
RGB: (132,151,143)

Color info

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

RGB color model

#84978F color RGB value is (132,151,143).

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

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 143 of 255 = 56%

132
151
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 151 + 143 = 426 (100%)
R 132 of 426 ~ 30.99%
G 151 of 426 ~ 35.45%
B 143 of 426 ~ 33.57%

%30.99
%35.45
%33.57

CMYK color model

#84978F color CMYK value is (13,0,5,41).

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK:
(13,0,5,41)
C13M0Y5K41 
(13%,0%,5%,41%)
(0.13/0.00/0.05/0.41)	

CMYK percentages

%12.58
%0
%5.3
%40.78

Codes

Color #84978F in popluar color models

84978F
RGB132151143
HSL155°8.37%55.49%
HSB/HSV155°12.58%59.22%
CMYK12.58%0.00%5.30%
40.78%

Color #84978F in popluar number systems.

HEX84978F
Decimal132151143
Binary100001001001011110001111
Octal204227217

Shades and tints

Shades of #84978F

#84978F
(132,151,143)
#788A82
(120,138,130)
#6C7D75
(108,125,117)
#607068
(96,112,104)
#54635B
(84,99,91)
#48564E
(72,86,78)
#3C4941
(60,73,65)
#303C34
(48,60,52)
#242F27
(36,47,39)
#18221A
(24,34,26)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #84978F

#84978F
(132,151,143)
#8FA099
(143,160,153)
#9AA9A3
(154,169,163)
#A5B2AD
(165,178,173)
#B0BBB7
(176,187,183)
#BBC4C1
(187,196,193)
#C6CDCB
(198,205,203)
#D1D6D5
(209,214,213)
#DCDFDF
(220,223,223)
#E7E8E9
(231,232,233)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84978F; }

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

This text font color is #84978F.


Background Color

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

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

This div background color is #84978F.


Border color

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

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

This div border color is #84978F.


Opacity

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

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

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

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

This text has shadow with #84978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84978F on black background.


Color preview on white background

This text has color #84978F on white background.



Black color preview on #84978F background

This text has black color on #84978F background.


White color preview on #84978F background

This text has white color on #84978F background.