COLOR #999790

HEX: #999790
RGB: (153,151,144)

Color info

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

RGB color model

#999790 color RGB value is (153,151,144).

  • red value is 153;
  • green value is 151;
  • blue value is 144.
RGB:
(153,151,144)
(60%,59%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 144 of 255 = 56%

153
151
144

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 144 = 448 (100%)
R 153 of 448 ~ 34.15%
G 151 of 448 ~ 33.71%
B 144 of 448 ~ 32.14%

%34.15
%33.71
%32.14

CMYK color model

#999790 color CMYK value is (0,1,6,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,1,6,40)
C0M1Y6K40 
(0%,1%,6%,40%)
(0.00/0.01/0.06/0.40)	

CMYK percentages

%0
%1.31
%5.88
%40

Codes

Color #999790 in popluar color models

999790
RGB153151144
HSL47°4.23%58.24%
HSB/HSV47°5.88%60.00%
CMYK0.00%1.31%5.88%
40.00%

Color #999790 in popluar number systems.

HEX999790
Decimal153151144
Binary100110011001011110010000
Octal231227220

Shades and tints

Shades of #999790

#999790
(153,151,144)
#8C8A83
(140,138,131)
#7F7D76
(127,125,118)
#727069
(114,112,105)
#65635C
(101,99,92)
#58564F
(88,86,79)
#4B4942
(75,73,66)
#3E3C35
(62,60,53)
#312F28
(49,47,40)
#24221B
(36,34,27)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #999790

#999790
(153,151,144)
#A2A09A
(162,160,154)
#ABA9A4
(171,169,164)
#B4B2AE
(180,178,174)
#BDBBB8
(189,187,184)
#C6C4C2
(198,196,194)
#CFCDCC
(207,205,204)
#D8D6D6
(216,214,214)
#E1DFE0
(225,223,224)
#EAE8EA
(234,232,234)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999790 color. Also use rgb(153,151,144) instead hex code.

Text Font Color

.myTextColor { color: #999790; }

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

This text font color is #999790.


Background Color

.myBgColor { background-color: #999790; }

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

This div background color is #999790.


Border color

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

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

This div border color is #999790.


Opacity

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

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

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

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

This text has shadow with #999790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999790 on black background.


Color preview on white background

This text has color #999790 on white background.



Black color preview on #999790 background

This text has black color on #999790 background.


White color preview on #999790 background

This text has white color on #999790 background.