COLOR #63395A

HEX: #63395A
RGB: (99,57,90)

Color info

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

RGB color model

#63395A color RGB value is (99,57,90).

  • red value is 99;
  • green value is 57;
  • blue value is 90.
RGB:
(99,57,90)
(39%,22%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 57 of 255 = 22%
B 90 of 255 = 35%

99
57
90

R + G + B ~ 32%. #63395A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 57 + 90 = 246 (100%)
R 99 of 246 ~ 40.24%
G 57 of 246 ~ 23.17%
B 90 of 246 ~ 36.59%

%40.24
%23.17
%36.59

CMYK color model

#63395A color CMYK value is (0,42,9,61).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(0,42,9,61)
C0M42Y9K61 
(0%,42%,9%,61%)
(0.00/0.42/0.09/0.61)	

CMYK percentages

%0
%42.42
%9.09
%61.18

Codes

Color #63395A in popluar color models

63395A
RGB995790
HSL313°26.92%30.59%
HSB/HSV313°42.42%38.82%
CMYK0.00%42.42%9.09%
61.18%

Color #63395A in popluar number systems.

HEX63395A
Decimal995790
Binary11000111110011011010
Octal14371132

Shades and tints

Shades of #63395A

#63395A
(99,57,90)
#5A3452
(90,52,82)
#512F4A
(81,47,74)
#482A42
(72,42,66)
#3F253A
(63,37,58)
#362032
(54,32,50)
#2D1B2A
(45,27,42)
#241622
(36,22,34)
#1B111A
(27,17,26)
#120C12
(18,12,18)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #63395A

#63395A
(99,57,90)
#714B69
(113,75,105)
#7F5D78
(127,93,120)
#8D6F87
(141,111,135)
#9B8196
(155,129,150)
#A993A5
(169,147,165)
#B7A5B4
(183,165,180)
#C5B7C3
(197,183,195)
#D3C9D2
(211,201,210)
#E1DBE1
(225,219,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63395A color. Also use rgb(99,57,90) instead hex code.

Text Font Color

.myTextColor { color: #63395A; }

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

This text font color is #63395A.


Background Color

.myBgColor { background-color: #63395A; }

<div style="background-color:#63395A">Inner text</div>

This div background color is #63395A.


Border color

.myBorderColor { border: 1px solid #63395A; }

<div style="border:3px solid #63395A">Div</div>

This div border color is #63395A.


Opacity

.myOpacity80 { color: #63395A; opacity: 0.8; }

<p style="color:#63395A;opacity:0.8;">80%</p>

Text with #63395A 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 #63395A;}

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

This text has shadow with #63395A color.

.textShadow {text-shadow: 3px 3px 1px #63395A, 3px 3px 1px red;}

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

This text has shadow with #63395A primary color and red secondary color.


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

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

This text has shadow with #63395A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63395A on black background.


Color preview on white background

This text has color #63395A on white background.



Black color preview on #63395A background

This text has black color on #63395A background.


White color preview on #63395A background

This text has white color on #63395A background.