COLOR #63391C

HEX: #63391C
RGB: (99,57,28)

Color info

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

RGB color model

#63391C color RGB value is (99,57,28).

  • red value is 99;
  • green value is 57;
  • blue value is 28.
RGB:
(99,57,28)
(39%,22%,11%)

RGB channels and saturation

R 99 of 255 = 39%
G 57 of 255 = 22%
B 28 of 255 = 11%

99
57
28

R + G + B ~ 24%. #63391C is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 57 + 28 = 184 (100%)
R 99 of 184 ~ 53.8%
G 57 of 184 ~ 30.98%
B 28 of 184 ~ 15.22%

%53.8
%30.98
%15.22

CMYK color model

#63391C color CMYK value is (0,42,72,61).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 71.72%
  • key color value is 61.18%
CMYK:
(0,42,72,61)
C0M42Y72K61 
(0%,42%,72%,61%)
(0.00/0.42/0.72/0.61)	

CMYK percentages

%0
%42.42
%71.72
%61.18

Codes

Color #63391C in popluar color models

63391C
RGB995728
HSL25°55.91%24.90%
HSB/HSV25°71.72%38.82%
CMYK0.00%42.42%71.72%
61.18%

Color #63391C in popluar number systems.

HEX63391C
Decimal995728
Binary110001111100111100
Octal1437134

Shades and tints

Shades of #63391C

#63391C
(99,57,28)
#5A341A
(90,52,26)
#512F18
(81,47,24)
#482A16
(72,42,22)
#3F2514
(63,37,20)
#362012
(54,32,18)
#2D1B10
(45,27,16)
#24160E
(36,22,14)
#1B110C
(27,17,12)
#120C0A
(18,12,10)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #63391C

#63391C
(99,57,28)
#714B30
(113,75,48)
#7F5D44
(127,93,68)
#8D6F58
(141,111,88)
#9B816C
(155,129,108)
#A99380
(169,147,128)
#B7A594
(183,165,148)
#C5B7A8
(197,183,168)
#D3C9BC
(211,201,188)
#E1DBD0
(225,219,208)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63391C color. Also use rgb(99,57,28) instead hex code.

Text Font Color

.myTextColor { color: #63391C; }

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

This text font color is #63391C.


Background Color

.myBgColor { background-color: #63391C; }

<div style="background-color:#63391C">Inner text</div>

This div background color is #63391C.


Border color

.myBorderColor { border: 1px solid #63391C; }

<div style="border:3px solid #63391C">Div</div>

This div border color is #63391C.


Opacity

.myOpacity80 { color: #63391C; opacity: 0.8; }

<p style="color:#63391C;opacity:0.8;">80%</p>

Text with #63391C 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 #63391C;}

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

This text has shadow with #63391C color.

.textShadow {text-shadow: 3px 3px 1px #63391C, 3px 3px 1px red;}

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

This text has shadow with #63391C primary color and red secondary color.


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

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

This text has shadow with #63391C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63391C on black background.


Color preview on white background

This text has color #63391C on white background.



Black color preview on #63391C background

This text has black color on #63391C background.


White color preview on #63391C background

This text has white color on #63391C background.