COLOR #63301F

HEX: #63301F
RGB: (99,48,31)

Color info

#63301F contains mainly red and green colors. Web safe color of #63301F is #663333 (or #633).

RGB color model

#63301F color RGB value is (99,48,31).

  • red value is 99;
  • green value is 48;
  • blue value is 31.
RGB:
(99,48,31)
(39%,19%,12%)

RGB channels and saturation

R 99 of 255 = 39%
G 48 of 255 = 19%
B 31 of 255 = 12%

99
48
31

R + G + B ~ 23%. #63301F is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 48 + 31 = 178 (100%)
R 99 of 178 ~ 55.62%
G 48 of 178 ~ 26.97%
B 31 of 178 ~ 17.42%

%55.62
%26.97
%17.42

CMYK color model

#63301F color CMYK value is (0,52,69,61).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 68.69%
  • key color value is 61.18%
CMYK:
(0,52,69,61)
C0M52Y69K61 
(0%,52%,69%,61%)
(0.00/0.52/0.69/0.61)	

CMYK percentages

%0
%51.52
%68.69
%61.18

Codes

Color #63301F in popluar color models

63301F
RGB994831
HSL15°52.31%25.49%
HSB/HSV15°68.69%38.82%
CMYK0.00%51.52%68.69%
61.18%

Color #63301F in popluar number systems.

HEX63301F
Decimal994831
Binary110001111000011111
Octal1436037

Shades and tints

Shades of #63301F

#63301F
(99,48,31)
#5A2C1D
(90,44,29)
#51281B
(81,40,27)
#482419
(72,36,25)
#3F2017
(63,32,23)
#361C15
(54,28,21)
#2D1813
(45,24,19)
#241411
(36,20,17)
#1B100F
(27,16,15)
#120C0D
(18,12,13)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #63301F

#63301F
(99,48,31)
#714233
(113,66,51)
#7F5447
(127,84,71)
#8D665B
(141,102,91)
#9B786F
(155,120,111)
#A98A83
(169,138,131)
#B79C97
(183,156,151)
#C5AEAB
(197,174,171)
#D3C0BF
(211,192,191)
#E1D2D3
(225,210,211)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63301F color. Also use rgb(99,48,31) instead hex code.

Text Font Color

.myTextColor { color: #63301F; }

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

This text font color is #63301F.


Background Color

.myBgColor { background-color: #63301F; }

<div style="background-color:#63301F">Inner text</div>

This div background color is #63301F.


Border color

.myBorderColor { border: 1px solid #63301F; }

<div style="border:3px solid #63301F">Div</div>

This div border color is #63301F.


Opacity

.myOpacity80 { color: #63301F; opacity: 0.8; }

<p style="color:#63301F;opacity:0.8;">80%</p>

Text with #63301F 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 #63301F;}

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

This text has shadow with #63301F color.

.textShadow {text-shadow: 3px 3px 1px #63301F, 3px 3px 1px red;}

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

This text has shadow with #63301F primary color and red secondary color.


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

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

This text has shadow with #63301F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63301F on black background.


Color preview on white background

This text has color #63301F on white background.



Black color preview on #63301F background

This text has black color on #63301F background.


White color preview on #63301F background

This text has white color on #63301F background.