COLOR #63304D

HEX: #63304D
RGB: (99,48,77)

Color info

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

RGB color model

#63304D color RGB value is (99,48,77).

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

RGB channels and saturation

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

99
48
77

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

Portions of RGB colors in percentages

R + G + B =
99 + 48 + 77 = 224 (100%)
R 99 of 224 ~ 44.2%
G 48 of 224 ~ 21.43%
B 77 of 224 ~ 34.38%

%44.2
%21.43
%34.38

CMYK color model

#63304D color CMYK value is (0,52,22,61).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(0,52,22,61)
C0M52Y22K61 
(0%,52%,22%,61%)
(0.00/0.52/0.22/0.61)	

CMYK percentages

%0
%51.52
%22.22
%61.18

Codes

Color #63304D in popluar color models

63304D
RGB994877
HSL326°34.69%28.82%
HSB/HSV326°51.52%38.82%
CMYK0.00%51.52%22.22%
61.18%

Color #63304D in popluar number systems.

HEX63304D
Decimal994877
Binary11000111100001001101
Octal14360115

Shades and tints

Shades of #63304D

#63304D
(99,48,77)
#5A2C46
(90,44,70)
#51283F
(81,40,63)
#482438
(72,36,56)
#3F2031
(63,32,49)
#361C2A
(54,28,42)
#2D1823
(45,24,35)
#24141C
(36,20,28)
#1B1015
(27,16,21)
#120C0E
(18,12,14)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #63304D

#63304D
(99,48,77)
#71425D
(113,66,93)
#7F546D
(127,84,109)
#8D667D
(141,102,125)
#9B788D
(155,120,141)
#A98A9D
(169,138,157)
#B79CAD
(183,156,173)
#C5AEBD
(197,174,189)
#D3C0CD
(211,192,205)
#E1D2DD
(225,210,221)
#EFE4ED
(239,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63304D; }

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

This text font color is #63304D.


Background Color

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

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

This div background color is #63304D.


Border color

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

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

This div border color is #63304D.


Opacity

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

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

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

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

This text has shadow with #63304D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63304D on black background.


Color preview on white background

This text has color #63304D on white background.



Black color preview on #63304D background

This text has black color on #63304D background.


White color preview on #63304D background

This text has white color on #63304D background.