COLOR #949494

HEX: #949494
RGB: (148,148,148)

Color info

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

RGB color model

#949494 color RGB value is (148,148,148).

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

RGB channels and saturation

R 148 of 255 = 58%
G 148 of 255 = 58%
B 148 of 255 = 58%

148
148
148

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

Portions of RGB colors in percentages

R + G + B =
148 + 148 + 148 = 444 (100%)
R 148 of 444 ~ 33.33%
G 148 of 444 ~ 33.33%
B 148 of 444 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#949494 color CMYK value is (0,0,0,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(0,0,0,42)
C0M0Y0K42 
(0%,0%,0%,42%)
(0.00/0.00/0.00/0.42)	

CMYK percentages

%0
%0
%0
%41.96

Codes

Color #949494 in popluar color models

949494
RGB148148148
HSL0.00%0.58%
HSB/HSV0.00%0.58%
CMYK0.00%0.00%0.00%
41.96%

Color #949494 in popluar number systems.

HEX949494
Decimal148148148
Binary100101001001010010010100
Octal224224224

Shades and tints

Shades of #949494

#949494
(148,148,148)
#878787
(135,135,135)
#7A7A7A
(122,122,122)
#6D6D6D
(109,109,109)
#606060
(96,96,96)
#535353
(83,83,83)
#464646
(70,70,70)
#393939
(57,57,57)
#2C2C2C
(44,44,44)
#1F1F1F
(31,31,31)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #949494

#949494
(148,148,148)
#9D9D9D
(157,157,157)
#A6A6A6
(166,166,166)
#AFAFAF
(175,175,175)
#B8B8B8
(184,184,184)
#C1C1C1
(193,193,193)
#CACACA
(202,202,202)
#D3D3D3
(211,211,211)
#DCDCDC
(220,220,220)
#E5E5E5
(229,229,229)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949494; }

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

This text font color is #949494.


Background Color

.myBgColor { background-color: #949494; }

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

This div background color is #949494.


Border color

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

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

This div border color is #949494.


Opacity

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

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

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

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

This text has shadow with #949494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949494 on black background.


Color preview on white background

This text has color #949494 on white background.



Black color preview on #949494 background

This text has black color on #949494 background.


White color preview on #949494 background

This text has white color on #949494 background.