COLOR #93617C

HEX: #93617C
RGB: (147,97,124)

Color info

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

RGB color model

#93617C color RGB value is (147,97,124).

  • red value is 147;
  • green value is 97;
  • blue value is 124.
RGB:
(147,97,124)
(58%,38%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 97 of 255 = 38%
B 124 of 255 = 49%

147
97
124

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

Portions of RGB colors in percentages

R + G + B =
147 + 97 + 124 = 368 (100%)
R 147 of 368 ~ 39.95%
G 97 of 368 ~ 26.36%
B 124 of 368 ~ 33.7%

%39.95
%26.36
%33.7

CMYK color model

#93617C color CMYK value is (0,34,16,42).

  • cyan value is 0.00%
  • magenta value is 34.01%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK:
(0,34,16,42)
C0M34Y16K42 
(0%,34%,16%,42%)
(0.00/0.34/0.16/0.42)	

CMYK percentages

%0
%34.01
%15.65
%42.35

Codes

Color #93617C in popluar color models

93617C
RGB14797124
HSL328°20.49%47.84%
HSB/HSV328°34.01%57.65%
CMYK0.00%34.01%15.65%
42.35%

Color #93617C in popluar number systems.

HEX93617C
Decimal14797124
Binary1001001111000011111100
Octal223141174

Shades and tints

Shades of #93617C

#93617C
(147,97,124)
#865971
(134,89,113)
#795166
(121,81,102)
#6C495B
(108,73,91)
#5F4150
(95,65,80)
#523945
(82,57,69)
#45313A
(69,49,58)
#38292F
(56,41,47)
#2B2124
(43,33,36)
#1E1919
(30,25,25)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #93617C

#93617C
(147,97,124)
#9C6F87
(156,111,135)
#A57D92
(165,125,146)
#AE8B9D
(174,139,157)
#B799A8
(183,153,168)
#C0A7B3
(192,167,179)
#C9B5BE
(201,181,190)
#D2C3C9
(210,195,201)
#DBD1D4
(219,209,212)
#E4DFDF
(228,223,223)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93617C color. Also use rgb(147,97,124) instead hex code.

Text Font Color

.myTextColor { color: #93617C; }

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

This text font color is #93617C.


Background Color

.myBgColor { background-color: #93617C; }

<div style="background-color:#93617C">Inner text</div>

This div background color is #93617C.


Border color

.myBorderColor { border: 1px solid #93617C; }

<div style="border:3px solid #93617C">Div</div>

This div border color is #93617C.


Opacity

.myOpacity80 { color: #93617C; opacity: 0.8; }

<p style="color:#93617C;opacity:0.8;">80%</p>

Text with #93617C 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 #93617C;}

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

This text has shadow with #93617C color.

.textShadow {text-shadow: 3px 3px 1px #93617C, 3px 3px 1px red;}

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

This text has shadow with #93617C primary color and red secondary color.


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

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

This text has shadow with #93617C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93617C on black background.


Color preview on white background

This text has color #93617C on white background.



Black color preview on #93617C background

This text has black color on #93617C background.


White color preview on #93617C background

This text has white color on #93617C background.