COLOR #949995

HEX: #949995
RGB: (148,153,149)

Color info

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

RGB color model

#949995 color RGB value is (148,153,149).

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

RGB channels and saturation

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

148
153
149

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 149 = 450 (100%)
R 148 of 450 ~ 32.89%
G 153 of 450 ~ 34%
B 149 of 450 ~ 33.11%

%32.89
%34
%33.11

CMYK color model

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

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(3,0,3,40)
C3M0Y3K40 
(3%,0%,3%,40%)
(0.03/0.00/0.03/0.40)	

CMYK percentages

%3.27
%0
%2.61
%40

Codes

Color #949995 in popluar color models

949995
RGB148153149
HSL132°2.39%59.02%
HSB/HSV132°3.27%60.00%
CMYK3.27%0.00%2.61%
40.00%

Color #949995 in popluar number systems.

HEX949995
Decimal148153149
Binary100101001001100110010101
Octal224231225

Shades and tints

Shades of #949995

#949995
(148,153,149)
#878C88
(135,140,136)
#7A7F7B
(122,127,123)
#6D726E
(109,114,110)
#606561
(96,101,97)
#535854
(83,88,84)
#464B47
(70,75,71)
#393E3A
(57,62,58)
#2C312D
(44,49,45)
#1F2420
(31,36,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #949995

#949995
(148,153,149)
#9DA29E
(157,162,158)
#A6ABA7
(166,171,167)
#AFB4B0
(175,180,176)
#B8BDB9
(184,189,185)
#C1C6C2
(193,198,194)
#CACFCB
(202,207,203)
#D3D8D4
(211,216,212)
#DCE1DD
(220,225,221)
#E5EAE6
(229,234,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949995; }

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

This text font color is #949995.


Background Color

.myBgColor { background-color: #949995; }

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

This div background color is #949995.


Border color

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

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

This div border color is #949995.


Opacity

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

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

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

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

This text has shadow with #949995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949995 on black background.


Color preview on white background

This text has color #949995 on white background.



Black color preview on #949995 background

This text has black color on #949995 background.


White color preview on #949995 background

This text has white color on #949995 background.