COLOR #999495

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
148
149

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

Portions of RGB colors in percentages

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

%34
%32.89
%33.11

CMYK color model

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

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

CMYK percentages

%0
%3.27
%2.61
%40

Codes

Color #999495 in popluar color models

999495
RGB153148149
HSL348°2.39%59.02%
HSB/HSV348°3.27%60.00%
CMYK0.00%3.27%2.61%
40.00%

Color #999495 in popluar number systems.

HEX999495
Decimal153148149
Binary100110011001010010010101
Octal231224225

Shades and tints

Shades of #999495

#999495
(153,148,149)
#8C8788
(140,135,136)
#7F7A7B
(127,122,123)
#726D6E
(114,109,110)
#656061
(101,96,97)
#585354
(88,83,84)
#4B4647
(75,70,71)
#3E393A
(62,57,58)
#312C2D
(49,44,45)
#241F20
(36,31,32)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #999495

#999495
(153,148,149)
#A29D9E
(162,157,158)
#ABA6A7
(171,166,167)
#B4AFB0
(180,175,176)
#BDB8B9
(189,184,185)
#C6C1C2
(198,193,194)
#CFCACB
(207,202,203)
#D8D3D4
(216,211,212)
#E1DCDD
(225,220,221)
#EAE5E6
(234,229,230)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999495; }

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

This text font color is #999495.


Background Color

.myBgColor { background-color: #999495; }

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

This div background color is #999495.


Border color

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

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

This div border color is #999495.


Opacity

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

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

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

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

This text has shadow with #999495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999495 on black background.


Color preview on white background

This text has color #999495 on white background.



Black color preview on #999495 background

This text has black color on #999495 background.


White color preview on #999495 background

This text has white color on #999495 background.