COLOR #93708C

HEX: #93708C RGB: (147,112,140)

Color info

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

RGB color model

#93708C color RGB value is (147,112,140).

RGB: (147,112,140) (58%, 44%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 112 of 255 = 44%
B 140 of 255 = 55%

147
112
140

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

Portions of RGB colors in percentages

R + G + B = 147 + 112 + 140 = 399 (100%)
R 147 of 399 ~ 36.84%
G 112 of 399 ~ 28.07%
B 140 of 399 ~ 35.09'%

%36.84
%28.07
%35.09

CMYK color model

#93708C color CMYK value is (0,24,5,42).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 4.76%
  • key color value is 42.35%
CMYK: (0,24,5,42) C0M24Y5K42 (0%,24%,5%,42%) (0.00/0.24/0.05/0.42) 

CMYK percentages

%0
%23.81
%4.76
%42.35

Codes

Color #93708C in popluar color models

93 70 8C
RGB 147 112 140
HSL 312° 13.94% 50.78%
HSB/HSV 312° 23.81% 57.65%
CMYK 0.00% 23.81% 4.76%
42.35%

Color #93708C in popluar number systems.

HEX 93 70 8C
Decimal 147 112 140
Binary 10010011 1110000 10001100
Octal 223 160 214

Shades and tints

Shades of #93708C

#93708C
(147,112,140)
#866680
(134,102,128)
#795C74
(121,92,116)
#6C5268
(108,82,104)
#5F485C
(95,72,92)
#523E50
(82,62,80)
#453444
(69,52,68)
#382A38
(56,42,56)
#2B202C
(43,32,44)
#1E1620
(30,22,32)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #93708C

#93708C
(147,112,140)
#9C7D96
(156,125,150)
#A58AA0
(165,138,160)
#AE97AA
(174,151,170)
#B7A4B4
(183,164,180)
#C0B1BE
(192,177,190)
#C9BEC8
(201,190,200)
#D2CBD2
(210,203,210)
#DBD8DC
(219,216,220)
#E4E5E6
(228,229,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93708C color. Also use rgb(147,112,140) instead hex code.

Text Font Color

.myTextColor { color: #93708C; }

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

This text font color is #93708C.

Background Color

.myBgColor { background-color: #93708C; }

<div style="background-color:#93708C">Inner text</div>

This div background color is #93708C.

Border color

.myBorderColor { border: 1px solid #93708C; }

<div style="border:3px solid #93708C">Div</div>

This div border color is #93708C.

Opacity

.myOpacity80 { color: #93708C; opacity: 0.8; }

<p style="color:#93708C;opacity:0.8;">80%</p>

Text with #93708C 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 #93708C;}

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

This text has shadow with #93708C color.


.textShadow {text-shadow: 3px 3px 1px #93708C', 3px 3px 1px red;}

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

This text has shadow with #93708C primary color and red secondary color.


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

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

This text has shadow with #93708C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93708C; -webkit-box-shadow: 1px 1px 3px 2px #93708C; box-shadow:1px 1px 3px 2px #93708C;">
Div content here
</div>

This div box has shadow with color #93708C.

Preview

Color preview on black background

This text has color #93708C on black background.


Color preview on white background

This text has color #93708C on white background.


Black color preview on #93708C background

This text has black color on #93708C background.


White color preview on #93708C background

This text has white color on #93708C background.


Related colors

Complementary color

Complementary color for #hex is #6C8F73.


I love getcolorcode.com

Triadic colors

1 #8C9370 and #708C93 with #93708C are triadic colors.

2 #8C7093 and #70938C with #93708C are triadic colors.