COLOR #63155B

HEX: #63155B
RGB: (99,21,91)

Color info

#63155B contains mainly red and blue colors. Web safe color of #63155B is #660066 (or #606).

RGB color model

#63155B color RGB value is (99,21,91).

  • red value is 99;
  • green value is 21;
  • blue value is 91.
RGB:
(99,21,91)
(39%,8%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 21 of 255 = 8%
B 91 of 255 = 36%

99
21
91

R + G + B ~ 28%. #63155B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 21 + 91 = 211 (100%)
R 99 of 211 ~ 46.92%
G 21 of 211 ~ 9.95%
B 91 of 211 ~ 43.13%

%46.92
%9.95
%43.13

CMYK color model

#63155B color CMYK value is (0,79,8,61).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(0,79,8,61)
C0M79Y8K61 
(0%,79%,8%,61%)
(0.00/0.79/0.08/0.61)	

CMYK percentages

%0
%78.79
%8.08
%61.18

Codes

Color #63155B in popluar color models

63155B
RGB992191
HSL306°65.00%23.53%
HSB/HSV306°78.79%38.82%
CMYK0.00%78.79%8.08%
61.18%

Color #63155B in popluar number systems.

HEX63155B
Decimal992191
Binary1100011101011011011
Octal14325133

Shades and tints

Shades of #63155B

#63155B
(99,21,91)
#5A1453
(90,20,83)
#51134B
(81,19,75)
#481243
(72,18,67)
#3F113B
(63,17,59)
#361033
(54,16,51)
#2D0F2B
(45,15,43)
#240E23
(36,14,35)
#1B0D1B
(27,13,27)
#120C13
(18,12,19)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #63155B

#63155B
(99,21,91)
#712A69
(113,42,105)
#7F3F77
(127,63,119)
#8D5485
(141,84,133)
#9B6993
(155,105,147)
#A97EA1
(169,126,161)
#B793AF
(183,147,175)
#C5A8BD
(197,168,189)
#D3BDCB
(211,189,203)
#E1D2D9
(225,210,217)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63155B color. Also use rgb(99,21,91) instead hex code.

Text Font Color

.myTextColor { color: #63155B; }

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

This text font color is #63155B.


Background Color

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

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

This div background color is #63155B.


Border color

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

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

This div border color is #63155B.


Opacity

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

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

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

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

This text has shadow with #63155B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63155B on black background.


Color preview on white background

This text has color #63155B on white background.



Black color preview on #63155B background

This text has black color on #63155B background.


White color preview on #63155B background

This text has white color on #63155B background.