COLOR #8D737C

HEX: #8D737C
RGB: (141,115,124)

Color info

#8D737C contains red, green and blue colors in about the same proportion. Web safe color of #8D737C is #996666 (or #966).

RGB color model

#8D737C color RGB value is (141,115,124).

  • red value is 141;
  • green value is 115;
  • blue value is 124.
RGB:
(141,115,124)
(55%,45%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 115 of 255 = 45%
B 124 of 255 = 49%

141
115
124

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

Portions of RGB colors in percentages

R + G + B =
141 + 115 + 124 = 380 (100%)
R 141 of 380 ~ 37.11%
G 115 of 380 ~ 30.26%
B 124 of 380 ~ 32.63%

%37.11
%30.26
%32.63

CMYK color model

#8D737C color CMYK value is (0,18,12,45).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(0,18,12,45)
C0M18Y12K45 
(0%,18%,12%,45%)
(0.00/0.18/0.12/0.45)	

CMYK percentages

%0
%18.44
%12.06
%44.71

Codes

Color #8D737C in popluar color models

8D737C
RGB141115124
HSL339°10.24%50.20%
HSB/HSV339°18.44%55.29%
CMYK0.00%18.44%12.06%
44.71%

Color #8D737C in popluar number systems.

HEX8D737C
Decimal141115124
Binary1000110111100111111100
Octal215163174

Shades and tints

Shades of #8D737C

#8D737C
(141,115,124)
#816971
(129,105,113)
#755F66
(117,95,102)
#69555B
(105,85,91)
#5D4B50
(93,75,80)
#514145
(81,65,69)
#45373A
(69,55,58)
#392D2F
(57,45,47)
#2D2324
(45,35,36)
#211919
(33,25,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #8D737C

#8D737C
(141,115,124)
#977F87
(151,127,135)
#A18B92
(161,139,146)
#AB979D
(171,151,157)
#B5A3A8
(181,163,168)
#BFAFB3
(191,175,179)
#C9BBBE
(201,187,190)
#D3C7C9
(211,199,201)
#DDD3D4
(221,211,212)
#E7DFDF
(231,223,223)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D737C color. Also use rgb(141,115,124) instead hex code.

Text Font Color

.myTextColor { color: #8D737C; }

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

This text font color is #8D737C.


Background Color

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

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

This div background color is #8D737C.


Border color

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

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

This div border color is #8D737C.


Opacity

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

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

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

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

This text has shadow with #8D737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D737C on black background.


Color preview on white background

This text has color #8D737C on white background.



Black color preview on #8D737C background

This text has black color on #8D737C background.


White color preview on #8D737C background

This text has white color on #8D737C background.