COLOR #849492

HEX: #849492
RGB: (132,148,146)

Color info

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

RGB color model

#849492 color RGB value is (132,148,146).

  • red value is 132;
  • green value is 148;
  • blue value is 146.
RGB: (132,148,146) (52%,58%,57%)

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 146 of 255 = 57%

132
148
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 146 = 426 (100%)
R 132 of 426 ~ 30.99%
G 148 of 426 ~ 34.74%
B 146 of 426 ~ 34.27%

%30.99
%34.74
%34.27

CMYK color model

#849492 color CMYK value is (11,0,1,42).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK: (11,0,1,42) C11M0Y1K42 (11%,0%,1%,42%) (0.11/0.00/0.01/0.42)

CMYK percentages

%10.81
%0
%1.35
%41.96

Codes

Color #849492 in popluar color models

849492
RGB132148146
HSL173°6.96%54.90%
HSB/HSV173°10.81%58.04%
CMYK10.81%0.00%1.35%
41.96%

Color #849492 in popluar number systems.

HEX849492
Decimal132148146
Binary100001001001010010010010
Octal204224222

Shades and tints

Shades of #849492

#849492
(132,148,146)
#788785
(120,135,133)
#6C7A78
(108,122,120)
#606D6B
(96,109,107)
#54605E
(84,96,94)
#485351
(72,83,81)
#3C4644
(60,70,68)
#303937
(48,57,55)
#242C2A
(36,44,42)
#181F1D
(24,31,29)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #849492

#849492
(132,148,146)
#8F9D9B
(143,157,155)
#9AA6A4
(154,166,164)
#A5AFAD
(165,175,173)
#B0B8B6
(176,184,182)
#BBC1BF
(187,193,191)
#C6CAC8
(198,202,200)
#D1D3D1
(209,211,209)
#DCDCDA
(220,220,218)
#E7E5E3
(231,229,227)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849492 color. Also use rgb(132,148,146) instead hex code.

Text Font Color

.myTextColor { color: #849492; }

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

This text font color is #849492.


Background Color

.myBgColor { background-color: #849492; }

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

This div background color is #849492.


Border color

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

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

This div border color is #849492.


Opacity

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

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

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

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

This text has shadow with #849492 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #849492 on black background.


Color preview on white background

This text has color #849492 on white background.



Black color preview on #849492 background

This text has black color on #849492 background.


White color preview on #849492 background

This text has white color on #849492 background.