COLOR #63314D

HEX: #63314D
RGB: (99,49,77)

Color info

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

RGB color model

#63314D color RGB value is (99,49,77).

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

RGB channels and saturation

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

99
49
77

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

Portions of RGB colors in percentages

R + G + B =
99 + 49 + 77 = 225 (100%)
R 99 of 225 ~ 44%
G 49 of 225 ~ 21.78%
B 77 of 225 ~ 34.22%

%44
%21.78
%34.22

CMYK color model

#63314D color CMYK value is (0,51,22,61).

  • cyan value is 0.00%
  • magenta value is 50.51%
  • yellow value is 22.22%
  • key color value is 61.18%
CMYK:
(0,51,22,61)
C0M51Y22K61 
(0%,51%,22%,61%)
(0.00/0.51/0.22/0.61)	

CMYK percentages

%0
%50.51
%22.22
%61.18

Codes

Color #63314D in popluar color models

63314D
RGB994977
HSL326°33.78%29.02%
HSB/HSV326°50.51%38.82%
CMYK0.00%50.51%22.22%
61.18%

Color #63314D in popluar number systems.

HEX63314D
Decimal994977
Binary11000111100011001101
Octal14361115

Shades and tints

Shades of #63314D

#63314D
(99,49,77)
#5A2D46
(90,45,70)
#51293F
(81,41,63)
#482538
(72,37,56)
#3F2131
(63,33,49)
#361D2A
(54,29,42)
#2D1923
(45,25,35)
#24151C
(36,21,28)
#1B1115
(27,17,21)
#120D0E
(18,13,14)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #63314D

#63314D
(99,49,77)
#71435D
(113,67,93)
#7F556D
(127,85,109)
#8D677D
(141,103,125)
#9B798D
(155,121,141)
#A98B9D
(169,139,157)
#B79DAD
(183,157,173)
#C5AFBD
(197,175,189)
#D3C1CD
(211,193,205)
#E1D3DD
(225,211,221)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63314D; }

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

This text font color is #63314D.


Background Color

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

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

This div background color is #63314D.


Border color

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

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

This div border color is #63314D.


Opacity

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

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

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

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

This text has shadow with #63314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63314D on black background.


Color preview on white background

This text has color #63314D on white background.



Black color preview on #63314D background

This text has black color on #63314D background.


White color preview on #63314D background

This text has white color on #63314D background.