COLOR #8D9492

HEX: #8D9492 RGB: (141,148,146)

Color info

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

RGB color model

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

RGB: (141,148,146) (55%, 58%, 57%)

RGB channels and saturation

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

141
148
146

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

Portions of RGB colors in percentages

R + G + B = 141 + 148 + 146 = 435 (100%)
R 141 of 435 ~ 32.41%
G 148 of 435 ~ 34.02%
B 146 of 435 ~ 33.56'%

%32.41
%34.02
%33.56

CMYK color model

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

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 41.96%

CMYK: (5,0,1,42)
C5M0Y1K42 (5%, 0%, 1%, 42%)
(0.05 / 0.00 / 0.01 / 0.42)

CMYK percentages

%4.73
%0
%1.35
%41.96

Codes

Color #8D9492 in popluar color models

8D 94 92
RGB 141 148 146
HSL 163° 3.17% 56.67%
HSB/HSV 163° 4.73% 58.04%
CMYK 4.73% 0.00% 1.35%
41.96%

Color #8D9492 in popluar number systems.

HEX 8D 94 92
Decimal 141 148 146
Binary 10001101 10010100 10010010
Octal 215 224 222

Shades and tints

Shades of #8D9492

#8D9492
(141,148,146)
#818785
(129,135,133)
#757A78
(117,122,120)
#696D6B
(105,109,107)
#5D605E
(93,96,94)
#515351
(81,83,81)
#454644
(69,70,68)
#393937
(57,57,55)
#2D2C2A
(45,44,42)
#211F1D
(33,31,29)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #8D9492

#8D9492
(141,148,146)
#979D9B
(151,157,155)
#A1A6A4
(161,166,164)
#ABAFAD
(171,175,173)
#B5B8B6
(181,184,182)
#BFC1BF
(191,193,191)
#C9CAC8
(201,202,200)
#D3D3D1
(211,211,209)
#DDDCDA
(221,220,218)
#E7E5E3
(231,229,227)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9492; }

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

This text font color is #8D9492.

Background Color

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

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

This div background color is #8D9492.

Border color

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

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

This div border color is #8D9492.

Opacity

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

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

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

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

This text has shadow with #8D9492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9492.

Preview

Color preview on black background

This text has color #8D9492 on black background.


Color preview on white background

This text has color #8D9492 on white background.


Black color preview on #8D9492 background

This text has black color on #8D9492 background.


White color preview on #8D9492 background

This text has white color on #8D9492 background.


Related colors

Complementary color

Complementary color for #hex is #726B6D.


I love getcolorcode.com

Triadic colors

1 #928D94 and #94928D with #8D9492 are triadic colors.

2 #92948D and #948D92 with #8D9492 are triadic colors.