COLOR #8D738D

HEX: #8D738D
RGB: (141,115,141)

Color info

#8D738D contains red, green and blue colors in about the same proportion. Web safe color of #8D738D is #996699 (or #969).

RGB color model

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

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

RGB channels and saturation

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

141
115
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 115 + 141 = 397 (100%)
R 141 of 397 ~ 35.52%
G 115 of 397 ~ 28.97%
B 141 of 397 ~ 35.52%

%35.52
%28.97
%35.52

CMYK color model

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

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

CMYK percentages

%0
%18.44
%0
%44.71

Codes

Color #8D738D in popluar color models

8D738D
RGB141115141
HSL300°10.24%50.20%
HSB/HSV300°18.44%55.29%
CMYK0.00%18.44%0.00%
44.71%

Color #8D738D in popluar number systems.

HEX8D738D
Decimal141115141
Binary10001101111001110001101
Octal215163215

Shades and tints

Shades of #8D738D

#8D738D
(141,115,141)
#816981
(129,105,129)
#755F75
(117,95,117)
#695569
(105,85,105)
#5D4B5D
(93,75,93)
#514151
(81,65,81)
#453745
(69,55,69)
#392D39
(57,45,57)
#2D232D
(45,35,45)
#211921
(33,25,33)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #8D738D

#8D738D
(141,115,141)
#977F97
(151,127,151)
#A18BA1
(161,139,161)
#AB97AB
(171,151,171)
#B5A3B5
(181,163,181)
#BFAFBF
(191,175,191)
#C9BBC9
(201,187,201)
#D3C7D3
(211,199,211)
#DDD3DD
(221,211,221)
#E7DFE7
(231,223,231)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D738D; }

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

This text font color is #8D738D.


Background Color

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

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

This div background color is #8D738D.


Border color

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

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

This div border color is #8D738D.


Opacity

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

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

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

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

This text has shadow with #8D738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D738D on black background.


Color preview on white background

This text has color #8D738D on white background.



Black color preview on #8D738D background

This text has black color on #8D738D background.


White color preview on #8D738D background

This text has white color on #8D738D background.