COLOR #8A8593

HEX: #8A8593
RGB: (138,133,147)

Color info

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

RGB color model

#8A8593 color RGB value is (138,133,147).

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

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 147 of 255 = 58%

138
133
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 133 + 147 = 418 (100%)
R 138 of 418 ~ 33.01%
G 133 of 418 ~ 31.82%
B 147 of 418 ~ 35.17%

%33.01
%31.82
%35.17

CMYK color model

#8A8593 color CMYK value is (6,10,0,42).

  • cyan value is 6.12%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(6,10,0,42)
C6M10Y0K42 
(6%,10%,0%,42%)
(0.06/0.10/0.00/0.42)	

CMYK percentages

%6.12
%9.52
%0
%42.35

Codes

Color #8A8593 in popluar color models

8A8593
RGB138133147
HSL261°6.09%54.90%
HSB/HSV261°9.52%57.65%
CMYK6.12%9.52%0.00%
42.35%

Color #8A8593 in popluar number systems.

HEX8A8593
Decimal138133147
Binary100010101000010110010011
Octal212205223

Shades and tints

Shades of #8A8593

#8A8593
(138,133,147)
#7E7986
(126,121,134)
#726D79
(114,109,121)
#66616C
(102,97,108)
#5A555F
(90,85,95)
#4E4952
(78,73,82)
#423D45
(66,61,69)
#363138
(54,49,56)
#2A252B
(42,37,43)
#1E191E
(30,25,30)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A8593

#8A8593
(138,133,147)
#94909C
(148,144,156)
#9E9BA5
(158,155,165)
#A8A6AE
(168,166,174)
#B2B1B7
(178,177,183)
#BCBCC0
(188,188,192)
#C6C7C9
(198,199,201)
#D0D2D2
(208,210,210)
#DADDDB
(218,221,219)
#E4E8E4
(228,232,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8593 color. Also use rgb(138,133,147) instead hex code.

Text Font Color

.myTextColor { color: #8A8593; }

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

This text font color is #8A8593.


Background Color

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

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

This div background color is #8A8593.


Border color

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

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

This div border color is #8A8593.


Opacity

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

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

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

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

This text has shadow with #8A8593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8593 on black background.


Color preview on white background

This text has color #8A8593 on white background.



Black color preview on #8A8593 background

This text has black color on #8A8593 background.


White color preview on #8A8593 background

This text has white color on #8A8593 background.