COLOR #949299

HEX: #949299
RGB: (148,146,153)

Color info

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

RGB color model

#949299 color RGB value is (148,146,153).

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

RGB channels and saturation

R 148 of 255 = 58%
G 146 of 255 = 57%
B 153 of 255 = 60%

148
146
153

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

Portions of RGB colors in percentages

R + G + B =
148 + 146 + 153 = 447 (100%)
R 148 of 447 ~ 33.11%
G 146 of 447 ~ 32.66%
B 153 of 447 ~ 34.23%

%33.11
%32.66
%34.23

CMYK color model

#949299 color CMYK value is (3,5,0,40).

  • cyan value is 3.27%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(3,5,0,40)
C3M5Y0K40 
(3%,5%,0%,40%)
(0.03/0.05/0.00/0.40)	

CMYK percentages

%3.27
%4.58
%0
%40

Codes

Color #949299 in popluar color models

949299
RGB148146153
HSL257°3.32%58.63%
HSB/HSV257°4.58%60.00%
CMYK3.27%4.58%0.00%
40.00%

Color #949299 in popluar number systems.

HEX949299
Decimal148146153
Binary100101001001001010011001
Octal224222231

Shades and tints

Shades of #949299

#949299
(148,146,153)
#87858C
(135,133,140)
#7A787F
(122,120,127)
#6D6B72
(109,107,114)
#605E65
(96,94,101)
#535158
(83,81,88)
#46444B
(70,68,75)
#39373E
(57,55,62)
#2C2A31
(44,42,49)
#1F1D24
(31,29,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #949299

#949299
(148,146,153)
#9D9BA2
(157,155,162)
#A6A4AB
(166,164,171)
#AFADB4
(175,173,180)
#B8B6BD
(184,182,189)
#C1BFC6
(193,191,198)
#CAC8CF
(202,200,207)
#D3D1D8
(211,209,216)
#DCDAE1
(220,218,225)
#E5E3EA
(229,227,234)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949299; }

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

This text font color is #949299.


Background Color

.myBgColor { background-color: #949299; }

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

This div background color is #949299.


Border color

.myBorderColor { border: 1px solid #949299; }

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

This div border color is #949299.


Opacity

.myOpacity80 { color: #949299; opacity: 0.8; }

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

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

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

This text has shadow with #949299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949299 on black background.


Color preview on white background

This text has color #949299 on white background.



Black color preview on #949299 background

This text has black color on #949299 background.


White color preview on #949299 background

This text has white color on #949299 background.