COLOR #8D9383

HEX: #8D9383
RGB: (141,147,131)

Color info

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

RGB color model

#8D9383 color RGB value is (141,147,131).

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

RGB channels and saturation

R 141 of 255 = 55%
G 147 of 255 = 58%
B 131 of 255 = 51%

141
147
131

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

Portions of RGB colors in percentages

R + G + B =
141 + 147 + 131 = 419 (100%)
R 141 of 419 ~ 33.65%
G 147 of 419 ~ 35.08%
B 131 of 419 ~ 31.26%

%33.65
%35.08
%31.26

CMYK color model

#8D9383 color CMYK value is (4,0,11,42).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 42.35%
CMYK:
(4,0,11,42)
C4M0Y11K42 
(4%,0%,11%,42%)
(0.04/0.00/0.11/0.42)	

CMYK percentages

%4.08
%0
%10.88
%42.35

Codes

Color #8D9383 in popluar color models

8D9383
RGB141147131
HSL82°6.90%54.51%
HSB/HSV82°10.88%57.65%
CMYK4.08%0.00%10.88%
42.35%

Color #8D9383 in popluar number systems.

HEX8D9383
Decimal141147131
Binary100011011001001110000011
Octal215223203

Shades and tints

Shades of #8D9383

#8D9383
(141,147,131)
#818678
(129,134,120)
#75796D
(117,121,109)
#696C62
(105,108,98)
#5D5F57
(93,95,87)
#51524C
(81,82,76)
#454541
(69,69,65)
#393836
(57,56,54)
#2D2B2B
(45,43,43)
#211E20
(33,30,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #8D9383

#8D9383
(141,147,131)
#979C8E
(151,156,142)
#A1A599
(161,165,153)
#ABAEA4
(171,174,164)
#B5B7AF
(181,183,175)
#BFC0BA
(191,192,186)
#C9C9C5
(201,201,197)
#D3D2D0
(211,210,208)
#DDDBDB
(221,219,219)
#E7E4E6
(231,228,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9383; }

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

This text font color is #8D9383.


Background Color

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

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

This div background color is #8D9383.


Border color

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

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

This div border color is #8D9383.


Opacity

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

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

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

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

This text has shadow with #8D9383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9383 on black background.


Color preview on white background

This text has color #8D9383 on white background.



Black color preview on #8D9383 background

This text has black color on #8D9383 background.


White color preview on #8D9383 background

This text has white color on #8D9383 background.