COLOR #849C90

HEX: #849C90
RGB: (132,156,144)

Color info

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

RGB color model

#849C90 color RGB value is (132,156,144).

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

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 144 of 255 = 56%

132
156
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 144 = 432 (100%)
R 132 of 432 ~ 30.56%
G 156 of 432 ~ 36.11%
B 144 of 432 ~ 33.33%

%30.56
%36.11
%33.33

CMYK color model

#849C90 color CMYK value is (15,0,8,39).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(15,0,8,39)
C15M0Y8K39 
(15%,0%,8%,39%)
(0.15/0.00/0.08/0.39)	

CMYK percentages

%15.38
%0
%7.69
%38.82

Codes

Color #849C90 in popluar color models

849C90
RGB132156144
HSL150°10.81%56.47%
HSB/HSV150°15.38%61.18%
CMYK15.38%0.00%7.69%
38.82%

Color #849C90 in popluar number systems.

HEX849C90
Decimal132156144
Binary100001001001110010010000
Octal204234220

Shades and tints

Shades of #849C90

#849C90
(132,156,144)
#788E83
(120,142,131)
#6C8076
(108,128,118)
#607269
(96,114,105)
#54645C
(84,100,92)
#48564F
(72,86,79)
#3C4842
(60,72,66)
#303A35
(48,58,53)
#242C28
(36,44,40)
#181E1B
(24,30,27)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #849C90

#849C90
(132,156,144)
#8FA59A
(143,165,154)
#9AAEA4
(154,174,164)
#A5B7AE
(165,183,174)
#B0C0B8
(176,192,184)
#BBC9C2
(187,201,194)
#C6D2CC
(198,210,204)
#D1DBD6
(209,219,214)
#DCE4E0
(220,228,224)
#E7EDEA
(231,237,234)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849C90; }

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

This text font color is #849C90.


Background Color

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

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

This div background color is #849C90.


Border color

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

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

This div border color is #849C90.


Opacity

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

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

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

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

This text has shadow with #849C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849C90 on black background.


Color preview on white background

This text has color #849C90 on white background.



Black color preview on #849C90 background

This text has black color on #849C90 background.


White color preview on #849C90 background

This text has white color on #849C90 background.