COLOR #63081B

HEX: #63081B
RGB: (99,8,27)

Color info

#63081B contains mainly red color. Web safe color of #63081B is #660033 (or #603).

RGB color model

#63081B color RGB value is (99,8,27).

  • red value is 99;
  • green value is 8;
  • blue value is 27.
RGB:
(99,8,27)
(39%,3%,11%)

RGB channels and saturation

R 99 of 255 = 39%
G 8 of 255 = 3%
B 27 of 255 = 11%

99
8
27

R + G + B ~ 18%. #63081B is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 8 + 27 = 134 (100%)
R 99 of 134 ~ 73.88%
G 8 of 134 ~ 5.97%
B 27 of 134 ~ 20.15%

%73.88
%20.15

CMYK color model

#63081B color CMYK value is (0,92,73,61).

  • cyan value is 0.00%
  • magenta value is 91.92%
  • yellow value is 72.73%
  • key color value is 61.18%
CMYK:
(0,92,73,61)
C0M92Y73K61 
(0%,92%,73%,61%)
(0.00/0.92/0.73/0.61)	

CMYK percentages

%0
%91.92
%72.73
%61.18

Codes

Color #63081B in popluar color models

63081B
RGB99827
HSL347°85.05%20.98%
HSB/HSV347°91.92%38.82%
CMYK0.00%91.92%72.73%
61.18%

Color #63081B in popluar number systems.

HEX63081B
Decimal99827
Binary1100011100011011
Octal1431033

Shades and tints

Shades of #63081B

#63081B
(99,8,27)
#5A0819
(90,8,25)
#510817
(81,8,23)
#480815
(72,8,21)
#3F0813
(63,8,19)
#360811
(54,8,17)
#2D080F
(45,8,15)
#24080D
(36,8,13)
#1B080B
(27,8,11)
#120809
(18,8,9)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #63081B

#63081B
(99,8,27)
#711E2F
(113,30,47)
#7F3443
(127,52,67)
#8D4A57
(141,74,87)
#9B606B
(155,96,107)
#A9767F
(169,118,127)
#B78C93
(183,140,147)
#C5A2A7
(197,162,167)
#D3B8BB
(211,184,187)
#E1CECF
(225,206,207)
#EFE4E3
(239,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63081B color. Also use rgb(99,8,27) instead hex code.

Text Font Color

.myTextColor { color: #63081B; }

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

This text font color is #63081B.


Background Color

.myBgColor { background-color: #63081B; }

<div style="background-color:#63081B">Inner text</div>

This div background color is #63081B.


Border color

.myBorderColor { border: 1px solid #63081B; }

<div style="border:3px solid #63081B">Div</div>

This div border color is #63081B.


Opacity

.myOpacity80 { color: #63081B; opacity: 0.8; }

<p style="color:#63081B;opacity:0.8;">80%</p>

Text with #63081B 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 #63081B;}

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

This text has shadow with #63081B color.

.textShadow {text-shadow: 3px 3px 1px #63081B, 3px 3px 1px red;}

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

This text has shadow with #63081B primary color and red secondary color.


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

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

This text has shadow with #63081B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63081B on black background.


Color preview on white background

This text has color #63081B on white background.



Black color preview on #63081B background

This text has black color on #63081B background.


White color preview on #63081B background

This text has white color on #63081B background.