COLOR #8C9393

HEX: #8C9393
RGB: (140,147,147)

Color info

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

RGB color model

#8C9393 color RGB value is (140,147,147).

  • red value is 140;
  • green value is 147;
  • blue value is 147.
RGB:
(140,147,147)
(55%,58%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 147 of 255 = 58%

140
147
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 147 + 147 = 434 (100%)
R 140 of 434 ~ 32.26%
G 147 of 434 ~ 33.87%
B 147 of 434 ~ 33.87%

%32.26
%33.87
%33.87

CMYK color model

#8C9393 color CMYK value is (5,0,0,42).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,0,0,42)
C5M0Y0K42 
(5%,0%,0%,42%)
(0.05/0.00/0.00/0.42)	

CMYK percentages

%4.76
%0
%0
%42.35

Codes

Color #8C9393 in popluar color models

8C9393
RGB140147147
HSL180°3.14%56.27%
HSB/HSV180°4.76%57.65%
CMYK4.76%0.00%0.00%
42.35%

Color #8C9393 in popluar number systems.

HEX8C9393
Decimal140147147
Binary100011001001001110010011
Octal214223223

Shades and tints

Shades of #8C9393

#8C9393
(140,147,147)
#808686
(128,134,134)
#747979
(116,121,121)
#686C6C
(104,108,108)
#5C5F5F
(92,95,95)
#505252
(80,82,82)
#444545
(68,69,69)
#383838
(56,56,56)
#2C2B2B
(44,43,43)
#201E1E
(32,30,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #8C9393

#8C9393
(140,147,147)
#969C9C
(150,156,156)
#A0A5A5
(160,165,165)
#AAAEAE
(170,174,174)
#B4B7B7
(180,183,183)
#BEC0C0
(190,192,192)
#C8C9C9
(200,201,201)
#D2D2D2
(210,210,210)
#DCDBDB
(220,219,219)
#E6E4E4
(230,228,228)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9393; }

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

This text font color is #8C9393.


Background Color

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

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

This div background color is #8C9393.


Border color

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

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

This div border color is #8C9393.


Opacity

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

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

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

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

This text has shadow with #8C9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9393 on black background.


Color preview on white background

This text has color #8C9393 on white background.



Black color preview on #8C9393 background

This text has black color on #8C9393 background.


White color preview on #8C9393 background

This text has white color on #8C9393 background.