COLOR #8B9594

HEX: #8B9594
RGB: (139,149,148)

Color info

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

RGB color model

#8B9594 color RGB value is (139,149,148).

  • red value is 139;
  • green value is 149;
  • blue value is 148.
RGB:
(139,149,148)
(55%,58%,58%)

RGB channels and saturation

R 139 of 255 = 55%
G 149 of 255 = 58%
B 148 of 255 = 58%

139
149
148

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

Portions of RGB colors in percentages

R + G + B =
139 + 149 + 148 = 436 (100%)
R 139 of 436 ~ 31.88%
G 149 of 436 ~ 34.17%
B 148 of 436 ~ 33.94%

%31.88
%34.17
%33.94

CMYK color model

#8B9594 color CMYK value is (7,0,1,42).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(7,0,1,42)
C7M0Y1K42 
(7%,0%,1%,42%)
(0.07/0.00/0.01/0.42)	

CMYK percentages

%6.71
%0
%0.67
%41.57

Codes

Color #8B9594 in popluar color models

8B9594
RGB139149148
HSL174°4.50%56.47%
HSB/HSV174°6.71%58.43%
CMYK6.71%0.00%0.67%
41.57%

Color #8B9594 in popluar number systems.

HEX8B9594
Decimal139149148
Binary100010111001010110010100
Octal213225224

Shades and tints

Shades of #8B9594

#8B9594
(139,149,148)
#7F8887
(127,136,135)
#737B7A
(115,123,122)
#676E6D
(103,110,109)
#5B6160
(91,97,96)
#4F5453
(79,84,83)
#434746
(67,71,70)
#373A39
(55,58,57)
#2B2D2C
(43,45,44)
#1F201F
(31,32,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #8B9594

#8B9594
(139,149,148)
#959E9D
(149,158,157)
#9FA7A6
(159,167,166)
#A9B0AF
(169,176,175)
#B3B9B8
(179,185,184)
#BDC2C1
(189,194,193)
#C7CBCA
(199,203,202)
#D1D4D3
(209,212,211)
#DBDDDC
(219,221,220)
#E5E6E5
(229,230,229)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9594; }

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

This text font color is #8B9594.


Background Color

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

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

This div background color is #8B9594.


Border color

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

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

This div border color is #8B9594.


Opacity

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

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

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

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

This text has shadow with #8B9594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9594 on black background.


Color preview on white background

This text has color #8B9594 on white background.



Black color preview on #8B9594 background

This text has black color on #8B9594 background.


White color preview on #8B9594 background

This text has white color on #8B9594 background.