COLOR #848290

HEX: #848290
RGB: (132,130,144)

Color info

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

RGB color model

#848290 color RGB value is (132,130,144).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 144 of 255 = 56%

132
130
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 144 = 406 (100%)
R 132 of 406 ~ 32.51%
G 130 of 406 ~ 32.02%
B 144 of 406 ~ 35.47%

%32.51
%32.02
%35.47

CMYK color model

#848290 color CMYK value is (8,10,0,44).

  • cyan value is 8.33%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,10,0,44)
C8M10Y0K44 
(8%,10%,0%,44%)
(0.08/0.10/0.00/0.44)	

CMYK percentages

%8.33
%9.72
%0
%43.53

Codes

Color #848290 in popluar color models

848290
RGB132130144
HSL249°5.93%53.73%
HSB/HSV249°9.72%56.47%
CMYK8.33%9.72%0.00%
43.53%

Color #848290 in popluar number systems.

HEX848290
Decimal132130144
Binary100001001000001010010000
Octal204202220

Shades and tints

Shades of #848290

#848290
(132,130,144)
#787783
(120,119,131)
#6C6C76
(108,108,118)
#606169
(96,97,105)
#54565C
(84,86,92)
#484B4F
(72,75,79)
#3C4042
(60,64,66)
#303535
(48,53,53)
#242A28
(36,42,40)
#181F1B
(24,31,27)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #848290

#848290
(132,130,144)
#8F8D9A
(143,141,154)
#9A98A4
(154,152,164)
#A5A3AE
(165,163,174)
#B0AEB8
(176,174,184)
#BBB9C2
(187,185,194)
#C6C4CC
(198,196,204)
#D1CFD6
(209,207,214)
#DCDAE0
(220,218,224)
#E7E5EA
(231,229,234)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848290; }

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

This text font color is #848290.


Background Color

.myBgColor { background-color: #848290; }

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

This div background color is #848290.


Border color

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

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

This div border color is #848290.


Opacity

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

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

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

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

This text has shadow with #848290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848290 on black background.


Color preview on white background

This text has color #848290 on white background.



Black color preview on #848290 background

This text has black color on #848290 background.


White color preview on #848290 background

This text has white color on #848290 background.