COLOR #9D8383

HEX: #9D8383
RGB: (157,131,131)

Color info

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

RGB color model

#9D8383 color RGB value is (157,131,131).

  • red value is 157;
  • green value is 131;
  • blue value is 131.
RGB:
(157,131,131)
(62%,51%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 131 of 255 = 51%

157
131
131

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

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 131 = 419 (100%)
R 157 of 419 ~ 37.47%
G 131 of 419 ~ 31.26%
B 131 of 419 ~ 31.26%

%37.47
%31.26
%31.26

CMYK color model

#9D8383 color CMYK value is (0,17,17,38).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 16.56%
  • key color value is 38.43%
CMYK:
(0,17,17,38)
C0M17Y17K38 
(0%,17%,17%,38%)
(0.00/0.17/0.17/0.38)	

CMYK percentages

%0
%16.56
%16.56
%38.43

Codes

Color #9D8383 in popluar color models

9D8383
RGB157131131
HSL11.71%56.47%
HSB/HSV16.56%61.57%
CMYK0.00%16.56%16.56%
38.43%

Color #9D8383 in popluar number systems.

HEX9D8383
Decimal157131131
Binary100111011000001110000011
Octal235203203

Shades and tints

Shades of #9D8383

#9D8383
(157,131,131)
#8F7878
(143,120,120)
#816D6D
(129,109,109)
#736262
(115,98,98)
#655757
(101,87,87)
#574C4C
(87,76,76)
#494141
(73,65,65)
#3B3636
(59,54,54)
#2D2B2B
(45,43,43)
#1F2020
(31,32,32)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #9D8383

#9D8383
(157,131,131)
#A58E8E
(165,142,142)
#AD9999
(173,153,153)
#B5A4A4
(181,164,164)
#BDAFAF
(189,175,175)
#C5BABA
(197,186,186)
#CDC5C5
(205,197,197)
#D5D0D0
(213,208,208)
#DDDBDB
(221,219,219)
#E5E6E6
(229,230,230)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8383 color. Also use rgb(157,131,131) instead hex code.

Text Font Color

.myTextColor { color: #9D8383; }

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

This text font color is #9D8383.


Background Color

.myBgColor { background-color: #9D8383; }

<div style="background-color:#9D8383">Inner text</div>

This div background color is #9D8383.


Border color

.myBorderColor { border: 1px solid #9D8383; }

<div style="border:3px solid #9D8383">Div</div>

This div border color is #9D8383.


Opacity

.myOpacity80 { color: #9D8383; opacity: 0.8; }

<p style="color:#9D8383;opacity:0.8;">80%</p>

Text with #9D8383 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 #9D8383;}

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

This text has shadow with #9D8383 color.

.textShadow {text-shadow: 3px 3px 1px #9D8383, 3px 3px 1px red;}

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

This text has shadow with #9D8383 primary color and red secondary color.


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

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

This text has shadow with #9D8383 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8383 on black background.


Color preview on white background

This text has color #9D8383 on white background.



Black color preview on #9D8383 background

This text has black color on #9D8383 background.


White color preview on #9D8383 background

This text has white color on #9D8383 background.