COLOR #8C8590

HEX: #8C8590
RGB: (140,133,144)

Color info

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

RGB color model

#8C8590 color RGB value is (140,133,144).

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

RGB channels and saturation

R 140 of 255 = 55%
G 133 of 255 = 52%
B 144 of 255 = 56%

140
133
144

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

Portions of RGB colors in percentages

R + G + B =
140 + 133 + 144 = 417 (100%)
R 140 of 417 ~ 33.57%
G 133 of 417 ~ 31.89%
B 144 of 417 ~ 34.53%

%33.57
%31.89
%34.53

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,8,0,44)
C3M8Y0K44 
(3%,8%,0%,44%)
(0.03/0.08/0.00/0.44)	

CMYK percentages

%2.78
%7.64
%0
%43.53

Codes

Color #8C8590 in popluar color models

8C8590
RGB140133144
HSL278°4.72%54.31%
HSB/HSV278°7.64%56.47%
CMYK2.78%7.64%0.00%
43.53%

Color #8C8590 in popluar number systems.

HEX8C8590
Decimal140133144
Binary100011001000010110010000
Octal214205220

Shades and tints

Shades of #8C8590

#8C8590
(140,133,144)
#807983
(128,121,131)
#746D76
(116,109,118)
#686169
(104,97,105)
#5C555C
(92,85,92)
#50494F
(80,73,79)
#443D42
(68,61,66)
#383135
(56,49,53)
#2C2528
(44,37,40)
#20191B
(32,25,27)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #8C8590

#8C8590
(140,133,144)
#96909A
(150,144,154)
#A09BA4
(160,155,164)
#AAA6AE
(170,166,174)
#B4B1B8
(180,177,184)
#BEBCC2
(190,188,194)
#C8C7CC
(200,199,204)
#D2D2D6
(210,210,214)
#DCDDE0
(220,221,224)
#E6E8EA
(230,232,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8590; }

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

This text font color is #8C8590.


Background Color

.myBgColor { background-color: #8C8590; }

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

This div background color is #8C8590.


Border color

.myBorderColor { border: 1px solid #8C8590; }

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

This div border color is #8C8590.


Opacity

.myOpacity80 { color: #8C8590; opacity: 0.8; }

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

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

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

This text has shadow with #8C8590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8590 on black background.


Color preview on white background

This text has color #8C8590 on white background.



Black color preview on #8C8590 background

This text has black color on #8C8590 background.


White color preview on #8C8590 background

This text has white color on #8C8590 background.