COLOR #949D9A

HEX: #949D9A
RGB: (148,157,154)

Color info

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

RGB color model

#949D9A color RGB value is (148,157,154).

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

RGB channels and saturation

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

148
157
154

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

Portions of RGB colors in percentages

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

%32.24
%34.2
%33.55

CMYK color model

#949D9A color CMYK value is (6,0,2,38).

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

CMYK percentages

%5.73
%0
%1.91
%38.43

Codes

Color #949D9A in popluar color models

949D9A
RGB148157154
HSL160°4.39%59.80%
HSB/HSV160°5.73%61.57%
CMYK5.73%0.00%1.91%
38.43%

Color #949D9A in popluar number systems.

HEX949D9A
Decimal148157154
Binary100101001001110110011010
Octal224235232

Shades and tints

Shades of #949D9A

#949D9A
(148,157,154)
#878F8C
(135,143,140)
#7A817E
(122,129,126)
#6D7370
(109,115,112)
#606562
(96,101,98)
#535754
(83,87,84)
#464946
(70,73,70)
#393B38
(57,59,56)
#2C2D2A
(44,45,42)
#1F1F1C
(31,31,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #949D9A

#949D9A
(148,157,154)
#9DA5A3
(157,165,163)
#A6ADAC
(166,173,172)
#AFB5B5
(175,181,181)
#B8BDBE
(184,189,190)
#C1C5C7
(193,197,199)
#CACDD0
(202,205,208)
#D3D5D9
(211,213,217)
#DCDDE2
(220,221,226)
#E5E5EB
(229,229,235)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949D9A; }

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

This text font color is #949D9A.


Background Color

.myBgColor { background-color: #949D9A; }

<div style="background-color:#949D9A">Inner text</div>

This div background color is #949D9A.


Border color

.myBorderColor { border: 1px solid #949D9A; }

<div style="border:3px solid #949D9A">Div</div>

This div border color is #949D9A.


Opacity

.myOpacity80 { color: #949D9A; opacity: 0.8; }

<p style="color:#949D9A;opacity:0.8;">80%</p>

Text with #949D9A 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 #949D9A;}

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

This text has shadow with #949D9A color.

.textShadow {text-shadow: 3px 3px 1px #949D9A, 3px 3px 1px red;}

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

This text has shadow with #949D9A primary color and red secondary color.


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

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

This text has shadow with #949D9A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949D9A on black background.


Color preview on white background

This text has color #949D9A on white background.



Black color preview on #949D9A background

This text has black color on #949D9A background.


White color preview on #949D9A background

This text has white color on #949D9A background.