COLOR #999493

HEX: #999493
RGB: (153,148,147)

Color info

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

RGB color model

#999493 color RGB value is (153,148,147).

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

RGB channels and saturation

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

153
148
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 148 + 147 = 448 (100%)
R 153 of 448 ~ 34.15%
G 148 of 448 ~ 33.04%
B 147 of 448 ~ 32.81%

%34.15
%33.04
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(0,3,4,40)
C0M3Y4K40 
(0%,3%,4%,40%)
(0.00/0.03/0.04/0.40)	

CMYK percentages

%0
%3.27
%3.92
%40

Codes

Color #999493 in popluar color models

999493
RGB153148147
HSL10°2.86%58.82%
HSB/HSV10°3.92%60.00%
CMYK0.00%3.27%3.92%
40.00%

Color #999493 in popluar number systems.

HEX999493
Decimal153148147
Binary100110011001010010010011
Octal231224223

Shades and tints

Shades of #999493

#999493
(153,148,147)
#8C8786
(140,135,134)
#7F7A79
(127,122,121)
#726D6C
(114,109,108)
#65605F
(101,96,95)
#585352
(88,83,82)
#4B4645
(75,70,69)
#3E3938
(62,57,56)
#312C2B
(49,44,43)
#241F1E
(36,31,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #999493

#999493
(153,148,147)
#A29D9C
(162,157,156)
#ABA6A5
(171,166,165)
#B4AFAE
(180,175,174)
#BDB8B7
(189,184,183)
#C6C1C0
(198,193,192)
#CFCAC9
(207,202,201)
#D8D3D2
(216,211,210)
#E1DCDB
(225,220,219)
#EAE5E4
(234,229,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999493; }

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

This text font color is #999493.


Background Color

.myBgColor { background-color: #999493; }

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

This div background color is #999493.


Border color

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

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

This div border color is #999493.


Opacity

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

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

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

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

This text has shadow with #999493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999493 on black background.


Color preview on white background

This text has color #999493 on white background.



Black color preview on #999493 background

This text has black color on #999493 background.


White color preview on #999493 background

This text has white color on #999493 background.