COLOR #8D8583

HEX: #8D8583
RGB: (141,133,131)

Color info

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

RGB color model

#8D8583 color RGB value is (141,133,131).

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

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 131 of 255 = 51%

141
133
131

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

Portions of RGB colors in percentages

R + G + B =
141 + 133 + 131 = 405 (100%)
R 141 of 405 ~ 34.81%
G 133 of 405 ~ 32.84%
B 131 of 405 ~ 32.35%

%34.81
%32.84
%32.35

CMYK color model

#8D8583 color CMYK value is (0,6,7,45).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 7.09%
  • key color value is 44.71%
CMYK:
(0,6,7,45)
C0M6Y7K45 
(0%,6%,7%,45%)
(0.00/0.06/0.07/0.45)	

CMYK percentages

%0
%5.67
%7.09
%44.71

Codes

Color #8D8583 in popluar color models

8D8583
RGB141133131
HSL12°4.20%53.33%
HSB/HSV12°7.09%55.29%
CMYK0.00%5.67%7.09%
44.71%

Color #8D8583 in popluar number systems.

HEX8D8583
Decimal141133131
Binary100011011000010110000011
Octal215205203

Shades and tints

Shades of #8D8583

#8D8583
(141,133,131)
#817978
(129,121,120)
#756D6D
(117,109,109)
#696162
(105,97,98)
#5D5557
(93,85,87)
#51494C
(81,73,76)
#453D41
(69,61,65)
#393136
(57,49,54)
#2D252B
(45,37,43)
#211920
(33,25,32)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #8D8583

#8D8583
(141,133,131)
#97908E
(151,144,142)
#A19B99
(161,155,153)
#ABA6A4
(171,166,164)
#B5B1AF
(181,177,175)
#BFBCBA
(191,188,186)
#C9C7C5
(201,199,197)
#D3D2D0
(211,210,208)
#DDDDDB
(221,221,219)
#E7E8E6
(231,232,230)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8583; }

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

This text font color is #8D8583.


Background Color

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

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

This div background color is #8D8583.


Border color

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

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

This div border color is #8D8583.


Opacity

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

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

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

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

This text has shadow with #8D8583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8583 on black background.


Color preview on white background

This text has color #8D8583 on white background.



Black color preview on #8D8583 background

This text has black color on #8D8583 background.


White color preview on #8D8583 background

This text has white color on #8D8583 background.