COLOR #848493

HEX: #848493
RGB: (132,132,147)

Color info

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

RGB color model

#848493 color RGB value is (132,132,147).

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

RGB channels and saturation

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

132
132
147

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

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 147 = 411 (100%)
R 132 of 411 ~ 32.12%
G 132 of 411 ~ 32.12%
B 147 of 411 ~ 35.77%

%32.12
%32.12
%35.77

CMYK color model

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

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

CMYK percentages

%10.2
%10.2
%0
%42.35

Codes

Color #848493 in popluar color models

848493
RGB132132147
HSL240°6.49%54.71%
HSB/HSV240°10.20%57.65%
CMYK10.20%10.20%0.00%
42.35%

Color #848493 in popluar number systems.

HEX848493
Decimal132132147
Binary100001001000010010010011
Octal204204223

Shades and tints

Shades of #848493

#848493
(132,132,147)
#787886
(120,120,134)
#6C6C79
(108,108,121)
#60606C
(96,96,108)
#54545F
(84,84,95)
#484852
(72,72,82)
#3C3C45
(60,60,69)
#303038
(48,48,56)
#24242B
(36,36,43)
#18181E
(24,24,30)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #848493

#848493
(132,132,147)
#8F8F9C
(143,143,156)
#9A9AA5
(154,154,165)
#A5A5AE
(165,165,174)
#B0B0B7
(176,176,183)
#BBBBC0
(187,187,192)
#C6C6C9
(198,198,201)
#D1D1D2
(209,209,210)
#DCDCDB
(220,220,219)
#E7E7E4
(231,231,228)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848493; }

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

This text font color is #848493.


Background Color

.myBgColor { background-color: #848493; }

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

This div background color is #848493.


Border color

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

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

This div border color is #848493.


Opacity

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

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

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

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

This text has shadow with #848493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848493 on black background.


Color preview on white background

This text has color #848493 on white background.



Black color preview on #848493 background

This text has black color on #848493 background.


White color preview on #848493 background

This text has white color on #848493 background.