COLOR #949C92

HEX: #949C92
RGB: (148,156,146)

Color info

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

RGB color model

#949C92 color RGB value is (148,156,146).

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

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 146 of 255 = 57%

148
156
146

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

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 146 = 450 (100%)
R 148 of 450 ~ 32.89%
G 156 of 450 ~ 34.67%
B 146 of 450 ~ 32.44%

%32.89
%34.67
%32.44

CMYK color model

#949C92 color CMYK value is (5,0,6,39).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 38.82%
CMYK:
(5,0,6,39)
C5M0Y6K39 
(5%,0%,6%,39%)
(0.05/0.00/0.06/0.39)	

CMYK percentages

%5.13
%0
%6.41
%38.82

Codes

Color #949C92 in popluar color models

949C92
RGB148156146
HSL108°4.81%59.22%
HSB/HSV108°6.41%61.18%
CMYK5.13%0.00%6.41%
38.82%

Color #949C92 in popluar number systems.

HEX949C92
Decimal148156146
Binary100101001001110010010010
Octal224234222

Shades and tints

Shades of #949C92

#949C92
(148,156,146)
#878E85
(135,142,133)
#7A8078
(122,128,120)
#6D726B
(109,114,107)
#60645E
(96,100,94)
#535651
(83,86,81)
#464844
(70,72,68)
#393A37
(57,58,55)
#2C2C2A
(44,44,42)
#1F1E1D
(31,30,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #949C92

#949C92
(148,156,146)
#9DA59B
(157,165,155)
#A6AEA4
(166,174,164)
#AFB7AD
(175,183,173)
#B8C0B6
(184,192,182)
#C1C9BF
(193,201,191)
#CAD2C8
(202,210,200)
#D3DBD1
(211,219,209)
#DCE4DA
(220,228,218)
#E5EDE3
(229,237,227)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949C92; }

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

This text font color is #949C92.


Background Color

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

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

This div background color is #949C92.


Border color

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

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

This div border color is #949C92.


Opacity

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

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

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

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

This text has shadow with #949C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949C92 on black background.


Color preview on white background

This text has color #949C92 on white background.



Black color preview on #949C92 background

This text has black color on #949C92 background.


White color preview on #949C92 background

This text has white color on #949C92 background.