COLOR #8D9589

HEX: #8D9589
RGB: (141,149,137)

Color info

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

RGB color model

#8D9589 color RGB value is (141,149,137).

  • red value is 141;
  • green value is 149;
  • blue value is 137.
RGB:
(141,149,137)
(55%,58%,54%)

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 137 of 255 = 54%

141
149
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 137 = 427 (100%)
R 141 of 427 ~ 33.02%
G 149 of 427 ~ 34.89%
B 137 of 427 ~ 32.08%

%33.02
%34.89
%32.08

CMYK color model

#8D9589 color CMYK value is (5,0,8,42).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(5,0,8,42)
C5M0Y8K42 
(5%,0%,8%,42%)
(0.05/0.00/0.08/0.42)	

CMYK percentages

%5.37
%0
%8.05
%41.57

Codes

Color #8D9589 in popluar color models

8D9589
RGB141149137
HSL100°5.36%56.08%
HSB/HSV100°8.05%58.43%
CMYK5.37%0.00%8.05%
41.57%

Color #8D9589 in popluar number systems.

HEX8D9589
Decimal141149137
Binary100011011001010110001001
Octal215225211

Shades and tints

Shades of #8D9589

#8D9589
(141,149,137)
#81887D
(129,136,125)
#757B71
(117,123,113)
#696E65
(105,110,101)
#5D6159
(93,97,89)
#51544D
(81,84,77)
#454741
(69,71,65)
#393A35
(57,58,53)
#2D2D29
(45,45,41)
#21201D
(33,32,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #8D9589

#8D9589
(141,149,137)
#979E93
(151,158,147)
#A1A79D
(161,167,157)
#ABB0A7
(171,176,167)
#B5B9B1
(181,185,177)
#BFC2BB
(191,194,187)
#C9CBC5
(201,203,197)
#D3D4CF
(211,212,207)
#DDDDD9
(221,221,217)
#E7E6E3
(231,230,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9589 color. Also use rgb(141,149,137) instead hex code.

Text Font Color

.myTextColor { color: #8D9589; }

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

This text font color is #8D9589.


Background Color

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

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

This div background color is #8D9589.


Border color

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

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

This div border color is #8D9589.


Opacity

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

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

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

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

This text has shadow with #8D9589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9589 on black background.


Color preview on white background

This text has color #8D9589 on white background.



Black color preview on #8D9589 background

This text has black color on #8D9589 background.


White color preview on #8D9589 background

This text has white color on #8D9589 background.