COLOR #63588B

HEX: #63588B
RGB: (99,88,139)

Color info

#63588B contains red, green and blue colors in about the same proportion. Web safe color of #63588B is #666699 (or #669).

RGB color model

#63588B color RGB value is (99,88,139).

  • red value is 99;
  • green value is 88;
  • blue value is 139.
RGB:
(99,88,139)
(39%,35%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 88 of 255 = 35%
B 139 of 255 = 55%

99
88
139

R + G + B ~ 43%. #63588B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 88 + 139 = 326 (100%)
R 99 of 326 ~ 30.37%
G 88 of 326 ~ 26.99%
B 139 of 326 ~ 42.64%

%30.37
%26.99
%42.64

CMYK color model

#63588B color CMYK value is (29,37,0,45).

  • cyan value is 28.78%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(29,37,0,45)
C29M37Y0K45 
(29%,37%,0%,45%)
(0.29/0.37/0.00/0.45)	

CMYK percentages

%28.78
%36.69
%0
%45.49

Codes

Color #63588B in popluar color models

63588B
RGB9988139
HSL253°22.47%44.51%
HSB/HSV253°36.69%54.51%
CMYK28.78%36.69%0.00%
45.49%

Color #63588B in popluar number systems.

HEX63588B
Decimal9988139
Binary1100011101100010001011
Octal143130213

Shades and tints

Shades of #63588B

#63588B
(99,88,139)
#5A507F
(90,80,127)
#514873
(81,72,115)
#484067
(72,64,103)
#3F385B
(63,56,91)
#36304F
(54,48,79)
#2D2843
(45,40,67)
#242037
(36,32,55)
#1B182B
(27,24,43)
#12101F
(18,16,31)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #63588B

#63588B
(99,88,139)
#716795
(113,103,149)
#7F769F
(127,118,159)
#8D85A9
(141,133,169)
#9B94B3
(155,148,179)
#A9A3BD
(169,163,189)
#B7B2C7
(183,178,199)
#C5C1D1
(197,193,209)
#D3D0DB
(211,208,219)
#E1DFE5
(225,223,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63588B color. Also use rgb(99,88,139) instead hex code.

Text Font Color

.myTextColor { color: #63588B; }

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

This text font color is #63588B.


Background Color

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

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

This div background color is #63588B.


Border color

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

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

This div border color is #63588B.


Opacity

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

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

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

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

This text has shadow with #63588B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63588B on black background.


Color preview on white background

This text has color #63588B on white background.



Black color preview on #63588B background

This text has black color on #63588B background.


White color preview on #63588B background

This text has white color on #63588B background.