COLOR #8B9590

HEX: #8B9590 RGB: (139,149,144)

Color info

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

RGB color model

#8B9590 color RGB value is (139,149,144).

RGB: (139,149,144) (55%, 58%, 56%)

RGB channels and saturation

R 139 of 255 = 55%
G 149 of 255 = 58%
B 144 of 255 = 56%

139
149
144

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

Portions of RGB colors in percentages

R + G + B = 139 + 149 + 144 = 432 (100%)
R 139 of 432 ~ 32.18%
G 149 of 432 ~ 34.49%
B 144 of 432 ~ 33.33'%

%32.18
%34.49
%33.33

CMYK color model

#8B9590 color CMYK value is (7,0,3,42).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 41.57%

CMYK: (7,0,3,42)
C7M0Y3K42 (7%, 0%, 3%, 42%)
(0.07 / 0.00 / 0.03 / 0.42)

CMYK percentages

%6.71
%0
%3.36
%41.57

Codes

Color #8B9590 in popluar color models

8B 95 90
RGB 139 149 144
HSL 150° 4.50% 56.47%
HSB/HSV 150° 6.71% 58.43%
CMYK 6.71% 0.00% 3.36%
41.57%

Color #8B9590 in popluar number systems.

HEX 8B 95 90
Decimal 139 149 144
Binary 10001011 10010101 10010000
Octal 213 225 220

Shades and tints

Shades of #8B9590

#8B9590
(139,149,144)
#7F8883
(127,136,131)
#737B76
(115,123,118)
#676E69
(103,110,105)
#5B615C
(91,97,92)
#4F544F
(79,84,79)
#434742
(67,71,66)
#373A35
(55,58,53)
#2B2D28
(43,45,40)
#1F201B
(31,32,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #8B9590

#8B9590
(139,149,144)
#959E9A
(149,158,154)
#9FA7A4
(159,167,164)
#A9B0AE
(169,176,174)
#B3B9B8
(179,185,184)
#BDC2C2
(189,194,194)
#C7CBCC
(199,203,204)
#D1D4D6
(209,212,214)
#DBDDE0
(219,221,224)
#E5E6EA
(229,230,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9590; }

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

This text font color is #8B9590.

Background Color

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

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

This div background color is #8B9590.

Border color

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

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

This div border color is #8B9590.

Opacity

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

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

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

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

This text has shadow with #8B9590 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8B9590; -webkit-box-shadow: 1px 1px 3px 2px #8B9590; box-shadow:1px 1px 3px 2px #8B9590;">
Div content here
</div>

This div box has shadow with color #8B9590.

Preview

Color preview on black background

This text has color #8B9590 on black background.


Color preview on white background

This text has color #8B9590 on white background.


Black color preview on #8B9590 background

This text has black color on #8B9590 background.


White color preview on #8B9590 background

This text has white color on #8B9590 background.


Related colors

Complementary color

Complementary color for #hex is #746A6F.


I love getcolorcode.com

Triadic colors

1 #908B95 and #95908B with #8B9590 are triadic colors.

2 #90958B and #958B90 with #8B9590 are triadic colors.