COLOR #9D949A

HEX: #9D949A
RGB: (157,148,154)

Color info

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

RGB color model

#9D949A color RGB value is (157,148,154).

  • red value is 157;
  • green value is 148;
  • blue value is 154.
RGB:
(157,148,154)
(62%,58%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 154 of 255 = 60%

157
148
154

R + G + B ~ 60%. #9D949A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 148 + 154 = 459 (100%)
R 157 of 459 ~ 34.2%
G 148 of 459 ~ 32.24%
B 154 of 459 ~ 33.55%

%34.2
%32.24
%33.55

CMYK color model

#9D949A color CMYK value is (0,6,2,38).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 1.91%
  • key color value is 38.43%
CMYK:
(0,6,2,38)
C0M6Y2K38 
(0%,6%,2%,38%)
(0.00/0.06/0.02/0.38)	

CMYK percentages

%0
%5.73
%1.91
%38.43

Codes

Color #9D949A in popluar color models

9D949A
RGB157148154
HSL320°4.39%59.80%
HSB/HSV320°5.73%61.57%
CMYK0.00%5.73%1.91%
38.43%

Color #9D949A in popluar number systems.

HEX9D949A
Decimal157148154
Binary100111011001010010011010
Octal235224232

Shades and tints

Shades of #9D949A

#9D949A
(157,148,154)
#8F878C
(143,135,140)
#817A7E
(129,122,126)
#736D70
(115,109,112)
#656062
(101,96,98)
#575354
(87,83,84)
#494646
(73,70,70)
#3B3938
(59,57,56)
#2D2C2A
(45,44,42)
#1F1F1C
(31,31,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #9D949A

#9D949A
(157,148,154)
#A59DA3
(165,157,163)
#ADA6AC
(173,166,172)
#B5AFB5
(181,175,181)
#BDB8BE
(189,184,190)
#C5C1C7
(197,193,199)
#CDCAD0
(205,202,208)
#D5D3D9
(213,211,217)
#DDDCE2
(221,220,226)
#E5E5EB
(229,229,235)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D949A color. Also use rgb(157,148,154) instead hex code.

Text Font Color

.myTextColor { color: #9D949A; }

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

This text font color is #9D949A.


Background Color

.myBgColor { background-color: #9D949A; }

<div style="background-color:#9D949A">Inner text</div>

This div background color is #9D949A.


Border color

.myBorderColor { border: 1px solid #9D949A; }

<div style="border:3px solid #9D949A">Div</div>

This div border color is #9D949A.


Opacity

.myOpacity80 { color: #9D949A; opacity: 0.8; }

<p style="color:#9D949A;opacity:0.8;">80%</p>

Text with #9D949A 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 #9D949A;}

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

This text has shadow with #9D949A color.

.textShadow {text-shadow: 3px 3px 1px #9D949A, 3px 3px 1px red;}

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

This text has shadow with #9D949A primary color and red secondary color.


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

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

This text has shadow with #9D949A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D949A on black background.


Color preview on white background

This text has color #9D949A on white background.



Black color preview on #9D949A background

This text has black color on #9D949A background.


White color preview on #9D949A background

This text has white color on #9D949A background.