COLOR #63143E

HEX: #63143E
RGB: (99,20,62)

Color info

#63143E contains mainly red and blue colors. Web safe color of #63143E is #660033 (or #603).

RGB color model

#63143E color RGB value is (99,20,62).

  • red value is 99;
  • green value is 20;
  • blue value is 62.
RGB:
(99,20,62)
(39%,8%,24%)

RGB channels and saturation

R 99 of 255 = 39%
G 20 of 255 = 8%
B 62 of 255 = 24%

99
20
62

R + G + B ~ 24%. #63143E is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 20 + 62 = 181 (100%)
R 99 of 181 ~ 54.7%
G 20 of 181 ~ 11.05%
B 62 of 181 ~ 34.25%

%54.7
%11.05
%34.25

CMYK color model

#63143E color CMYK value is (0,80,37,61).

  • cyan value is 0.00%
  • magenta value is 79.80%
  • yellow value is 37.37%
  • key color value is 61.18%
CMYK:
(0,80,37,61)
C0M80Y37K61 
(0%,80%,37%,61%)
(0.00/0.80/0.37/0.61)	

CMYK percentages

%0
%79.8
%37.37
%61.18

Codes

Color #63143E in popluar color models

63143E
RGB992062
HSL328°66.39%23.33%
HSB/HSV328°79.80%38.82%
CMYK0.00%79.80%37.37%
61.18%

Color #63143E in popluar number systems.

HEX63143E
Decimal992062
Binary110001110100111110
Octal1432476

Shades and tints

Shades of #63143E

#63143E
(99,20,62)
#5A1339
(90,19,57)
#511234
(81,18,52)
#48112F
(72,17,47)
#3F102A
(63,16,42)
#360F25
(54,15,37)
#2D0E20
(45,14,32)
#240D1B
(36,13,27)
#1B0C16
(27,12,22)
#120B11
(18,11,17)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #63143E

#63143E
(99,20,62)
#71294F
(113,41,79)
#7F3E60
(127,62,96)
#8D5371
(141,83,113)
#9B6882
(155,104,130)
#A97D93
(169,125,147)
#B792A4
(183,146,164)
#C5A7B5
(197,167,181)
#D3BCC6
(211,188,198)
#E1D1D7
(225,209,215)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63143E color. Also use rgb(99,20,62) instead hex code.

Text Font Color

.myTextColor { color: #63143E; }

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

This text font color is #63143E.


Background Color

.myBgColor { background-color: #63143E; }

<div style="background-color:#63143E">Inner text</div>

This div background color is #63143E.


Border color

.myBorderColor { border: 1px solid #63143E; }

<div style="border:3px solid #63143E">Div</div>

This div border color is #63143E.


Opacity

.myOpacity80 { color: #63143E; opacity: 0.8; }

<p style="color:#63143E;opacity:0.8;">80%</p>

Text with #63143E 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 #63143E;}

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

This text has shadow with #63143E color.

.textShadow {text-shadow: 3px 3px 1px #63143E, 3px 3px 1px red;}

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

This text has shadow with #63143E primary color and red secondary color.


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

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

This text has shadow with #63143E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63143E on black background.


Color preview on white background

This text has color #63143E on white background.



Black color preview on #63143E background

This text has black color on #63143E background.


White color preview on #63143E background

This text has white color on #63143E background.