COLOR #8D9494

HEX: #8D9494
RGB: (141,148,148)

Color info

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

RGB color model

#8D9494 color RGB value is (141,148,148).

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

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 148 of 255 = 58%

141
148
148

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

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 148 = 437 (100%)
R 141 of 437 ~ 32.27%
G 148 of 437 ~ 33.87%
B 148 of 437 ~ 33.87%

%32.27
%33.87
%33.87

CMYK color model

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

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

CMYK percentages

%4.73
%0
%0
%41.96

Codes

Color #8D9494 in popluar color models

8D9494
RGB141148148
HSL180°3.17%56.67%
HSB/HSV180°4.73%58.04%
CMYK4.73%0.00%0.00%
41.96%

Color #8D9494 in popluar number systems.

HEX8D9494
Decimal141148148
Binary100011011001010010010100
Octal215224224

Shades and tints

Shades of #8D9494

#8D9494
(141,148,148)
#818787
(129,135,135)
#757A7A
(117,122,122)
#696D6D
(105,109,109)
#5D6060
(93,96,96)
#515353
(81,83,83)
#454646
(69,70,70)
#393939
(57,57,57)
#2D2C2C
(45,44,44)
#211F1F
(33,31,31)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #8D9494

#8D9494
(141,148,148)
#979D9D
(151,157,157)
#A1A6A6
(161,166,166)
#ABAFAF
(171,175,175)
#B5B8B8
(181,184,184)
#BFC1C1
(191,193,193)
#C9CACA
(201,202,202)
#D3D3D3
(211,211,211)
#DDDCDC
(221,220,220)
#E7E5E5
(231,229,229)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9494 color. Also use rgb(141,148,148) instead hex code.

Text Font Color

.myTextColor { color: #8D9494; }

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

This text font color is #8D9494.


Background Color

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

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

This div background color is #8D9494.


Border color

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

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

This div border color is #8D9494.


Opacity

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

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

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

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

This text has shadow with #8D9494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9494 on black background.


Color preview on white background

This text has color #8D9494 on white background.



Black color preview on #8D9494 background

This text has black color on #8D9494 background.


White color preview on #8D9494 background

This text has white color on #8D9494 background.