COLOR #9B9590

HEX: #9B9590
RGB: (155,149,144)

Color info

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

RGB color model

#9B9590 color RGB value is (155,149,144).

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

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 144 of 255 = 56%

155
149
144

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

Portions of RGB colors in percentages

R + G + B =
155 + 149 + 144 = 448 (100%)
R 155 of 448 ~ 34.6%
G 149 of 448 ~ 33.26%
B 144 of 448 ~ 32.14%

%34.6
%33.26
%32.14

CMYK color model

#9B9590 color CMYK value is (0,4,7,39).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK: (0,4,7,39) C0M4Y7K39 (0%,4%,7%,39%) (0.00/0.04/0.07/0.39)

CMYK percentages

%0
%3.87
%7.1
%39.22

Codes

Color #9B9590 in popluar color models

9B9590
RGB155149144
HSL27°5.21%58.63%
HSB/HSV27°7.10%60.78%
CMYK0.00%3.87%7.10%
39.22%

Color #9B9590 in popluar number systems.

HEX9B9590
Decimal155149144
Binary100110111001010110010000
Octal233225220

Shades and tints

Shades of #9B9590

#9B9590
(155,149,144)
#8D8883
(141,136,131)
#7F7B76
(127,123,118)
#716E69
(113,110,105)
#63615C
(99,97,92)
#55544F
(85,84,79)
#474742
(71,71,66)
#393A35
(57,58,53)
#2B2D28
(43,45,40)
#1D201B
(29,32,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9B9590

#9B9590
(155,149,144)
#A49E9A
(164,158,154)
#ADA7A4
(173,167,164)
#B6B0AE
(182,176,174)
#BFB9B8
(191,185,184)
#C8C2C2
(200,194,194)
#D1CBCC
(209,203,204)
#DAD4D6
(218,212,214)
#E3DDE0
(227,221,224)
#ECE6EA
(236,230,234)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9590; }

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

This text font color is #9B9590.


Background Color

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

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

This div background color is #9B9590.


Border color

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

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

This div border color is #9B9590.


Opacity

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

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

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

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

This text has shadow with #9B9590 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9B9590 on black background.


Color preview on white background

This text has color #9B9590 on white background.



Black color preview on #9B9590 background

This text has black color on #9B9590 background.


White color preview on #9B9590 background

This text has white color on #9B9590 background.