COLOR #848394

HEX: #848394
RGB: (132,131,148)

Color info

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

RGB color model

#848394 color RGB value is (132,131,148).

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

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 148 of 255 = 58%

132
131
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 131 + 148 = 411 (100%)
R 132 of 411 ~ 32.12%
G 131 of 411 ~ 31.87%
B 148 of 411 ~ 36.01%

%32.12
%31.87
%36.01

CMYK color model

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

  • cyan value is 10.81%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,11,0,42)
C11M11Y0K42 
(11%,11%,0%,42%)
(0.11/0.11/0.00/0.42)	

CMYK percentages

%10.81
%11.49
%0
%41.96

Codes

Color #848394 in popluar color models

848394
RGB132131148
HSL244°7.36%54.71%
HSB/HSV244°11.49%58.04%
CMYK10.81%11.49%0.00%
41.96%

Color #848394 in popluar number systems.

HEX848394
Decimal132131148
Binary100001001000001110010100
Octal204203224

Shades and tints

Shades of #848394

#848394
(132,131,148)
#787887
(120,120,135)
#6C6D7A
(108,109,122)
#60626D
(96,98,109)
#545760
(84,87,96)
#484C53
(72,76,83)
#3C4146
(60,65,70)
#303639
(48,54,57)
#242B2C
(36,43,44)
#18201F
(24,32,31)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #848394

#848394
(132,131,148)
#8F8E9D
(143,142,157)
#9A99A6
(154,153,166)
#A5A4AF
(165,164,175)
#B0AFB8
(176,175,184)
#BBBAC1
(187,186,193)
#C6C5CA
(198,197,202)
#D1D0D3
(209,208,211)
#DCDBDC
(220,219,220)
#E7E6E5
(231,230,229)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848394; }

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

This text font color is #848394.


Background Color

.myBgColor { background-color: #848394; }

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

This div background color is #848394.


Border color

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

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

This div border color is #848394.


Opacity

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

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

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

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

This text has shadow with #848394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848394 on black background.


Color preview on white background

This text has color #848394 on white background.



Black color preview on #848394 background

This text has black color on #848394 background.


White color preview on #848394 background

This text has white color on #848394 background.