COLOR #849092

HEX: #849092
RGB: (132,144,146)

Color info

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

RGB color model

#849092 color RGB value is (132,144,146).

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

RGB channels and saturation

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

132
144
146

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

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 146 = 422 (100%)
R 132 of 422 ~ 31.28%
G 144 of 422 ~ 34.12%
B 146 of 422 ~ 34.6%

%31.28
%34.12
%34.6

CMYK color model

#849092 color CMYK value is (10,1,0,43).

  • cyan value is 9.59%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(10,1,0,43)
C10M1Y0K43 
(10%,1%,0%,43%)
(0.10/0.01/0.00/0.43)	

CMYK percentages

%9.59
%1.37
%0
%42.75

Codes

Color #849092 in popluar color models

849092
RGB132144146
HSL189°6.03%54.51%
HSB/HSV189°9.59%57.25%
CMYK9.59%1.37%0.00%
42.75%

Color #849092 in popluar number systems.

HEX849092
Decimal132144146
Binary100001001001000010010010
Octal204220222

Shades and tints

Shades of #849092

#849092
(132,144,146)
#788385
(120,131,133)
#6C7678
(108,118,120)
#60696B
(96,105,107)
#545C5E
(84,92,94)
#484F51
(72,79,81)
#3C4244
(60,66,68)
#303537
(48,53,55)
#24282A
(36,40,42)
#181B1D
(24,27,29)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #849092

#849092
(132,144,146)
#8F9A9B
(143,154,155)
#9AA4A4
(154,164,164)
#A5AEAD
(165,174,173)
#B0B8B6
(176,184,182)
#BBC2BF
(187,194,191)
#C6CCC8
(198,204,200)
#D1D6D1
(209,214,209)
#DCE0DA
(220,224,218)
#E7EAE3
(231,234,227)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849092; }

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

This text font color is #849092.


Background Color

.myBgColor { background-color: #849092; }

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

This div background color is #849092.


Border color

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

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

This div border color is #849092.


Opacity

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

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

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

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

This text has shadow with #849092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849092 on black background.


Color preview on white background

This text has color #849092 on white background.



Black color preview on #849092 background

This text has black color on #849092 background.


White color preview on #849092 background

This text has white color on #849092 background.