COLOR #949594

HEX: #949594
RGB: (148,149,148)

Color info

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

RGB color model

#949594 color RGB value is (148,149,148).

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

RGB channels and saturation

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

148
149
148

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

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 148 = 445 (100%)
R 148 of 445 ~ 33.26%
G 149 of 445 ~ 33.48%
B 148 of 445 ~ 33.26%

%33.26
%33.48
%33.26

CMYK color model

#949594 color CMYK value is (1,0,1,42).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(1,0,1,42)
C1M0Y1K42 
(1%,0%,1%,42%)
(0.01/0.00/0.01/0.42)	

CMYK percentages

%0.67
%0
%0.67
%41.57

Codes

Color #949594 in popluar color models

949594
RGB148149148
HSL120°0.47%58.24%
HSB/HSV120°0.67%58.43%
CMYK0.67%0.00%0.67%
41.57%

Color #949594 in popluar number systems.

HEX949594
Decimal148149148
Binary100101001001010110010100
Octal224225224

Shades and tints

Shades of #949594

#949594
(148,149,148)
#878887
(135,136,135)
#7A7B7A
(122,123,122)
#6D6E6D
(109,110,109)
#606160
(96,97,96)
#535453
(83,84,83)
#464746
(70,71,70)
#393A39
(57,58,57)
#2C2D2C
(44,45,44)
#1F201F
(31,32,31)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #949594

#949594
(148,149,148)
#9D9E9D
(157,158,157)
#A6A7A6
(166,167,166)
#AFB0AF
(175,176,175)
#B8B9B8
(184,185,184)
#C1C2C1
(193,194,193)
#CACBCA
(202,203,202)
#D3D4D3
(211,212,211)
#DCDDDC
(220,221,220)
#E5E6E5
(229,230,229)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949594; }

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

This text font color is #949594.


Background Color

.myBgColor { background-color: #949594; }

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

This div background color is #949594.


Border color

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

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

This div border color is #949594.


Opacity

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

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

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

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

This text has shadow with #949594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949594 on black background.


Color preview on white background

This text has color #949594 on white background.



Black color preview on #949594 background

This text has black color on #949594 background.


White color preview on #949594 background

This text has white color on #949594 background.