COLOR #9C9090

HEX: #9C9090
RGB: (156,144,144)

Color info

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

RGB color model

#9C9090 color RGB value is (156,144,144).

  • red value is 156;
  • green value is 144;
  • blue value is 144.
RGB:
(156,144,144)
(61%,56%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 144 of 255 = 56%
B 144 of 255 = 56%

156
144
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 144 + 144 = 444 (100%)
R 156 of 444 ~ 35.14%
G 144 of 444 ~ 32.43%
B 144 of 444 ~ 32.43%

%35.14
%32.43
%32.43

CMYK color model

#9C9090 color CMYK value is (0,8,8,39).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,8,8,39)
C0M8Y8K39 
(0%,8%,8%,39%)
(0.00/0.08/0.08/0.39)	

CMYK percentages

%0
%7.69
%7.69
%38.82

Codes

Color #9C9090 in popluar color models

9C9090
RGB156144144
HSL5.71%58.82%
HSB/HSV7.69%61.18%
CMYK0.00%7.69%7.69%
38.82%

Color #9C9090 in popluar number systems.

HEX9C9090
Decimal156144144
Binary100111001001000010010000
Octal234220220

Shades and tints

Shades of #9C9090

#9C9090
(156,144,144)
#8E8383
(142,131,131)
#807676
(128,118,118)
#726969
(114,105,105)
#645C5C
(100,92,92)
#564F4F
(86,79,79)
#484242
(72,66,66)
#3A3535
(58,53,53)
#2C2828
(44,40,40)
#1E1B1B
(30,27,27)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #9C9090

#9C9090
(156,144,144)
#A59A9A
(165,154,154)
#AEA4A4
(174,164,164)
#B7AEAE
(183,174,174)
#C0B8B8
(192,184,184)
#C9C2C2
(201,194,194)
#D2CCCC
(210,204,204)
#DBD6D6
(219,214,214)
#E4E0E0
(228,224,224)
#EDEAEA
(237,234,234)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9090 color. Also use rgb(156,144,144) instead hex code.

Text Font Color

.myTextColor { color: #9C9090; }

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

This text font color is #9C9090.


Background Color

.myBgColor { background-color: #9C9090; }

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

This div background color is #9C9090.


Border color

.myBorderColor { border: 1px solid #9C9090; }

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

This div border color is #9C9090.


Opacity

.myOpacity80 { color: #9C9090; opacity: 0.8; }

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

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

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

This text has shadow with #9C9090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9090 on black background.


Color preview on white background

This text has color #9C9090 on white background.



Black color preview on #9C9090 background

This text has black color on #9C9090 background.


White color preview on #9C9090 background

This text has white color on #9C9090 background.