COLOR #849895

HEX: #849895
RGB: (132,152,149)

Color info

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

RGB color model

#849895 color RGB value is (132,152,149).

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

RGB channels and saturation

R 132 of 255 = 52%
G 152 of 255 = 60%
B 149 of 255 = 58%

132
152
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 152 + 149 = 433 (100%)
R 132 of 433 ~ 30.48%
G 152 of 433 ~ 35.1%
B 149 of 433 ~ 34.41%

%30.48
%35.1
%34.41

CMYK color model

#849895 color CMYK value is (13,0,2,40).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 40.39%
CMYK:
(13,0,2,40)
C13M0Y2K40 
(13%,0%,2%,40%)
(0.13/0.00/0.02/0.40)	

CMYK percentages

%13.16
%0
%1.97
%40.39

Codes

Color #849895 in popluar color models

849895
RGB132152149
HSL171°8.85%55.69%
HSB/HSV171°13.16%59.61%
CMYK13.16%0.00%1.97%
40.39%

Color #849895 in popluar number systems.

HEX849895
Decimal132152149
Binary100001001001100010010101
Octal204230225

Shades and tints

Shades of #849895

#849895
(132,152,149)
#788B88
(120,139,136)
#6C7E7B
(108,126,123)
#60716E
(96,113,110)
#546461
(84,100,97)
#485754
(72,87,84)
#3C4A47
(60,74,71)
#303D3A
(48,61,58)
#24302D
(36,48,45)
#182320
(24,35,32)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #849895

#849895
(132,152,149)
#8FA19E
(143,161,158)
#9AAAA7
(154,170,167)
#A5B3B0
(165,179,176)
#B0BCB9
(176,188,185)
#BBC5C2
(187,197,194)
#C6CECB
(198,206,203)
#D1D7D4
(209,215,212)
#DCE0DD
(220,224,221)
#E7E9E6
(231,233,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849895; }

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

This text font color is #849895.


Background Color

.myBgColor { background-color: #849895; }

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

This div background color is #849895.


Border color

.myBorderColor { border: 1px solid #849895; }

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

This div border color is #849895.


Opacity

.myOpacity80 { color: #849895; opacity: 0.8; }

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

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

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

This text has shadow with #849895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849895 on black background.


Color preview on white background

This text has color #849895 on white background.



Black color preview on #849895 background

This text has black color on #849895 background.


White color preview on #849895 background

This text has white color on #849895 background.