COLOR #849190

HEX: #849190
RGB: (132,145,144)

Color info

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

RGB color model

#849190 color RGB value is (132,145,144).

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

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 144 of 255 = 56%

132
145
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 144 = 421 (100%)
R 132 of 421 ~ 31.35%
G 145 of 421 ~ 34.44%
B 144 of 421 ~ 34.2%

%31.35
%34.44
%34.2

CMYK color model

#849190 color CMYK value is (9,0,1,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.14%
CMYK:
(9,0,1,43)
C9M0Y1K43 
(9%,0%,1%,43%)
(0.09/0.00/0.01/0.43)	

CMYK percentages

%8.97
%0
%0.69
%43.14

Codes

Color #849190 in popluar color models

849190
RGB132145144
HSL175°5.58%54.31%
HSB/HSV175°8.97%56.86%
CMYK8.97%0.00%0.69%
43.14%

Color #849190 in popluar number systems.

HEX849190
Decimal132145144
Binary100001001001000110010000
Octal204221220

Shades and tints

Shades of #849190

#849190
(132,145,144)
#788483
(120,132,131)
#6C7776
(108,119,118)
#606A69
(96,106,105)
#545D5C
(84,93,92)
#48504F
(72,80,79)
#3C4342
(60,67,66)
#303635
(48,54,53)
#242928
(36,41,40)
#181C1B
(24,28,27)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #849190

#849190
(132,145,144)
#8F9B9A
(143,155,154)
#9AA5A4
(154,165,164)
#A5AFAE
(165,175,174)
#B0B9B8
(176,185,184)
#BBC3C2
(187,195,194)
#C6CDCC
(198,205,204)
#D1D7D6
(209,215,214)
#DCE1E0
(220,225,224)
#E7EBEA
(231,235,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849190; }

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

This text font color is #849190.


Background Color

.myBgColor { background-color: #849190; }

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

This div background color is #849190.


Border color

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

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

This div border color is #849190.


Opacity

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

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

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

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

This text has shadow with #849190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849190 on black background.


Color preview on white background

This text has color #849190 on white background.



Black color preview on #849190 background

This text has black color on #849190 background.


White color preview on #849190 background

This text has white color on #849190 background.