COLOR #63381A

HEX: #63381A
RGB: (99,56,26)

Color info

#63381A contains mainly red and green colors. Web safe color of #63381A is #663300 (or #630).

RGB color model

#63381A color RGB value is (99,56,26).

  • red value is 99;
  • green value is 56;
  • blue value is 26.
RGB:
(99,56,26)
(39%,22%,10%)

RGB channels and saturation

R 99 of 255 = 39%
G 56 of 255 = 22%
B 26 of 255 = 10%

99
56
26

R + G + B ~ 24%. #63381A is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 56 + 26 = 181 (100%)
R 99 of 181 ~ 54.7%
G 56 of 181 ~ 30.94%
B 26 of 181 ~ 14.36%

%54.7
%30.94
%14.36

CMYK color model

#63381A color CMYK value is (0,43,74,61).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 73.74%
  • key color value is 61.18%
CMYK:
(0,43,74,61)
C0M43Y74K61 
(0%,43%,74%,61%)
(0.00/0.43/0.74/0.61)	

CMYK percentages

%0
%43.43
%73.74
%61.18

Codes

Color #63381A in popluar color models

63381A
RGB995626
HSL25°58.40%24.51%
HSB/HSV25°73.74%38.82%
CMYK0.00%43.43%73.74%
61.18%

Color #63381A in popluar number systems.

HEX63381A
Decimal995626
Binary110001111100011010
Octal1437032

Shades and tints

Shades of #63381A

#63381A
(99,56,26)
#5A3318
(90,51,24)
#512E16
(81,46,22)
#482914
(72,41,20)
#3F2412
(63,36,18)
#361F10
(54,31,16)
#2D1A0E
(45,26,14)
#24150C
(36,21,12)
#1B100A
(27,16,10)
#120B08
(18,11,8)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #63381A

#63381A
(99,56,26)
#714A2E
(113,74,46)
#7F5C42
(127,92,66)
#8D6E56
(141,110,86)
#9B806A
(155,128,106)
#A9927E
(169,146,126)
#B7A492
(183,164,146)
#C5B6A6
(197,182,166)
#D3C8BA
(211,200,186)
#E1DACE
(225,218,206)
#EFECE2
(239,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63381A color. Also use rgb(99,56,26) instead hex code.

Text Font Color

.myTextColor { color: #63381A; }

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

This text font color is #63381A.


Background Color

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

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

This div background color is #63381A.


Border color

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

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

This div border color is #63381A.


Opacity

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

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

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

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

This text has shadow with #63381A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63381A on black background.


Color preview on white background

This text has color #63381A on white background.



Black color preview on #63381A background

This text has black color on #63381A background.


White color preview on #63381A background

This text has white color on #63381A background.