COLOR #63040D

HEX: #63040D
RGB: (99,4,13)

Color info

#63040D contains mainly red color. Web safe color of #63040D is #660000 (or #600).

RGB color model

#63040D color RGB value is (99,4,13).

  • red value is 99;
  • green value is 4;
  • blue value is 13.
RGB:
(99,4,13)
(39%,2%,5%)

RGB channels and saturation

R 99 of 255 = 39%
G 4 of 255 = 2%
B 13 of 255 = 5%

99
4
13

R + G + B ~ 15%. #63040D is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 4 + 13 = 116 (100%)
R 99 of 116 ~ 85.34%
G 4 of 116 ~ 3.45%
B 13 of 116 ~ 11.21%

%85.34
%11.21

CMYK color model

#63040D color CMYK value is (0,96,87,61).

  • cyan value is 0.00%
  • magenta value is 95.96%
  • yellow value is 86.87%
  • key color value is 61.18%
CMYK:
(0,96,87,61)
C0M96Y87K61 
(0%,96%,87%,61%)
(0.00/0.96/0.87/0.61)	

CMYK percentages

%0
%95.96
%86.87
%61.18

Codes

Color #63040D in popluar color models

63040D
RGB99413
HSL354°92.23%20.20%
HSB/HSV354°95.96%38.82%
CMYK0.00%95.96%86.87%
61.18%

Color #63040D in popluar number systems.

HEX63040D
Decimal99413
Binary11000111001101
Octal143415

Shades and tints

Shades of #63040D

#63040D
(99,4,13)
#5A040C
(90,4,12)
#51040B
(81,4,11)
#48040A
(72,4,10)
#3F0409
(63,4,9)
#360408
(54,4,8)
#2D0407
(45,4,7)
#240406
(36,4,6)
#1B0405
(27,4,5)
#120404
(18,4,4)
#090403
(9,4,3)
#000000
(0,0,0)

Tints of #63040D

#63040D
(99,4,13)
#711A23
(113,26,35)
#7F3039
(127,48,57)
#8D464F
(141,70,79)
#9B5C65
(155,92,101)
#A9727B
(169,114,123)
#B78891
(183,136,145)
#C59EA7
(197,158,167)
#D3B4BD
(211,180,189)
#E1CAD3
(225,202,211)
#EFE0E9
(239,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63040D color. Also use rgb(99,4,13) instead hex code.

Text Font Color

.myTextColor { color: #63040D; }

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

This text font color is #63040D.


Background Color

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

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

This div background color is #63040D.


Border color

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

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

This div border color is #63040D.


Opacity

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

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

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

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

This text has shadow with #63040D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63040D on black background.


Color preview on white background

This text has color #63040D on white background.



Black color preview on #63040D background

This text has black color on #63040D background.


White color preview on #63040D background

This text has white color on #63040D background.