COLOR #8D8589

HEX: #8D8589
RGB: (141,133,137)

Color info

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

RGB color model

#8D8589 color RGB value is (141,133,137).

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

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 137 of 255 = 54%

141
133
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 133 + 137 = 411 (100%)
R 141 of 411 ~ 34.31%
G 133 of 411 ~ 32.36%
B 137 of 411 ~ 33.33%

%34.31
%32.36
%33.33

CMYK color model

#8D8589 color CMYK value is (0,6,3,45).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(0,6,3,45)
C0M6Y3K45 
(0%,6%,3%,45%)
(0.00/0.06/0.03/0.45)	

CMYK percentages

%0
%5.67
%2.84
%44.71

Codes

Color #8D8589 in popluar color models

8D8589
RGB141133137
HSL330°3.39%53.73%
HSB/HSV330°5.67%55.29%
CMYK0.00%5.67%2.84%
44.71%

Color #8D8589 in popluar number systems.

HEX8D8589
Decimal141133137
Binary100011011000010110001001
Octal215205211

Shades and tints

Shades of #8D8589

#8D8589
(141,133,137)
#81797D
(129,121,125)
#756D71
(117,109,113)
#696165
(105,97,101)
#5D5559
(93,85,89)
#51494D
(81,73,77)
#453D41
(69,61,65)
#393135
(57,49,53)
#2D2529
(45,37,41)
#21191D
(33,25,29)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #8D8589

#8D8589
(141,133,137)
#979093
(151,144,147)
#A19B9D
(161,155,157)
#ABA6A7
(171,166,167)
#B5B1B1
(181,177,177)
#BFBCBB
(191,188,187)
#C9C7C5
(201,199,197)
#D3D2CF
(211,210,207)
#DDDDD9
(221,221,217)
#E7E8E3
(231,232,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8589; }

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

This text font color is #8D8589.


Background Color

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

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

This div background color is #8D8589.


Border color

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

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

This div border color is #8D8589.


Opacity

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

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

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

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

This text has shadow with #8D8589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8589 on black background.


Color preview on white background

This text has color #8D8589 on white background.



Black color preview on #8D8589 background

This text has black color on #8D8589 background.


White color preview on #8D8589 background

This text has white color on #8D8589 background.