COLOR #63321C

HEX: #63321C
RGB: (99,50,28)

Color info

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

RGB color model

#63321C color RGB value is (99,50,28).

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

RGB channels and saturation

R 99 of 255 = 39%
G 50 of 255 = 20%
B 28 of 255 = 11%

99
50
28

R + G + B ~ 23%. #63321C is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 50 + 28 = 177 (100%)
R 99 of 177 ~ 55.93%
G 50 of 177 ~ 28.25%
B 28 of 177 ~ 15.82%

%55.93
%28.25
%15.82

CMYK color model

#63321C color CMYK value is (0,49,72,61).

  • cyan value is 0.00%
  • magenta value is 49.49%
  • yellow value is 71.72%
  • key color value is 61.18%
CMYK:
(0,49,72,61)
C0M49Y72K61 
(0%,49%,72%,61%)
(0.00/0.49/0.72/0.61)	

CMYK percentages

%0
%49.49
%71.72
%61.18

Codes

Color #63321C in popluar color models

63321C
RGB995028
HSL19°55.91%24.90%
HSB/HSV19°71.72%38.82%
CMYK0.00%49.49%71.72%
61.18%

Color #63321C in popluar number systems.

HEX63321C
Decimal995028
Binary110001111001011100
Octal1436234

Shades and tints

Shades of #63321C

#63321C
(99,50,28)
#5A2E1A
(90,46,26)
#512A18
(81,42,24)
#482616
(72,38,22)
#3F2214
(63,34,20)
#361E12
(54,30,18)
#2D1A10
(45,26,16)
#24160E
(36,22,14)
#1B120C
(27,18,12)
#120E0A
(18,14,10)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #63321C

#63321C
(99,50,28)
#714430
(113,68,48)
#7F5644
(127,86,68)
#8D6858
(141,104,88)
#9B7A6C
(155,122,108)
#A98C80
(169,140,128)
#B79E94
(183,158,148)
#C5B0A8
(197,176,168)
#D3C2BC
(211,194,188)
#E1D4D0
(225,212,208)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63321C; }

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

This text font color is #63321C.


Background Color

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

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

This div background color is #63321C.


Border color

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

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

This div border color is #63321C.


Opacity

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

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

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

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

This text has shadow with #63321C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63321C on black background.


Color preview on white background

This text has color #63321C on white background.



Black color preview on #63321C background

This text has black color on #63321C background.


White color preview on #63321C background

This text has white color on #63321C background.