COLOR #84928B

HEX: #84928B
RGB: (132,146,139)

Color info

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

RGB color model

#84928B color RGB value is (132,146,139).

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

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 139 of 255 = 55%

132
146
139

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

Portions of RGB colors in percentages

R + G + B =
132 + 146 + 139 = 417 (100%)
R 132 of 417 ~ 31.65%
G 146 of 417 ~ 35.01%
B 139 of 417 ~ 33.33%

%31.65
%35.01
%33.33

CMYK color model

#84928B color CMYK value is (10,0,5,43).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%
CMYK:
(10,0,5,43)
C10M0Y5K43 
(10%,0%,5%,43%)
(0.10/0.00/0.05/0.43)	

CMYK percentages

%9.59
%0
%4.79
%42.75

Codes

Color #84928B in popluar color models

84928B
RGB132146139
HSL150°6.03%54.51%
HSB/HSV150°9.59%57.25%
CMYK9.59%0.00%4.79%
42.75%

Color #84928B in popluar number systems.

HEX84928B
Decimal132146139
Binary100001001001001010001011
Octal204222213

Shades and tints

Shades of #84928B

#84928B
(132,146,139)
#78857F
(120,133,127)
#6C7873
(108,120,115)
#606B67
(96,107,103)
#545E5B
(84,94,91)
#48514F
(72,81,79)
#3C4443
(60,68,67)
#303737
(48,55,55)
#242A2B
(36,42,43)
#181D1F
(24,29,31)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #84928B

#84928B
(132,146,139)
#8F9B95
(143,155,149)
#9AA49F
(154,164,159)
#A5ADA9
(165,173,169)
#B0B6B3
(176,182,179)
#BBBFBD
(187,191,189)
#C6C8C7
(198,200,199)
#D1D1D1
(209,209,209)
#DCDADB
(220,218,219)
#E7E3E5
(231,227,229)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84928B; }

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

This text font color is #84928B.


Background Color

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

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

This div background color is #84928B.


Border color

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

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

This div border color is #84928B.


Opacity

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

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

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

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

This text has shadow with #84928B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84928B on black background.


Color preview on white background

This text has color #84928B on white background.



Black color preview on #84928B background

This text has black color on #84928B background.


White color preview on #84928B background

This text has white color on #84928B background.