COLOR #848590

HEX: #848590
RGB: (132,133,144)

Color info

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

RGB color model

#848590 color RGB value is (132,133,144).

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

RGB channels and saturation

R 132 of 255 = 52%
G 133 of 255 = 52%
B 144 of 255 = 56%

132
133
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 133 + 144 = 409 (100%)
R 132 of 409 ~ 32.27%
G 133 of 409 ~ 32.52%
B 144 of 409 ~ 35.21%

%32.27
%32.52
%35.21

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,8,0,44)
C8M8Y0K44 
(8%,8%,0%,44%)
(0.08/0.08/0.00/0.44)	

CMYK percentages

%8.33
%7.64
%0
%43.53

Codes

Color #848590 in popluar color models

848590
RGB132133144
HSL235°5.13%54.12%
HSB/HSV235°8.33%56.47%
CMYK8.33%7.64%0.00%
43.53%

Color #848590 in popluar number systems.

HEX848590
Decimal132133144
Binary100001001000010110010000
Octal204205220

Shades and tints

Shades of #848590

#848590
(132,133,144)
#787983
(120,121,131)
#6C6D76
(108,109,118)
#606169
(96,97,105)
#54555C
(84,85,92)
#48494F
(72,73,79)
#3C3D42
(60,61,66)
#303135
(48,49,53)
#242528
(36,37,40)
#18191B
(24,25,27)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #848590

#848590
(132,133,144)
#8F909A
(143,144,154)
#9A9BA4
(154,155,164)
#A5A6AE
(165,166,174)
#B0B1B8
(176,177,184)
#BBBCC2
(187,188,194)
#C6C7CC
(198,199,204)
#D1D2D6
(209,210,214)
#DCDDE0
(220,221,224)
#E7E8EA
(231,232,234)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848590; }

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

This text font color is #848590.


Background Color

.myBgColor { background-color: #848590; }

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

This div background color is #848590.


Border color

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

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

This div border color is #848590.


Opacity

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

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

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

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

This text has shadow with #848590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848590 on black background.


Color preview on white background

This text has color #848590 on white background.



Black color preview on #848590 background

This text has black color on #848590 background.


White color preview on #848590 background

This text has white color on #848590 background.