COLOR #93113B

HEX: #93113B
RGB: (147,17,59)

Color info

#93113B contains mainly red color. Web safe color of #93113B is #990033 (or #903).

RGB color model

#93113B color RGB value is (147,17,59).

  • red value is 147;
  • green value is 17;
  • blue value is 59.
RGB:
(147,17,59)
(58%,7%,23%)

RGB channels and saturation

R 147 of 255 = 58%
G 17 of 255 = 7%
B 59 of 255 = 23%

147
17
59

R + G + B ~ 29%. #93113B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 17 + 59 = 223 (100%)
R 147 of 223 ~ 65.92%
G 17 of 223 ~ 7.62%
B 59 of 223 ~ 26.46%

%65.92
%26.46

CMYK color model

#93113B color CMYK value is (0,88,60,42).

  • cyan value is 0.00%
  • magenta value is 88.44%
  • yellow value is 59.86%
  • key color value is 42.35%
CMYK:
(0,88,60,42)
C0M88Y60K42 
(0%,88%,60%,42%)
(0.00/0.88/0.60/0.42)	

CMYK percentages

%0
%88.44
%59.86
%42.35

Codes

Color #93113B in popluar color models

93113B
RGB1471759
HSL341°79.27%32.16%
HSB/HSV341°88.44%57.65%
CMYK0.00%88.44%59.86%
42.35%

Color #93113B in popluar number systems.

HEX93113B
Decimal1471759
Binary1001001110001111011
Octal2232173

Shades and tints

Shades of #93113B

#93113B
(147,17,59)
#861036
(134,16,54)
#790F31
(121,15,49)
#6C0E2C
(108,14,44)
#5F0D27
(95,13,39)
#520C22
(82,12,34)
#450B1D
(69,11,29)
#380A18
(56,10,24)
#2B0913
(43,9,19)
#1E080E
(30,8,14)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #93113B

#93113B
(147,17,59)
#9C264C
(156,38,76)
#A53B5D
(165,59,93)
#AE506E
(174,80,110)
#B7657F
(183,101,127)
#C07A90
(192,122,144)
#C98FA1
(201,143,161)
#D2A4B2
(210,164,178)
#DBB9C3
(219,185,195)
#E4CED4
(228,206,212)
#EDE3E5
(237,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93113B color. Also use rgb(147,17,59) instead hex code.

Text Font Color

.myTextColor { color: #93113B; }

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

This text font color is #93113B.


Background Color

.myBgColor { background-color: #93113B; }

<div style="background-color:#93113B">Inner text</div>

This div background color is #93113B.


Border color

.myBorderColor { border: 1px solid #93113B; }

<div style="border:3px solid #93113B">Div</div>

This div border color is #93113B.


Opacity

.myOpacity80 { color: #93113B; opacity: 0.8; }

<p style="color:#93113B;opacity:0.8;">80%</p>

Text with #93113B 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 #93113B;}

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

This text has shadow with #93113B color.

.textShadow {text-shadow: 3px 3px 1px #93113B, 3px 3px 1px red;}

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

This text has shadow with #93113B primary color and red secondary color.


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

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

This text has shadow with #93113B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93113B on black background.


Color preview on white background

This text has color #93113B on white background.



Black color preview on #93113B background

This text has black color on #93113B background.


White color preview on #93113B background

This text has white color on #93113B background.