COLOR #63304C

HEX: #63304C
RGB: (99,48,76)

Color info

#63304C contains red, green and blue colors in about the same proportion. Web safe color of #63304C is #663333 (or #633).

RGB color model

#63304C color RGB value is (99,48,76).

  • red value is 99;
  • green value is 48;
  • blue value is 76.
RGB:
(99,48,76)
(39%,19%,30%)

RGB channels and saturation

R 99 of 255 = 39%
G 48 of 255 = 19%
B 76 of 255 = 30%

99
48
76

R + G + B ~ 29%. #63304C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 48 + 76 = 223 (100%)
R 99 of 223 ~ 44.39%
G 48 of 223 ~ 21.52%
B 76 of 223 ~ 34.08%

%44.39
%21.52
%34.08

CMYK color model

#63304C color CMYK value is (0,52,23,61).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,52,23,61)
C0M52Y23K61 
(0%,52%,23%,61%)
(0.00/0.52/0.23/0.61)	

CMYK percentages

%0
%51.52
%23.23
%61.18

Codes

Color #63304C in popluar color models

63304C
RGB994876
HSL327°34.69%28.82%
HSB/HSV327°51.52%38.82%
CMYK0.00%51.52%23.23%
61.18%

Color #63304C in popluar number systems.

HEX63304C
Decimal994876
Binary11000111100001001100
Octal14360114

Shades and tints

Shades of #63304C

#63304C
(99,48,76)
#5A2C46
(90,44,70)
#512840
(81,40,64)
#48243A
(72,36,58)
#3F2034
(63,32,52)
#361C2E
(54,28,46)
#2D1828
(45,24,40)
#241422
(36,20,34)
#1B101C
(27,16,28)
#120C16
(18,12,22)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #63304C

#63304C
(99,48,76)
#71425C
(113,66,92)
#7F546C
(127,84,108)
#8D667C
(141,102,124)
#9B788C
(155,120,140)
#A98A9C
(169,138,156)
#B79CAC
(183,156,172)
#C5AEBC
(197,174,188)
#D3C0CC
(211,192,204)
#E1D2DC
(225,210,220)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63304C color. Also use rgb(99,48,76) instead hex code.

Text Font Color

.myTextColor { color: #63304C; }

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

This text font color is #63304C.


Background Color

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

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

This div background color is #63304C.


Border color

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

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

This div border color is #63304C.


Opacity

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

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

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

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

This text has shadow with #63304C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63304C on black background.


Color preview on white background

This text has color #63304C on white background.



Black color preview on #63304C background

This text has black color on #63304C background.


White color preview on #63304C background

This text has white color on #63304C background.