COLOR #63385C

HEX: #63385C
RGB: (99,56,92)

Color info

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

RGB color model

#63385C color RGB value is (99,56,92).

  • red value is 99;
  • green value is 56;
  • blue value is 92.
RGB:
(99,56,92)
(39%,22%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 56 of 255 = 22%
B 92 of 255 = 36%

99
56
92

R + G + B ~ 32%. #63385C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 56 + 92 = 247 (100%)
R 99 of 247 ~ 40.08%
G 56 of 247 ~ 22.67%
B 92 of 247 ~ 37.25%

%40.08
%22.67
%37.25

CMYK color model

#63385C color CMYK value is (0,43,7,61).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(0,43,7,61)
C0M43Y7K61 
(0%,43%,7%,61%)
(0.00/0.43/0.07/0.61)	

CMYK percentages

%0
%43.43
%7.07
%61.18

Codes

Color #63385C in popluar color models

63385C
RGB995692
HSL310°27.74%30.39%
HSB/HSV310°43.43%38.82%
CMYK0.00%43.43%7.07%
61.18%

Color #63385C in popluar number systems.

HEX63385C
Decimal995692
Binary11000111110001011100
Octal14370134

Shades and tints

Shades of #63385C

#63385C
(99,56,92)
#5A3354
(90,51,84)
#512E4C
(81,46,76)
#482944
(72,41,68)
#3F243C
(63,36,60)
#361F34
(54,31,52)
#2D1A2C
(45,26,44)
#241524
(36,21,36)
#1B101C
(27,16,28)
#120B14
(18,11,20)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #63385C

#63385C
(99,56,92)
#714A6A
(113,74,106)
#7F5C78
(127,92,120)
#8D6E86
(141,110,134)
#9B8094
(155,128,148)
#A992A2
(169,146,162)
#B7A4B0
(183,164,176)
#C5B6BE
(197,182,190)
#D3C8CC
(211,200,204)
#E1DADA
(225,218,218)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63385C color. Also use rgb(99,56,92) instead hex code.

Text Font Color

.myTextColor { color: #63385C; }

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

This text font color is #63385C.


Background Color

.myBgColor { background-color: #63385C; }

<div style="background-color:#63385C">Inner text</div>

This div background color is #63385C.


Border color

.myBorderColor { border: 1px solid #63385C; }

<div style="border:3px solid #63385C">Div</div>

This div border color is #63385C.


Opacity

.myOpacity80 { color: #63385C; opacity: 0.8; }

<p style="color:#63385C;opacity:0.8;">80%</p>

Text with #63385C 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 #63385C;}

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

This text has shadow with #63385C color.

.textShadow {text-shadow: 3px 3px 1px #63385C, 3px 3px 1px red;}

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

This text has shadow with #63385C primary color and red secondary color.


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

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

This text has shadow with #63385C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63385C on black background.


Color preview on white background

This text has color #63385C on white background.



Black color preview on #63385C background

This text has black color on #63385C background.


White color preview on #63385C background

This text has white color on #63385C background.