COLOR #63315A

HEX: #63315A
RGB: (99,49,90)

Color info

#63315A contains red, green and blue colors in about the same proportion. Web safe color of #63315A is #663366 (or #636).

RGB color model

#63315A color RGB value is (99,49,90).

  • red value is 99;
  • green value is 49;
  • blue value is 90.
RGB:
(99,49,90)
(39%,19%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 49 of 255 = 19%
B 90 of 255 = 35%

99
49
90

R + G + B ~ 31%. #63315A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 49 + 90 = 238 (100%)
R 99 of 238 ~ 41.6%
G 49 of 238 ~ 20.59%
B 90 of 238 ~ 37.82%

%41.6
%20.59
%37.82

CMYK color model

#63315A color CMYK value is (0,51,9,61).

  • cyan value is 0.00%
  • magenta value is 50.51%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(0,51,9,61)
C0M51Y9K61 
(0%,51%,9%,61%)
(0.00/0.51/0.09/0.61)	

CMYK percentages

%0
%50.51
%9.09
%61.18

Codes

Color #63315A in popluar color models

63315A
RGB994990
HSL311°33.78%29.02%
HSB/HSV311°50.51%38.82%
CMYK0.00%50.51%9.09%
61.18%

Color #63315A in popluar number systems.

HEX63315A
Decimal994990
Binary11000111100011011010
Octal14361132

Shades and tints

Shades of #63315A

#63315A
(99,49,90)
#5A2D52
(90,45,82)
#51294A
(81,41,74)
#482542
(72,37,66)
#3F213A
(63,33,58)
#361D32
(54,29,50)
#2D192A
(45,25,42)
#241522
(36,21,34)
#1B111A
(27,17,26)
#120D12
(18,13,18)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #63315A

#63315A
(99,49,90)
#714369
(113,67,105)
#7F5578
(127,85,120)
#8D6787
(141,103,135)
#9B7996
(155,121,150)
#A98BA5
(169,139,165)
#B79DB4
(183,157,180)
#C5AFC3
(197,175,195)
#D3C1D2
(211,193,210)
#E1D3E1
(225,211,225)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63315A color. Also use rgb(99,49,90) instead hex code.

Text Font Color

.myTextColor { color: #63315A; }

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

This text font color is #63315A.


Background Color

.myBgColor { background-color: #63315A; }

<div style="background-color:#63315A">Inner text</div>

This div background color is #63315A.


Border color

.myBorderColor { border: 1px solid #63315A; }

<div style="border:3px solid #63315A">Div</div>

This div border color is #63315A.


Opacity

.myOpacity80 { color: #63315A; opacity: 0.8; }

<p style="color:#63315A;opacity:0.8;">80%</p>

Text with #63315A 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 #63315A;}

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

This text has shadow with #63315A color.

.textShadow {text-shadow: 3px 3px 1px #63315A, 3px 3px 1px red;}

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

This text has shadow with #63315A primary color and red secondary color.


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

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

This text has shadow with #63315A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63315A on black background.


Color preview on white background

This text has color #63315A on white background.



Black color preview on #63315A background

This text has black color on #63315A background.


White color preview on #63315A background

This text has white color on #63315A background.