COLOR #849D95

HEX: #849D95
RGB: (132,157,149)

Color info

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

RGB color model

#849D95 color RGB value is (132,157,149).

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

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 149 of 255 = 58%

132
157
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 149 = 438 (100%)
R 132 of 438 ~ 30.14%
G 157 of 438 ~ 35.84%
B 149 of 438 ~ 34.02%

%30.14
%35.84
%34.02

CMYK color model

#849D95 color CMYK value is (16,0,5,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 38.43%
CMYK:
(16,0,5,38)
C16M0Y5K38 
(16%,0%,5%,38%)
(0.16/0.00/0.05/0.38)	

CMYK percentages

%15.92
%0
%5.1
%38.43

Codes

Color #849D95 in popluar color models

849D95
RGB132157149
HSL161°11.31%56.67%
HSB/HSV161°15.92%61.57%
CMYK15.92%0.00%5.10%
38.43%

Color #849D95 in popluar number systems.

HEX849D95
Decimal132157149
Binary100001001001110110010101
Octal204235225

Shades and tints

Shades of #849D95

#849D95
(132,157,149)
#788F88
(120,143,136)
#6C817B
(108,129,123)
#60736E
(96,115,110)
#546561
(84,101,97)
#485754
(72,87,84)
#3C4947
(60,73,71)
#303B3A
(48,59,58)
#242D2D
(36,45,45)
#181F20
(24,31,32)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #849D95

#849D95
(132,157,149)
#8FA59E
(143,165,158)
#9AADA7
(154,173,167)
#A5B5B0
(165,181,176)
#B0BDB9
(176,189,185)
#BBC5C2
(187,197,194)
#C6CDCB
(198,205,203)
#D1D5D4
(209,213,212)
#DCDDDD
(220,221,221)
#E7E5E6
(231,229,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849D95 color. Also use rgb(132,157,149) instead hex code.

Text Font Color

.myTextColor { color: #849D95; }

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

This text font color is #849D95.


Background Color

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

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

This div background color is #849D95.


Border color

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

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

This div border color is #849D95.


Opacity

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

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

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

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

This text has shadow with #849D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D95 on black background.


Color preview on white background

This text has color #849D95 on white background.



Black color preview on #849D95 background

This text has black color on #849D95 background.


White color preview on #849D95 background

This text has white color on #849D95 background.