COLOR #63487D

HEX: #63487D
RGB: (99,72,125)

Color info

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

RGB color model

#63487D color RGB value is (99,72,125).

  • red value is 99;
  • green value is 72;
  • blue value is 125.
RGB:
(99,72,125)
(39%,28%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 72 of 255 = 28%
B 125 of 255 = 49%

99
72
125

R + G + B ~ 39%. #63487D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 72 + 125 = 296 (100%)
R 99 of 296 ~ 33.45%
G 72 of 296 ~ 24.32%
B 125 of 296 ~ 42.23%

%33.45
%24.32
%42.23

CMYK color model

#63487D color CMYK value is (21,42,0,51).

  • cyan value is 20.80%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(21,42,0,51)
C21M42Y0K51 
(21%,42%,0%,51%)
(0.21/0.42/0.00/0.51)	

CMYK percentages

%20.8
%42.4
%0
%50.98

Codes

Color #63487D in popluar color models

63487D
RGB9972125
HSL271°26.90%38.63%
HSB/HSV271°42.40%49.02%
CMYK20.80%42.40%0.00%
50.98%

Color #63487D in popluar number systems.

HEX63487D
Decimal9972125
Binary110001110010001111101
Octal143110175

Shades and tints

Shades of #63487D

#63487D
(99,72,125)
#5A4272
(90,66,114)
#513C67
(81,60,103)
#48365C
(72,54,92)
#3F3051
(63,48,81)
#362A46
(54,42,70)
#2D243B
(45,36,59)
#241E30
(36,30,48)
#1B1825
(27,24,37)
#12121A
(18,18,26)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #63487D

#63487D
(99,72,125)
#715888
(113,88,136)
#7F6893
(127,104,147)
#8D789E
(141,120,158)
#9B88A9
(155,136,169)
#A998B4
(169,152,180)
#B7A8BF
(183,168,191)
#C5B8CA
(197,184,202)
#D3C8D5
(211,200,213)
#E1D8E0
(225,216,224)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63487D color. Also use rgb(99,72,125) instead hex code.

Text Font Color

.myTextColor { color: #63487D; }

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

This text font color is #63487D.


Background Color

.myBgColor { background-color: #63487D; }

<div style="background-color:#63487D">Inner text</div>

This div background color is #63487D.


Border color

.myBorderColor { border: 1px solid #63487D; }

<div style="border:3px solid #63487D">Div</div>

This div border color is #63487D.


Opacity

.myOpacity80 { color: #63487D; opacity: 0.8; }

<p style="color:#63487D;opacity:0.8;">80%</p>

Text with #63487D 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 #63487D;}

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

This text has shadow with #63487D color.

.textShadow {text-shadow: 3px 3px 1px #63487D, 3px 3px 1px red;}

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

This text has shadow with #63487D primary color and red secondary color.


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

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

This text has shadow with #63487D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63487D on black background.


Color preview on white background

This text has color #63487D on white background.



Black color preview on #63487D background

This text has black color on #63487D background.


White color preview on #63487D background

This text has white color on #63487D background.