COLOR #63377B

HEX: #63377B
RGB: (99,55,123)

Color info

#63377B contains mainly red and blue colors. Web safe color of #63377B is #663366 (or #636).

RGB color model

#63377B color RGB value is (99,55,123).

  • red value is 99;
  • green value is 55;
  • blue value is 123.
RGB:
(99,55,123)
(39%,22%,48%)

RGB channels and saturation

R 99 of 255 = 39%
G 55 of 255 = 22%
B 123 of 255 = 48%

99
55
123

R + G + B ~ 36%. #63377B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 55 + 123 = 277 (100%)
R 99 of 277 ~ 35.74%
G 55 of 277 ~ 19.86%
B 123 of 277 ~ 44.4%

%35.74
%19.86
%44.4

CMYK color model

#63377B color CMYK value is (20,55,0,52).

  • cyan value is 19.51%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(20,55,0,52)
C20M55Y0K52 
(20%,55%,0%,52%)
(0.20/0.55/0.00/0.52)	

CMYK percentages

%19.51
%55.28
%0
%51.76

Codes

Color #63377B in popluar color models

63377B
RGB9955123
HSL279°38.20%34.90%
HSB/HSV279°55.28%48.24%
CMYK19.51%55.28%0.00%
51.76%

Color #63377B in popluar number systems.

HEX63377B
Decimal9955123
Binary11000111101111111011
Octal14367173

Shades and tints

Shades of #63377B

#63377B
(99,55,123)
#5A3270
(90,50,112)
#512D65
(81,45,101)
#48285A
(72,40,90)
#3F234F
(63,35,79)
#361E44
(54,30,68)
#2D1939
(45,25,57)
#24142E
(36,20,46)
#1B0F23
(27,15,35)
#120A18
(18,10,24)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #63377B

#63377B
(99,55,123)
#714987
(113,73,135)
#7F5B93
(127,91,147)
#8D6D9F
(141,109,159)
#9B7FAB
(155,127,171)
#A991B7
(169,145,183)
#B7A3C3
(183,163,195)
#C5B5CF
(197,181,207)
#D3C7DB
(211,199,219)
#E1D9E7
(225,217,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63377B color. Also use rgb(99,55,123) instead hex code.

Text Font Color

.myTextColor { color: #63377B; }

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

This text font color is #63377B.


Background Color

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

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

This div background color is #63377B.


Border color

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

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

This div border color is #63377B.


Opacity

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

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

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

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

This text has shadow with #63377B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63377B on black background.


Color preview on white background

This text has color #63377B on white background.



Black color preview on #63377B background

This text has black color on #63377B background.


White color preview on #63377B background

This text has white color on #63377B background.