COLOR #849093

HEX: #849093
RGB: (132,144,147)

Color info

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

RGB color model

#849093 color RGB value is (132,144,147).

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

RGB channels and saturation

R 132 of 255 = 52%
G 144 of 255 = 56%
B 147 of 255 = 58%

132
144
147

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

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 147 = 423 (100%)
R 132 of 423 ~ 31.21%
G 144 of 423 ~ 34.04%
B 147 of 423 ~ 34.75%

%31.21
%34.04
%34.75

CMYK color model

#849093 color CMYK value is (10,2,0,42).

  • cyan value is 10.20%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,2,0,42)
C10M2Y0K42 
(10%,2%,0%,42%)
(0.10/0.02/0.00/0.42)	

CMYK percentages

%10.2
%2.04
%0
%42.35

Codes

Color #849093 in popluar color models

849093
RGB132144147
HSL192°6.49%54.71%
HSB/HSV192°10.20%57.65%
CMYK10.20%2.04%0.00%
42.35%

Color #849093 in popluar number systems.

HEX849093
Decimal132144147
Binary100001001001000010010011
Octal204220223

Shades and tints

Shades of #849093

#849093
(132,144,147)
#788386
(120,131,134)
#6C7679
(108,118,121)
#60696C
(96,105,108)
#545C5F
(84,92,95)
#484F52
(72,79,82)
#3C4245
(60,66,69)
#303538
(48,53,56)
#24282B
(36,40,43)
#181B1E
(24,27,30)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #849093

#849093
(132,144,147)
#8F9A9C
(143,154,156)
#9AA4A5
(154,164,165)
#A5AEAE
(165,174,174)
#B0B8B7
(176,184,183)
#BBC2C0
(187,194,192)
#C6CCC9
(198,204,201)
#D1D6D2
(209,214,210)
#DCE0DB
(220,224,219)
#E7EAE4
(231,234,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849093; }

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

This text font color is #849093.


Background Color

.myBgColor { background-color: #849093; }

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

This div background color is #849093.


Border color

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

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

This div border color is #849093.


Opacity

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

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

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

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

This text has shadow with #849093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849093 on black background.


Color preview on white background

This text has color #849093 on white background.



Black color preview on #849093 background

This text has black color on #849093 background.


White color preview on #849093 background

This text has white color on #849093 background.