COLOR #849399

HEX: #849399
RGB: (132,147,153)

Color info

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

RGB color model

#849399 color RGB value is (132,147,153).

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

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 153 of 255 = 60%

132
147
153

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

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 153 = 432 (100%)
R 132 of 432 ~ 30.56%
G 147 of 432 ~ 34.03%
B 153 of 432 ~ 35.42%

%30.56
%34.03
%35.42

CMYK color model

#849399 color CMYK value is (14,4,0,40).

  • cyan value is 13.73%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,4,0,40)
C14M4Y0K40 
(14%,4%,0%,40%)
(0.14/0.04/0.00/0.40)	

CMYK percentages

%13.73
%3.92
%0
%40

Codes

Color #849399 in popluar color models

849399
RGB132147153
HSL197°9.33%55.88%
HSB/HSV197°13.73%60.00%
CMYK13.73%3.92%0.00%
40.00%

Color #849399 in popluar number systems.

HEX849399
Decimal132147153
Binary100001001001001110011001
Octal204223231

Shades and tints

Shades of #849399

#849399
(132,147,153)
#78868C
(120,134,140)
#6C797F
(108,121,127)
#606C72
(96,108,114)
#545F65
(84,95,101)
#485258
(72,82,88)
#3C454B
(60,69,75)
#30383E
(48,56,62)
#242B31
(36,43,49)
#181E24
(24,30,36)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #849399

#849399
(132,147,153)
#8F9CA2
(143,156,162)
#9AA5AB
(154,165,171)
#A5AEB4
(165,174,180)
#B0B7BD
(176,183,189)
#BBC0C6
(187,192,198)
#C6C9CF
(198,201,207)
#D1D2D8
(209,210,216)
#DCDBE1
(220,219,225)
#E7E4EA
(231,228,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849399 color. Also use rgb(132,147,153) instead hex code.

Text Font Color

.myTextColor { color: #849399; }

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

This text font color is #849399.


Background Color

.myBgColor { background-color: #849399; }

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

This div background color is #849399.


Border color

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

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

This div border color is #849399.


Opacity

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

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

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

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

This text has shadow with #849399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849399 on black background.


Color preview on white background

This text has color #849399 on white background.



Black color preview on #849399 background

This text has black color on #849399 background.


White color preview on #849399 background

This text has white color on #849399 background.