COLOR #849C95

HEX: #849C95
RGB: (132,156,149)

Color info

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

RGB color model

#849C95 color RGB value is (132,156,149).

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

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 149 of 255 = 58%

132
156
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 149 = 437 (100%)
R 132 of 437 ~ 30.21%
G 156 of 437 ~ 35.7%
B 149 of 437 ~ 34.1%

%30.21
%35.7
%34.1

CMYK color model

#849C95 color CMYK value is (15,0,4,39).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK:
(15,0,4,39)
C15M0Y4K39 
(15%,0%,4%,39%)
(0.15/0.00/0.04/0.39)	

CMYK percentages

%15.38
%0
%4.49
%38.82

Codes

Color #849C95 in popluar color models

849C95
RGB132156149
HSL163°10.81%56.47%
HSB/HSV163°15.38%61.18%
CMYK15.38%0.00%4.49%
38.82%

Color #849C95 in popluar number systems.

HEX849C95
Decimal132156149
Binary100001001001110010010101
Octal204234225

Shades and tints

Shades of #849C95

#849C95
(132,156,149)
#788E88
(120,142,136)
#6C807B
(108,128,123)
#60726E
(96,114,110)
#546461
(84,100,97)
#485654
(72,86,84)
#3C4847
(60,72,71)
#303A3A
(48,58,58)
#242C2D
(36,44,45)
#181E20
(24,30,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #849C95

#849C95
(132,156,149)
#8FA59E
(143,165,158)
#9AAEA7
(154,174,167)
#A5B7B0
(165,183,176)
#B0C0B9
(176,192,185)
#BBC9C2
(187,201,194)
#C6D2CB
(198,210,203)
#D1DBD4
(209,219,212)
#DCE4DD
(220,228,221)
#E7EDE6
(231,237,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849C95; }

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

This text font color is #849C95.


Background Color

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

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

This div background color is #849C95.


Border color

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

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

This div border color is #849C95.


Opacity

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

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

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

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

This text has shadow with #849C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849C95 on black background.


Color preview on white background

This text has color #849C95 on white background.



Black color preview on #849C95 background

This text has black color on #849C95 background.


White color preview on #849C95 background

This text has white color on #849C95 background.