COLOR #84958E

HEX: #84958E
RGB: (132,149,142)

Color info

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

RGB color model

#84958E color RGB value is (132,149,142).

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

RGB channels and saturation

R 132 of 255 = 52%
G 149 of 255 = 58%
B 142 of 255 = 56%

132
149
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 142 = 423 (100%)
R 132 of 423 ~ 31.21%
G 149 of 423 ~ 35.22%
B 142 of 423 ~ 33.57%

%31.21
%35.22
%33.57

CMYK color model

#84958E color CMYK value is (11,0,5,42).

  • cyan value is 11.41%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(11,0,5,42)
C11M0Y5K42 
(11%,0%,5%,42%)
(0.11/0.00/0.05/0.42)	

CMYK percentages

%11.41
%0
%4.7
%41.57

Codes

Color #84958E in popluar color models

84958E
RGB132149142
HSL155°7.42%55.10%
HSB/HSV155°11.41%58.43%
CMYK11.41%0.00%4.70%
41.57%

Color #84958E in popluar number systems.

HEX84958E
Decimal132149142
Binary100001001001010110001110
Octal204225216

Shades and tints

Shades of #84958E

#84958E
(132,149,142)
#788882
(120,136,130)
#6C7B76
(108,123,118)
#606E6A
(96,110,106)
#54615E
(84,97,94)
#485452
(72,84,82)
#3C4746
(60,71,70)
#303A3A
(48,58,58)
#242D2E
(36,45,46)
#182022
(24,32,34)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #84958E

#84958E
(132,149,142)
#8F9E98
(143,158,152)
#9AA7A2
(154,167,162)
#A5B0AC
(165,176,172)
#B0B9B6
(176,185,182)
#BBC2C0
(187,194,192)
#C6CBCA
(198,203,202)
#D1D4D4
(209,212,212)
#DCDDDE
(220,221,222)
#E7E6E8
(231,230,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84958E; }

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

This text font color is #84958E.


Background Color

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

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

This div background color is #84958E.


Border color

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

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

This div border color is #84958E.


Opacity

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

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

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

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

This text has shadow with #84958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84958E on black background.


Color preview on white background

This text has color #84958E on white background.



Black color preview on #84958E background

This text has black color on #84958E background.


White color preview on #84958E background

This text has white color on #84958E background.