COLOR #93718B

HEX: #93718B
RGB: (147,113,139)

Color info

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

RGB color model

#93718B color RGB value is (147,113,139).

  • red value is 147;
  • green value is 113;
  • blue value is 139.
RGB:
(147,113,139)
(58%,44%,55%)

RGB channels and saturation

R 147 of 255 = 58%
G 113 of 255 = 44%
B 139 of 255 = 55%

147
113
139

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

Portions of RGB colors in percentages

R + G + B =
147 + 113 + 139 = 399 (100%)
R 147 of 399 ~ 36.84%
G 113 of 399 ~ 28.32%
B 139 of 399 ~ 34.84%

%36.84
%28.32
%34.84

CMYK color model

#93718B color CMYK value is (0,23,5,42).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 5.44%
  • key color value is 42.35%
CMYK:
(0,23,5,42)
C0M23Y5K42 
(0%,23%,5%,42%)
(0.00/0.23/0.05/0.42)	

CMYK percentages

%0
%23.13
%5.44
%42.35

Codes

Color #93718B in popluar color models

93718B
RGB147113139
HSL314°13.60%50.98%
HSB/HSV314°23.13%57.65%
CMYK0.00%23.13%5.44%
42.35%

Color #93718B in popluar number systems.

HEX93718B
Decimal147113139
Binary10010011111000110001011
Octal223161213

Shades and tints

Shades of #93718B

#93718B
(147,113,139)
#86677F
(134,103,127)
#795D73
(121,93,115)
#6C5367
(108,83,103)
#5F495B
(95,73,91)
#523F4F
(82,63,79)
#453543
(69,53,67)
#382B37
(56,43,55)
#2B212B
(43,33,43)
#1E171F
(30,23,31)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #93718B

#93718B
(147,113,139)
#9C7D95
(156,125,149)
#A5899F
(165,137,159)
#AE95A9
(174,149,169)
#B7A1B3
(183,161,179)
#C0ADBD
(192,173,189)
#C9B9C7
(201,185,199)
#D2C5D1
(210,197,209)
#DBD1DB
(219,209,219)
#E4DDE5
(228,221,229)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93718B color. Also use rgb(147,113,139) instead hex code.

Text Font Color

.myTextColor { color: #93718B; }

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

This text font color is #93718B.


Background Color

.myBgColor { background-color: #93718B; }

<div style="background-color:#93718B">Inner text</div>

This div background color is #93718B.


Border color

.myBorderColor { border: 1px solid #93718B; }

<div style="border:3px solid #93718B">Div</div>

This div border color is #93718B.


Opacity

.myOpacity80 { color: #93718B; opacity: 0.8; }

<p style="color:#93718B;opacity:0.8;">80%</p>

Text with #93718B 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 #93718B;}

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

This text has shadow with #93718B color.

.textShadow {text-shadow: 3px 3px 1px #93718B, 3px 3px 1px red;}

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

This text has shadow with #93718B primary color and red secondary color.


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

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

This text has shadow with #93718B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93718B on black background.


Color preview on white background

This text has color #93718B on white background.



Black color preview on #93718B background

This text has black color on #93718B background.


White color preview on #93718B background

This text has white color on #93718B background.