COLOR #63366B

HEX: #63366B
RGB: (99,54,107)

Color info

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

RGB color model

#63366B color RGB value is (99,54,107).

  • red value is 99;
  • green value is 54;
  • blue value is 107.
RGB:
(99,54,107)
(39%,21%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 54 of 255 = 21%
B 107 of 255 = 42%

99
54
107

R + G + B ~ 34%. #63366B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 54 + 107 = 260 (100%)
R 99 of 260 ~ 38.08%
G 54 of 260 ~ 20.77%
B 107 of 260 ~ 41.15%

%38.08
%20.77
%41.15

CMYK color model

#63366B color CMYK value is (7,50,0,58).

  • cyan value is 7.48%
  • magenta value is 49.53%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(7,50,0,58)
C7M50Y0K58 
(7%,50%,0%,58%)
(0.07/0.50/0.00/0.58)	

CMYK percentages

%7.48
%49.53
%0
%58.04

Codes

Color #63366B in popluar color models

63366B
RGB9954107
HSL291°32.92%31.57%
HSB/HSV291°49.53%41.96%
CMYK7.48%49.53%0.00%
58.04%

Color #63366B in popluar number systems.

HEX63366B
Decimal9954107
Binary11000111101101101011
Octal14366153

Shades and tints

Shades of #63366B

#63366B
(99,54,107)
#5A3262
(90,50,98)
#512E59
(81,46,89)
#482A50
(72,42,80)
#3F2647
(63,38,71)
#36223E
(54,34,62)
#2D1E35
(45,30,53)
#241A2C
(36,26,44)
#1B1623
(27,22,35)
#12121A
(18,18,26)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #63366B

#63366B
(99,54,107)
#714878
(113,72,120)
#7F5A85
(127,90,133)
#8D6C92
(141,108,146)
#9B7E9F
(155,126,159)
#A990AC
(169,144,172)
#B7A2B9
(183,162,185)
#C5B4C6
(197,180,198)
#D3C6D3
(211,198,211)
#E1D8E0
(225,216,224)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63366B color. Also use rgb(99,54,107) instead hex code.

Text Font Color

.myTextColor { color: #63366B; }

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

This text font color is #63366B.


Background Color

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

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

This div background color is #63366B.


Border color

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

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

This div border color is #63366B.


Opacity

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

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

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

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

This text has shadow with #63366B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63366B on black background.


Color preview on white background

This text has color #63366B on white background.



Black color preview on #63366B background

This text has black color on #63366B background.


White color preview on #63366B background

This text has white color on #63366B background.