COLOR #8D757B

HEX: #8D757B
RGB: (141,117,123)

Color info

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

RGB color model

#8D757B color RGB value is (141,117,123).

  • red value is 141;
  • green value is 117;
  • blue value is 123.
RGB:
(141,117,123)
(55%,46%,48%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 123 of 255 = 48%

141
117
123

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

Portions of RGB colors in percentages

R + G + B =
141 + 117 + 123 = 381 (100%)
R 141 of 381 ~ 37.01%
G 117 of 381 ~ 30.71%
B 123 of 381 ~ 32.28%

%37.01
%30.71
%32.28

CMYK color model

#8D757B color CMYK value is (0,17,13,45).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 12.77%
  • key color value is 44.71%
CMYK:
(0,17,13,45)
C0M17Y13K45 
(0%,17%,13%,45%)
(0.00/0.17/0.13/0.45)	

CMYK percentages

%0
%17.02
%12.77
%44.71

Codes

Color #8D757B in popluar color models

8D757B
RGB141117123
HSL345°9.52%50.59%
HSB/HSV345°17.02%55.29%
CMYK0.00%17.02%12.77%
44.71%

Color #8D757B in popluar number systems.

HEX8D757B
Decimal141117123
Binary1000110111101011111011
Octal215165173

Shades and tints

Shades of #8D757B

#8D757B
(141,117,123)
#816B70
(129,107,112)
#756165
(117,97,101)
#69575A
(105,87,90)
#5D4D4F
(93,77,79)
#514344
(81,67,68)
#453939
(69,57,57)
#392F2E
(57,47,46)
#2D2523
(45,37,35)
#211B18
(33,27,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #8D757B

#8D757B
(141,117,123)
#978187
(151,129,135)
#A18D93
(161,141,147)
#AB999F
(171,153,159)
#B5A5AB
(181,165,171)
#BFB1B7
(191,177,183)
#C9BDC3
(201,189,195)
#D3C9CF
(211,201,207)
#DDD5DB
(221,213,219)
#E7E1E7
(231,225,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D757B color. Also use rgb(141,117,123) instead hex code.

Text Font Color

.myTextColor { color: #8D757B; }

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

This text font color is #8D757B.


Background Color

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

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

This div background color is #8D757B.


Border color

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

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

This div border color is #8D757B.


Opacity

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

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

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

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

This text has shadow with #8D757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D757B on black background.


Color preview on white background

This text has color #8D757B on white background.



Black color preview on #8D757B background

This text has black color on #8D757B background.


White color preview on #8D757B background

This text has white color on #8D757B background.