COLOR #63507B

HEX: #63507B
RGB: (99,80,123)

Color info

#63507B contains red, green and blue colors in about the same proportion. Web safe color of #63507B is #666666 (or #666).

RGB color model

#63507B color RGB value is (99,80,123).

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

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 123 of 255 = 48%

99
80
123

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

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 123 = 302 (100%)
R 99 of 302 ~ 32.78%
G 80 of 302 ~ 26.49%
B 123 of 302 ~ 40.73%

%32.78
%26.49
%40.73

CMYK color model

#63507B color CMYK value is (20,35,0,52).

  • cyan value is 19.51%
  • magenta value is 34.96%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(20,35,0,52)
C20M35Y0K52 
(20%,35%,0%,52%)
(0.20/0.35/0.00/0.52)	

CMYK percentages

%19.51
%34.96
%0
%51.76

Codes

Color #63507B in popluar color models

63507B
RGB9980123
HSL267°21.18%39.80%
HSB/HSV267°34.96%48.24%
CMYK19.51%34.96%0.00%
51.76%

Color #63507B in popluar number systems.

HEX63507B
Decimal9980123
Binary110001110100001111011
Octal143120173

Shades and tints

Shades of #63507B

#63507B
(99,80,123)
#5A4970
(90,73,112)
#514265
(81,66,101)
#483B5A
(72,59,90)
#3F344F
(63,52,79)
#362D44
(54,45,68)
#2D2639
(45,38,57)
#241F2E
(36,31,46)
#1B1823
(27,24,35)
#121118
(18,17,24)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #63507B

#63507B
(99,80,123)
#715F87
(113,95,135)
#7F6E93
(127,110,147)
#8D7D9F
(141,125,159)
#9B8CAB
(155,140,171)
#A99BB7
(169,155,183)
#B7AAC3
(183,170,195)
#C5B9CF
(197,185,207)
#D3C8DB
(211,200,219)
#E1D7E7
(225,215,231)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63507B; }

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

This text font color is #63507B.


Background Color

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

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

This div background color is #63507B.


Border color

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

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

This div border color is #63507B.


Opacity

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

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

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

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

This text has shadow with #63507B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63507B on black background.


Color preview on white background

This text has color #63507B on white background.



Black color preview on #63507B background

This text has black color on #63507B background.


White color preview on #63507B background

This text has white color on #63507B background.