COLOR #63113B

HEX: #63113B
RGB: (99,17,59)

Color info

#63113B contains mainly red and blue colors. Web safe color of #63113B is #660033 (or #603).

RGB color model

#63113B color RGB value is (99,17,59).

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

RGB channels and saturation

R 99 of 255 = 39%
G 17 of 255 = 7%
B 59 of 255 = 23%

99
17
59

R + G + B ~ 23%. #63113B is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 17 + 59 = 175 (100%)
R 99 of 175 ~ 56.57%
G 17 of 175 ~ 9.71%
B 59 of 175 ~ 33.71%

%56.57
%9.71
%33.71

CMYK color model

#63113B color CMYK value is (0,83,40,61).

  • cyan value is 0.00%
  • magenta value is 82.83%
  • yellow value is 40.40%
  • key color value is 61.18%
CMYK:
(0,83,40,61)
C0M83Y40K61 
(0%,83%,40%,61%)
(0.00/0.83/0.40/0.61)	

CMYK percentages

%0
%82.83
%40.4
%61.18

Codes

Color #63113B in popluar color models

63113B
RGB991759
HSL329°70.69%22.75%
HSB/HSV329°82.83%38.82%
CMYK0.00%82.83%40.40%
61.18%

Color #63113B in popluar number systems.

HEX63113B
Decimal991759
Binary110001110001111011
Octal1432173

Shades and tints

Shades of #63113B

#63113B
(99,17,59)
#5A1036
(90,16,54)
#510F31
(81,15,49)
#480E2C
(72,14,44)
#3F0D27
(63,13,39)
#360C22
(54,12,34)
#2D0B1D
(45,11,29)
#240A18
(36,10,24)
#1B0913
(27,9,19)
#12080E
(18,8,14)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #63113B

#63113B
(99,17,59)
#71264C
(113,38,76)
#7F3B5D
(127,59,93)
#8D506E
(141,80,110)
#9B657F
(155,101,127)
#A97A90
(169,122,144)
#B78FA1
(183,143,161)
#C5A4B2
(197,164,178)
#D3B9C3
(211,185,195)
#E1CED4
(225,206,212)
#EFE3E5
(239,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63113B; }

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

This text font color is #63113B.


Background Color

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

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

This div background color is #63113B.


Border color

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

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

This div border color is #63113B.


Opacity

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

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

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

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

This text has shadow with #63113B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63113B on black background.


Color preview on white background

This text has color #63113B on white background.



Black color preview on #63113B background

This text has black color on #63113B background.


White color preview on #63113B background

This text has white color on #63113B background.