COLOR #849096

HEX: #849096
RGB: (132,144,150)

Color info

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

RGB color model

#849096 color RGB value is (132,144,150).

  • red value is 132;
  • green value is 144;
  • blue value is 150.
RGB:
(132,144,150)
(52%,56%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 144 of 255 = 56%
B 150 of 255 = 59%

132
144
150

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

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 150 = 426 (100%)
R 132 of 426 ~ 30.99%
G 144 of 426 ~ 33.8%
B 150 of 426 ~ 35.21%

%30.99
%33.8
%35.21

CMYK color model

#849096 color CMYK value is (12,4,0,41).

  • cyan value is 12.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(12,4,0,41)
C12M4Y0K41 
(12%,4%,0%,41%)
(0.12/0.04/0.00/0.41)	

CMYK percentages

%12
%4
%0
%41.18

Codes

Color #849096 in popluar color models

849096
RGB132144150
HSL200°7.89%55.29%
HSB/HSV200°12.00%58.82%
CMYK12.00%4.00%0.00%
41.18%

Color #849096 in popluar number systems.

HEX849096
Decimal132144150
Binary100001001001000010010110
Octal204220226

Shades and tints

Shades of #849096

#849096
(132,144,150)
#788389
(120,131,137)
#6C767C
(108,118,124)
#60696F
(96,105,111)
#545C62
(84,92,98)
#484F55
(72,79,85)
#3C4248
(60,66,72)
#30353B
(48,53,59)
#24282E
(36,40,46)
#181B21
(24,27,33)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #849096

#849096
(132,144,150)
#8F9A9F
(143,154,159)
#9AA4A8
(154,164,168)
#A5AEB1
(165,174,177)
#B0B8BA
(176,184,186)
#BBC2C3
(187,194,195)
#C6CCCC
(198,204,204)
#D1D6D5
(209,214,213)
#DCE0DE
(220,224,222)
#E7EAE7
(231,234,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849096 color. Also use rgb(132,144,150) instead hex code.

Text Font Color

.myTextColor { color: #849096; }

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

This text font color is #849096.


Background Color

.myBgColor { background-color: #849096; }

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

This div background color is #849096.


Border color

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

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

This div border color is #849096.


Opacity

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

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

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

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

This text has shadow with #849096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849096 on black background.


Color preview on white background

This text has color #849096 on white background.



Black color preview on #849096 background

This text has black color on #849096 background.


White color preview on #849096 background

This text has white color on #849096 background.