COLOR #63285E

HEX: #63285E
RGB: (99,40,94)

Color info

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

RGB color model

#63285E color RGB value is (99,40,94).

  • red value is 99;
  • green value is 40;
  • blue value is 94.
RGB:
(99,40,94)
(39%,16%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 40 of 255 = 16%
B 94 of 255 = 37%

99
40
94

R + G + B ~ 31%. #63285E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 40 + 94 = 233 (100%)
R 99 of 233 ~ 42.49%
G 40 of 233 ~ 17.17%
B 94 of 233 ~ 40.34%

%42.49
%17.17
%40.34

CMYK color model

#63285E color CMYK value is (0,60,5,61).

  • cyan value is 0.00%
  • magenta value is 59.60%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(0,60,5,61)
C0M60Y5K61 
(0%,60%,5%,61%)
(0.00/0.60/0.05/0.61)	

CMYK percentages

%0
%59.6
%5.05
%61.18

Codes

Color #63285E in popluar color models

63285E
RGB994094
HSL305°42.45%27.25%
HSB/HSV305°59.60%38.82%
CMYK0.00%59.60%5.05%
61.18%

Color #63285E in popluar number systems.

HEX63285E
Decimal994094
Binary11000111010001011110
Octal14350136

Shades and tints

Shades of #63285E

#63285E
(99,40,94)
#5A2556
(90,37,86)
#51224E
(81,34,78)
#481F46
(72,31,70)
#3F1C3E
(63,28,62)
#361936
(54,25,54)
#2D162E
(45,22,46)
#241326
(36,19,38)
#1B101E
(27,16,30)
#120D16
(18,13,22)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #63285E

#63285E
(99,40,94)
#713B6C
(113,59,108)
#7F4E7A
(127,78,122)
#8D6188
(141,97,136)
#9B7496
(155,116,150)
#A987A4
(169,135,164)
#B79AB2
(183,154,178)
#C5ADC0
(197,173,192)
#D3C0CE
(211,192,206)
#E1D3DC
(225,211,220)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63285E color. Also use rgb(99,40,94) instead hex code.

Text Font Color

.myTextColor { color: #63285E; }

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

This text font color is #63285E.


Background Color

.myBgColor { background-color: #63285E; }

<div style="background-color:#63285E">Inner text</div>

This div background color is #63285E.


Border color

.myBorderColor { border: 1px solid #63285E; }

<div style="border:3px solid #63285E">Div</div>

This div border color is #63285E.


Opacity

.myOpacity80 { color: #63285E; opacity: 0.8; }

<p style="color:#63285E;opacity:0.8;">80%</p>

Text with #63285E 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 #63285E;}

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

This text has shadow with #63285E color.

.textShadow {text-shadow: 3px 3px 1px #63285E, 3px 3px 1px red;}

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

This text has shadow with #63285E primary color and red secondary color.


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

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

This text has shadow with #63285E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63285E on black background.


Color preview on white background

This text has color #63285E on white background.



Black color preview on #63285E background

This text has black color on #63285E background.


White color preview on #63285E background

This text has white color on #63285E background.