COLOR #93707E

HEX: #93707E
RGB: (147,112,126)

Color info

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

RGB color model

#93707E color RGB value is (147,112,126).

  • red value is 147;
  • green value is 112;
  • blue value is 126.
RGB:
(147,112,126)
(58%,44%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 112 of 255 = 44%
B 126 of 255 = 49%

147
112
126

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

Portions of RGB colors in percentages

R + G + B =
147 + 112 + 126 = 385 (100%)
R 147 of 385 ~ 38.18%
G 112 of 385 ~ 29.09%
B 126 of 385 ~ 32.73%

%38.18
%29.09
%32.73

CMYK color model

#93707E color CMYK value is (0,24,14,42).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(0,24,14,42)
C0M24Y14K42 
(0%,24%,14%,42%)
(0.00/0.24/0.14/0.42)	

CMYK percentages

%0
%23.81
%14.29
%42.35

Codes

Color #93707E in popluar color models

93707E
RGB147112126
HSL336°13.94%50.78%
HSB/HSV336°23.81%57.65%
CMYK0.00%23.81%14.29%
42.35%

Color #93707E in popluar number systems.

HEX93707E
Decimal147112126
Binary1001001111100001111110
Octal223160176

Shades and tints

Shades of #93707E

#93707E
(147,112,126)
#866673
(134,102,115)
#795C68
(121,92,104)
#6C525D
(108,82,93)
#5F4852
(95,72,82)
#523E47
(82,62,71)
#45343C
(69,52,60)
#382A31
(56,42,49)
#2B2026
(43,32,38)
#1E161B
(30,22,27)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #93707E

#93707E
(147,112,126)
#9C7D89
(156,125,137)
#A58A94
(165,138,148)
#AE979F
(174,151,159)
#B7A4AA
(183,164,170)
#C0B1B5
(192,177,181)
#C9BEC0
(201,190,192)
#D2CBCB
(210,203,203)
#DBD8D6
(219,216,214)
#E4E5E1
(228,229,225)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93707E color. Also use rgb(147,112,126) instead hex code.

Text Font Color

.myTextColor { color: #93707E; }

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

This text font color is #93707E.


Background Color

.myBgColor { background-color: #93707E; }

<div style="background-color:#93707E">Inner text</div>

This div background color is #93707E.


Border color

.myBorderColor { border: 1px solid #93707E; }

<div style="border:3px solid #93707E">Div</div>

This div border color is #93707E.


Opacity

.myOpacity80 { color: #93707E; opacity: 0.8; }

<p style="color:#93707E;opacity:0.8;">80%</p>

Text with #93707E 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 #93707E;}

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

This text has shadow with #93707E color.

.textShadow {text-shadow: 3px 3px 1px #93707E, 3px 3px 1px red;}

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

This text has shadow with #93707E primary color and red secondary color.


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

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

This text has shadow with #93707E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93707E on black background.


Color preview on white background

This text has color #93707E on white background.



Black color preview on #93707E background

This text has black color on #93707E background.


White color preview on #93707E background

This text has white color on #93707E background.