COLOR #93728A

HEX: #93728A
RGB: (147,114,138)

Color info

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

RGB color model

#93728A color RGB value is (147,114,138).

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

RGB channels and saturation

R 147 of 255 = 58%
G 114 of 255 = 45%
B 138 of 255 = 54%

147
114
138

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

Portions of RGB colors in percentages

R + G + B =
147 + 114 + 138 = 399 (100%)
R 147 of 399 ~ 36.84%
G 114 of 399 ~ 28.57%
B 138 of 399 ~ 34.59%

%36.84
%28.57
%34.59

CMYK color model

#93728A color CMYK value is (0,22,6,42).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 6.12%
  • key color value is 42.35%
CMYK:
(0,22,6,42)
C0M22Y6K42 
(0%,22%,6%,42%)
(0.00/0.22/0.06/0.42)	

CMYK percentages

%0
%22.45
%6.12
%42.35

Codes

Color #93728A in popluar color models

93728A
RGB147114138
HSL316°13.25%51.18%
HSB/HSV316°22.45%57.65%
CMYK0.00%22.45%6.12%
42.35%

Color #93728A in popluar number systems.

HEX93728A
Decimal147114138
Binary10010011111001010001010
Octal223162212

Shades and tints

Shades of #93728A

#93728A
(147,114,138)
#86687E
(134,104,126)
#795E72
(121,94,114)
#6C5466
(108,84,102)
#5F4A5A
(95,74,90)
#52404E
(82,64,78)
#453642
(69,54,66)
#382C36
(56,44,54)
#2B222A
(43,34,42)
#1E181E
(30,24,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #93728A

#93728A
(147,114,138)
#9C7E94
(156,126,148)
#A58A9E
(165,138,158)
#AE96A8
(174,150,168)
#B7A2B2
(183,162,178)
#C0AEBC
(192,174,188)
#C9BAC6
(201,186,198)
#D2C6D0
(210,198,208)
#DBD2DA
(219,210,218)
#E4DEE4
(228,222,228)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93728A color. Also use rgb(147,114,138) instead hex code.

Text Font Color

.myTextColor { color: #93728A; }

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

This text font color is #93728A.


Background Color

.myBgColor { background-color: #93728A; }

<div style="background-color:#93728A">Inner text</div>

This div background color is #93728A.


Border color

.myBorderColor { border: 1px solid #93728A; }

<div style="border:3px solid #93728A">Div</div>

This div border color is #93728A.


Opacity

.myOpacity80 { color: #93728A; opacity: 0.8; }

<p style="color:#93728A;opacity:0.8;">80%</p>

Text with #93728A 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 #93728A;}

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

This text has shadow with #93728A color.

.textShadow {text-shadow: 3px 3px 1px #93728A, 3px 3px 1px red;}

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

This text has shadow with #93728A primary color and red secondary color.


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

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

This text has shadow with #93728A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93728A on black background.


Color preview on white background

This text has color #93728A on white background.



Black color preview on #93728A background

This text has black color on #93728A background.


White color preview on #93728A background

This text has white color on #93728A background.