COLOR #84958B

HEX: #84958B
RGB: (132,149,139)

Color info

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

RGB color model

#84958B color RGB value is (132,149,139).

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

RGB channels and saturation

R 132 of 255 = 52%
G 149 of 255 = 58%
B 139 of 255 = 55%

132
149
139

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

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 139 = 420 (100%)
R 132 of 420 ~ 31.43%
G 149 of 420 ~ 35.48%
B 139 of 420 ~ 33.1%

%31.43
%35.48
%33.1

CMYK color model

#84958B color CMYK value is (11,0,7,42).

  • cyan value is 11.41%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(11,0,7,42)
C11M0Y7K42 
(11%,0%,7%,42%)
(0.11/0.00/0.07/0.42)	

CMYK percentages

%11.41
%0
%6.71
%41.57

Codes

Color #84958B in popluar color models

84958B
RGB132149139
HSL145°7.42%55.10%
HSB/HSV145°11.41%58.43%
CMYK11.41%0.00%6.71%
41.57%

Color #84958B in popluar number systems.

HEX84958B
Decimal132149139
Binary100001001001010110001011
Octal204225213

Shades and tints

Shades of #84958B

#84958B
(132,149,139)
#78887F
(120,136,127)
#6C7B73
(108,123,115)
#606E67
(96,110,103)
#54615B
(84,97,91)
#48544F
(72,84,79)
#3C4743
(60,71,67)
#303A37
(48,58,55)
#242D2B
(36,45,43)
#18201F
(24,32,31)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #84958B

#84958B
(132,149,139)
#8F9E95
(143,158,149)
#9AA79F
(154,167,159)
#A5B0A9
(165,176,169)
#B0B9B3
(176,185,179)
#BBC2BD
(187,194,189)
#C6CBC7
(198,203,199)
#D1D4D1
(209,212,209)
#DCDDDB
(220,221,219)
#E7E6E5
(231,230,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84958B; }

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

This text font color is #84958B.


Background Color

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

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

This div background color is #84958B.


Border color

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

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

This div border color is #84958B.


Opacity

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

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

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

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

This text has shadow with #84958B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84958B on black background.


Color preview on white background

This text has color #84958B on white background.



Black color preview on #84958B background

This text has black color on #84958B background.


White color preview on #84958B background

This text has white color on #84958B background.