COLOR #93727E

HEX: #93727E
RGB: (147,114,126)

Color info

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

RGB color model

#93727E color RGB value is (147,114,126).

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

RGB channels and saturation

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

147
114
126

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

Portions of RGB colors in percentages

R + G + B =
147 + 114 + 126 = 387 (100%)
R 147 of 387 ~ 37.98%
G 114 of 387 ~ 29.46%
B 126 of 387 ~ 32.56%

%37.98
%29.46
%32.56

CMYK color model

#93727E color CMYK value is (0,22,14,42).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(0,22,14,42)
C0M22Y14K42 
(0%,22%,14%,42%)
(0.00/0.22/0.14/0.42)	

CMYK percentages

%0
%22.45
%14.29
%42.35

Codes

Color #93727E in popluar color models

93727E
RGB147114126
HSL338°13.25%51.18%
HSB/HSV338°22.45%57.65%
CMYK0.00%22.45%14.29%
42.35%

Color #93727E in popluar number systems.

HEX93727E
Decimal147114126
Binary1001001111100101111110
Octal223162176

Shades and tints

Shades of #93727E

#93727E
(147,114,126)
#866873
(134,104,115)
#795E68
(121,94,104)
#6C545D
(108,84,93)
#5F4A52
(95,74,82)
#524047
(82,64,71)
#45363C
(69,54,60)
#382C31
(56,44,49)
#2B2226
(43,34,38)
#1E181B
(30,24,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #93727E

#93727E
(147,114,126)
#9C7E89
(156,126,137)
#A58A94
(165,138,148)
#AE969F
(174,150,159)
#B7A2AA
(183,162,170)
#C0AEB5
(192,174,181)
#C9BAC0
(201,186,192)
#D2C6CB
(210,198,203)
#DBD2D6
(219,210,214)
#E4DEE1
(228,222,225)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93727E; }

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

This text font color is #93727E.


Background Color

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

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

This div background color is #93727E.


Border color

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

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

This div border color is #93727E.


Opacity

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

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

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

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

This text has shadow with #93727E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93727E on black background.


Color preview on white background

This text has color #93727E on white background.



Black color preview on #93727E background

This text has black color on #93727E background.


White color preview on #93727E background

This text has white color on #93727E background.