COLOR #949F99

HEX: #949F99
RGB: (148,159,153)

Color info

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

RGB color model

#949F99 color RGB value is (148,159,153).

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

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 153 of 255 = 60%

148
159
153

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

Portions of RGB colors in percentages

R + G + B =
148 + 159 + 153 = 460 (100%)
R 148 of 460 ~ 32.17%
G 159 of 460 ~ 34.57%
B 153 of 460 ~ 33.26%

%32.17
%34.57
%33.26

CMYK color model

#949F99 color CMYK value is (7,0,4,38).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 37.65%
CMYK:
(7,0,4,38)
C7M0Y4K38 
(7%,0%,4%,38%)
(0.07/0.00/0.04/0.38)	

CMYK percentages

%6.92
%0
%3.77
%37.65

Codes

Color #949F99 in popluar color models

949F99
RGB148159153
HSL147°5.42%60.20%
HSB/HSV147°6.92%62.35%
CMYK6.92%0.00%3.77%
37.65%

Color #949F99 in popluar number systems.

HEX949F99
Decimal148159153
Binary100101001001111110011001
Octal224237231

Shades and tints

Shades of #949F99

#949F99
(148,159,153)
#87918C
(135,145,140)
#7A837F
(122,131,127)
#6D7572
(109,117,114)
#606765
(96,103,101)
#535958
(83,89,88)
#464B4B
(70,75,75)
#393D3E
(57,61,62)
#2C2F31
(44,47,49)
#1F2124
(31,33,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #949F99

#949F99
(148,159,153)
#9DA7A2
(157,167,162)
#A6AFAB
(166,175,171)
#AFB7B4
(175,183,180)
#B8BFBD
(184,191,189)
#C1C7C6
(193,199,198)
#CACFCF
(202,207,207)
#D3D7D8
(211,215,216)
#DCDFE1
(220,223,225)
#E5E7EA
(229,231,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949F99; }

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

This text font color is #949F99.


Background Color

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

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

This div background color is #949F99.


Border color

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

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

This div border color is #949F99.


Opacity

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

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

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

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

This text has shadow with #949F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949F99 on black background.


Color preview on white background

This text has color #949F99 on white background.



Black color preview on #949F99 background

This text has black color on #949F99 background.


White color preview on #949F99 background

This text has white color on #949F99 background.