COLOR #63140A

HEX: #63140A
RGB: (99,20,10)

Color info

#63140A contains mainly red color. Web safe color of #63140A is #660000 (or #600).

RGB color model

#63140A color RGB value is (99,20,10).

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

RGB channels and saturation

R 99 of 255 = 39%
G 20 of 255 = 8%
B 10 of 255 = 4%

99
20
10

R + G + B ~ 17%. #63140A is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 20 + 10 = 129 (100%)
R 99 of 129 ~ 76.74%
G 20 of 129 ~ 15.5%
B 10 of 129 ~ 7.75%

%76.74
%15.5

CMYK color model

#63140A color CMYK value is (0,80,90,61).

  • cyan value is 0.00%
  • magenta value is 79.80%
  • yellow value is 89.90%
  • key color value is 61.18%
CMYK:
(0,80,90,61)
C0M80Y90K61 
(0%,80%,90%,61%)
(0.00/0.80/0.90/0.61)	

CMYK percentages

%0
%79.8
%89.9
%61.18

Codes

Color #63140A in popluar color models

63140A
RGB992010
HSL81.65%21.37%
HSB/HSV89.90%38.82%
CMYK0.00%79.80%89.90%
61.18%

Color #63140A in popluar number systems.

HEX63140A
Decimal992010
Binary1100011101001010
Octal1432412

Shades and tints

Shades of #63140A

#63140A
(99,20,10)
#5A130A
(90,19,10)
#51120A
(81,18,10)
#48110A
(72,17,10)
#3F100A
(63,16,10)
#360F0A
(54,15,10)
#2D0E0A
(45,14,10)
#240D0A
(36,13,10)
#1B0C0A
(27,12,10)
#120B0A
(18,11,10)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #63140A

#63140A
(99,20,10)
#712920
(113,41,32)
#7F3E36
(127,62,54)
#8D534C
(141,83,76)
#9B6862
(155,104,98)
#A97D78
(169,125,120)
#B7928E
(183,146,142)
#C5A7A4
(197,167,164)
#D3BCBA
(211,188,186)
#E1D1D0
(225,209,208)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63140A color. Also use rgb(99,20,10) instead hex code.

Text Font Color

.myTextColor { color: #63140A; }

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

This text font color is #63140A.


Background Color

.myBgColor { background-color: #63140A; }

<div style="background-color:#63140A">Inner text</div>

This div background color is #63140A.


Border color

.myBorderColor { border: 1px solid #63140A; }

<div style="border:3px solid #63140A">Div</div>

This div border color is #63140A.


Opacity

.myOpacity80 { color: #63140A; opacity: 0.8; }

<p style="color:#63140A;opacity:0.8;">80%</p>

Text with #63140A 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 #63140A;}

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

This text has shadow with #63140A color.

.textShadow {text-shadow: 3px 3px 1px #63140A, 3px 3px 1px red;}

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

This text has shadow with #63140A primary color and red secondary color.


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

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

This text has shadow with #63140A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63140A on black background.


Color preview on white background

This text has color #63140A on white background.



Black color preview on #63140A background

This text has black color on #63140A background.


White color preview on #63140A background

This text has white color on #63140A background.