COLOR #93637A

HEX: #93637A
RGB: (147,99,122)

Color info

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

RGB color model

#93637A color RGB value is (147,99,122).

  • red value is 147;
  • green value is 99;
  • blue value is 122.
RGB:
(147,99,122)
(58%,39%,48%)

RGB channels and saturation

R 147 of 255 = 58%
G 99 of 255 = 39%
B 122 of 255 = 48%

147
99
122

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

Portions of RGB colors in percentages

R + G + B =
147 + 99 + 122 = 368 (100%)
R 147 of 368 ~ 39.95%
G 99 of 368 ~ 26.9%
B 122 of 368 ~ 33.15%

%39.95
%26.9
%33.15

CMYK color model

#93637A color CMYK value is (0,33,17,42).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 17.01%
  • key color value is 42.35%
CMYK:
(0,33,17,42)
C0M33Y17K42 
(0%,33%,17%,42%)
(0.00/0.33/0.17/0.42)	

CMYK percentages

%0
%32.65
%17.01
%42.35

Codes

Color #93637A in popluar color models

93637A
RGB14799122
HSL331°19.51%48.24%
HSB/HSV331°32.65%57.65%
CMYK0.00%32.65%17.01%
42.35%

Color #93637A in popluar number systems.

HEX93637A
Decimal14799122
Binary1001001111000111111010
Octal223143172

Shades and tints

Shades of #93637A

#93637A
(147,99,122)
#865A6F
(134,90,111)
#795164
(121,81,100)
#6C4859
(108,72,89)
#5F3F4E
(95,63,78)
#523643
(82,54,67)
#452D38
(69,45,56)
#38242D
(56,36,45)
#2B1B22
(43,27,34)
#1E1217
(30,18,23)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #93637A

#93637A
(147,99,122)
#9C7186
(156,113,134)
#A57F92
(165,127,146)
#AE8D9E
(174,141,158)
#B79BAA
(183,155,170)
#C0A9B6
(192,169,182)
#C9B7C2
(201,183,194)
#D2C5CE
(210,197,206)
#DBD3DA
(219,211,218)
#E4E1E6
(228,225,230)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93637A color. Also use rgb(147,99,122) instead hex code.

Text Font Color

.myTextColor { color: #93637A; }

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

This text font color is #93637A.


Background Color

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

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

This div background color is #93637A.


Border color

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

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

This div border color is #93637A.


Opacity

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

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

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

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

This text has shadow with #93637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93637A on black background.


Color preview on white background

This text has color #93637A on white background.



Black color preview on #93637A background

This text has black color on #93637A background.


White color preview on #93637A background

This text has white color on #93637A background.