COLOR #949C8D

HEX: #949C8D
RGB: (148,156,141)

Color info

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

RGB color model

#949C8D color RGB value is (148,156,141).

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

RGB channels and saturation

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

148
156
141

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

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 141 = 445 (100%)
R 148 of 445 ~ 33.26%
G 156 of 445 ~ 35.06%
B 141 of 445 ~ 31.69%

%33.26
%35.06
%31.69

CMYK color model

#949C8D color CMYK value is (5,0,10,39).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(5,0,10,39)
C5M0Y10K39 
(5%,0%,10%,39%)
(0.05/0.00/0.10/0.39)	

CMYK percentages

%5.13
%0
%9.62
%38.82

Codes

Color #949C8D in popluar color models

949C8D
RGB148156141
HSL92°7.04%58.24%
HSB/HSV92°9.62%61.18%
CMYK5.13%0.00%9.62%
38.82%

Color #949C8D in popluar number systems.

HEX949C8D
Decimal148156141
Binary100101001001110010001101
Octal224234215

Shades and tints

Shades of #949C8D

#949C8D
(148,156,141)
#878E81
(135,142,129)
#7A8075
(122,128,117)
#6D7269
(109,114,105)
#60645D
(96,100,93)
#535651
(83,86,81)
#464845
(70,72,69)
#393A39
(57,58,57)
#2C2C2D
(44,44,45)
#1F1E21
(31,30,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #949C8D

#949C8D
(148,156,141)
#9DA597
(157,165,151)
#A6AEA1
(166,174,161)
#AFB7AB
(175,183,171)
#B8C0B5
(184,192,181)
#C1C9BF
(193,201,191)
#CAD2C9
(202,210,201)
#D3DBD3
(211,219,211)
#DCE4DD
(220,228,221)
#E5EDE7
(229,237,231)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949C8D; }

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

This text font color is #949C8D.


Background Color

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

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

This div background color is #949C8D.


Border color

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

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

This div border color is #949C8D.


Opacity

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

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

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

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

This text has shadow with #949C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949C8D on black background.


Color preview on white background

This text has color #949C8D on white background.



Black color preview on #949C8D background

This text has black color on #949C8D background.


White color preview on #949C8D background

This text has white color on #949C8D background.