COLOR #63355D

HEX: #63355D
RGB: (99,53,93)

Color info

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

RGB color model

#63355D color RGB value is (99,53,93).

  • red value is 99;
  • green value is 53;
  • blue value is 93.
RGB:
(99,53,93)
(39%,21%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 53 of 255 = 21%
B 93 of 255 = 36%

99
53
93

R + G + B ~ 32%. #63355D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 53 + 93 = 245 (100%)
R 99 of 245 ~ 40.41%
G 53 of 245 ~ 21.63%
B 93 of 245 ~ 37.96%

%40.41
%21.63
%37.96

CMYK color model

#63355D color CMYK value is (0,46,6,61).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(0,46,6,61)
C0M46Y6K61 
(0%,46%,6%,61%)
(0.00/0.46/0.06/0.61)	

CMYK percentages

%0
%46.46
%6.06
%61.18

Codes

Color #63355D in popluar color models

63355D
RGB995393
HSL308°30.26%29.80%
HSB/HSV308°46.46%38.82%
CMYK0.00%46.46%6.06%
61.18%

Color #63355D in popluar number systems.

HEX63355D
Decimal995393
Binary11000111101011011101
Octal14365135

Shades and tints

Shades of #63355D

#63355D
(99,53,93)
#5A3155
(90,49,85)
#512D4D
(81,45,77)
#482945
(72,41,69)
#3F253D
(63,37,61)
#362135
(54,33,53)
#2D1D2D
(45,29,45)
#241925
(36,25,37)
#1B151D
(27,21,29)
#121115
(18,17,21)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #63355D

#63355D
(99,53,93)
#71476B
(113,71,107)
#7F5979
(127,89,121)
#8D6B87
(141,107,135)
#9B7D95
(155,125,149)
#A98FA3
(169,143,163)
#B7A1B1
(183,161,177)
#C5B3BF
(197,179,191)
#D3C5CD
(211,197,205)
#E1D7DB
(225,215,219)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63355D color. Also use rgb(99,53,93) instead hex code.

Text Font Color

.myTextColor { color: #63355D; }

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

This text font color is #63355D.


Background Color

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

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

This div background color is #63355D.


Border color

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

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

This div border color is #63355D.


Opacity

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

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

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

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

This text has shadow with #63355D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63355D on black background.


Color preview on white background

This text has color #63355D on white background.



Black color preview on #63355D background

This text has black color on #63355D background.


White color preview on #63355D background

This text has white color on #63355D background.