COLOR #93747E

HEX: #93747E
RGB: (147,116,126)

Color info

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

RGB color model

#93747E color RGB value is (147,116,126).

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

RGB channels and saturation

R 147 of 255 = 58%
G 116 of 255 = 45%
B 126 of 255 = 49%

147
116
126

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

Portions of RGB colors in percentages

R + G + B =
147 + 116 + 126 = 389 (100%)
R 147 of 389 ~ 37.79%
G 116 of 389 ~ 29.82%
B 126 of 389 ~ 32.39%

%37.79
%29.82
%32.39

CMYK color model

#93747E color CMYK value is (0,21,14,42).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(0,21,14,42)
C0M21Y14K42 
(0%,21%,14%,42%)
(0.00/0.21/0.14/0.42)	

CMYK percentages

%0
%21.09
%14.29
%42.35

Codes

Color #93747E in popluar color models

93747E
RGB147116126
HSL341°12.55%51.57%
HSB/HSV341°21.09%57.65%
CMYK0.00%21.09%14.29%
42.35%

Color #93747E in popluar number systems.

HEX93747E
Decimal147116126
Binary1001001111101001111110
Octal223164176

Shades and tints

Shades of #93747E

#93747E
(147,116,126)
#866A73
(134,106,115)
#796068
(121,96,104)
#6C565D
(108,86,93)
#5F4C52
(95,76,82)
#524247
(82,66,71)
#45383C
(69,56,60)
#382E31
(56,46,49)
#2B2426
(43,36,38)
#1E1A1B
(30,26,27)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #93747E

#93747E
(147,116,126)
#9C8089
(156,128,137)
#A58C94
(165,140,148)
#AE989F
(174,152,159)
#B7A4AA
(183,164,170)
#C0B0B5
(192,176,181)
#C9BCC0
(201,188,192)
#D2C8CB
(210,200,203)
#DBD4D6
(219,212,214)
#E4E0E1
(228,224,225)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93747E; }

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

This text font color is #93747E.


Background Color

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

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

This div background color is #93747E.


Border color

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

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

This div border color is #93747E.


Opacity

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

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

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

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

This text has shadow with #93747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93747E on black background.


Color preview on white background

This text has color #93747E on white background.



Black color preview on #93747E background

This text has black color on #93747E background.


White color preview on #93747E background

This text has white color on #93747E background.