COLOR #849E8D

HEX: #849E8D
RGB: (132,158,141)

Color info

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

RGB color model

#849E8D color RGB value is (132,158,141).

  • red value is 132;
  • green value is 158;
  • blue value is 141.
RGB:
(132,158,141)
(52%,62%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 141 of 255 = 55%

132
158
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 158 + 141 = 431 (100%)
R 132 of 431 ~ 30.63%
G 158 of 431 ~ 36.66%
B 141 of 431 ~ 32.71%

%30.63
%36.66
%32.71

CMYK color model

#849E8D color CMYK value is (16,0,11,38).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK:
(16,0,11,38)
C16M0Y11K38 
(16%,0%,11%,38%)
(0.16/0.00/0.11/0.38)	

CMYK percentages

%16.46
%0
%10.76
%38.04

Codes

Color #849E8D in popluar color models

849E8D
RGB132158141
HSL141°11.82%56.86%
HSB/HSV141°16.46%61.96%
CMYK16.46%0.00%10.76%
38.04%

Color #849E8D in popluar number systems.

HEX849E8D
Decimal132158141
Binary100001001001111010001101
Octal204236215

Shades and tints

Shades of #849E8D

#849E8D
(132,158,141)
#789081
(120,144,129)
#6C8275
(108,130,117)
#607469
(96,116,105)
#54665D
(84,102,93)
#485851
(72,88,81)
#3C4A45
(60,74,69)
#303C39
(48,60,57)
#242E2D
(36,46,45)
#182021
(24,32,33)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #849E8D

#849E8D
(132,158,141)
#8FA697
(143,166,151)
#9AAEA1
(154,174,161)
#A5B6AB
(165,182,171)
#B0BEB5
(176,190,181)
#BBC6BF
(187,198,191)
#C6CEC9
(198,206,201)
#D1D6D3
(209,214,211)
#DCDEDD
(220,222,221)
#E7E6E7
(231,230,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849E8D color. Also use rgb(132,158,141) instead hex code.

Text Font Color

.myTextColor { color: #849E8D; }

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

This text font color is #849E8D.


Background Color

.myBgColor { background-color: #849E8D; }

<div style="background-color:#849E8D">Inner text</div>

This div background color is #849E8D.


Border color

.myBorderColor { border: 1px solid #849E8D; }

<div style="border:3px solid #849E8D">Div</div>

This div border color is #849E8D.


Opacity

.myOpacity80 { color: #849E8D; opacity: 0.8; }

<p style="color:#849E8D;opacity:0.8;">80%</p>

Text with #849E8D 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 #849E8D;}

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

This text has shadow with #849E8D color.

.textShadow {text-shadow: 3px 3px 1px #849E8D, 3px 3px 1px red;}

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

This text has shadow with #849E8D primary color and red secondary color.


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

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

This text has shadow with #849E8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849E8D on black background.


Color preview on white background

This text has color #849E8D on white background.



Black color preview on #849E8D background

This text has black color on #849E8D background.


White color preview on #849E8D background

This text has white color on #849E8D background.