COLOR #63150E

HEX: #63150E
RGB: (99,21,14)

Color info

#63150E contains mainly red color. Web safe color of #63150E is #660000 (or #600).

RGB color model

#63150E color RGB value is (99,21,14).

  • red value is 99;
  • green value is 21;
  • blue value is 14.
RGB:
(99,21,14)
(39%,8%,5%)

RGB channels and saturation

R 99 of 255 = 39%
G 21 of 255 = 8%
B 14 of 255 = 5%

99
21
14

R + G + B ~ 17%. #63150E is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 21 + 14 = 134 (100%)
R 99 of 134 ~ 73.88%
G 21 of 134 ~ 15.67%
B 14 of 134 ~ 10.45%

%73.88
%15.67
%10.45

CMYK color model

#63150E color CMYK value is (0,79,86,61).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 85.86%
  • key color value is 61.18%
CMYK:
(0,79,86,61)
C0M79Y86K61 
(0%,79%,86%,61%)
(0.00/0.79/0.86/0.61)	

CMYK percentages

%0
%78.79
%85.86
%61.18

Codes

Color #63150E in popluar color models

63150E
RGB992114
HSL75.22%22.16%
HSB/HSV85.86%38.82%
CMYK0.00%78.79%85.86%
61.18%

Color #63150E in popluar number systems.

HEX63150E
Decimal992114
Binary1100011101011110
Octal1432516

Shades and tints

Shades of #63150E

#63150E
(99,21,14)
#5A140D
(90,20,13)
#51130C
(81,19,12)
#48120B
(72,18,11)
#3F110A
(63,17,10)
#361009
(54,16,9)
#2D0F08
(45,15,8)
#240E07
(36,14,7)
#1B0D06
(27,13,6)
#120C05
(18,12,5)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #63150E

#63150E
(99,21,14)
#712A23
(113,42,35)
#7F3F38
(127,63,56)
#8D544D
(141,84,77)
#9B6962
(155,105,98)
#A97E77
(169,126,119)
#B7938C
(183,147,140)
#C5A8A1
(197,168,161)
#D3BDB6
(211,189,182)
#E1D2CB
(225,210,203)
#EFE7E0
(239,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63150E color. Also use rgb(99,21,14) instead hex code.

Text Font Color

.myTextColor { color: #63150E; }

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

This text font color is #63150E.


Background Color

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

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

This div background color is #63150E.


Border color

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

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

This div border color is #63150E.


Opacity

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

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

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

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

This text has shadow with #63150E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63150E on black background.


Color preview on white background

This text has color #63150E on white background.



Black color preview on #63150E background

This text has black color on #63150E background.


White color preview on #63150E background

This text has white color on #63150E background.