COLOR #63291A

HEX: #63291A
RGB: (99,41,26)

Color info

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

RGB color model

#63291A color RGB value is (99,41,26).

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

RGB channels and saturation

R 99 of 255 = 39%
G 41 of 255 = 16%
B 26 of 255 = 10%

99
41
26

R + G + B ~ 22%. #63291A is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 41 + 26 = 166 (100%)
R 99 of 166 ~ 59.64%
G 41 of 166 ~ 24.7%
B 26 of 166 ~ 15.66%

%59.64
%24.7
%15.66

CMYK color model

#63291A color CMYK value is (0,59,74,61).

  • cyan value is 0.00%
  • magenta value is 58.59%
  • yellow value is 73.74%
  • key color value is 61.18%
CMYK:
(0,59,74,61)
C0M59Y74K61 
(0%,59%,74%,61%)
(0.00/0.59/0.74/0.61)	

CMYK percentages

%0
%58.59
%73.74
%61.18

Codes

Color #63291A in popluar color models

63291A
RGB994126
HSL12°58.40%24.51%
HSB/HSV12°73.74%38.82%
CMYK0.00%58.59%73.74%
61.18%

Color #63291A in popluar number systems.

HEX63291A
Decimal994126
Binary110001110100111010
Octal1435132

Shades and tints

Shades of #63291A

#63291A
(99,41,26)
#5A2618
(90,38,24)
#512316
(81,35,22)
#482014
(72,32,20)
#3F1D12
(63,29,18)
#361A10
(54,26,16)
#2D170E
(45,23,14)
#24140C
(36,20,12)
#1B110A
(27,17,10)
#120E08
(18,14,8)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #63291A

#63291A
(99,41,26)
#713C2E
(113,60,46)
#7F4F42
(127,79,66)
#8D6256
(141,98,86)
#9B756A
(155,117,106)
#A9887E
(169,136,126)
#B79B92
(183,155,146)
#C5AEA6
(197,174,166)
#D3C1BA
(211,193,186)
#E1D4CE
(225,212,206)
#EFE7E2
(239,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63291A; }

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

This text font color is #63291A.


Background Color

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

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

This div background color is #63291A.


Border color

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

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

This div border color is #63291A.


Opacity

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

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

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

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

This text has shadow with #63291A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63291A on black background.


Color preview on white background

This text has color #63291A on white background.



Black color preview on #63291A background

This text has black color on #63291A background.


White color preview on #63291A background

This text has white color on #63291A background.