COLOR #63431A

HEX: #63431A
RGB: (99,67,26)

Color info

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

RGB color model

#63431A color RGB value is (99,67,26).

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

RGB channels and saturation

R 99 of 255 = 39%
G 67 of 255 = 26%
B 26 of 255 = 10%

99
67
26

R + G + B ~ 25%. #63431A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 67 + 26 = 192 (100%)
R 99 of 192 ~ 51.56%
G 67 of 192 ~ 34.9%
B 26 of 192 ~ 13.54%

%51.56
%34.9
%13.54

CMYK color model

#63431A color CMYK value is (0,32,74,61).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 73.74%
  • key color value is 61.18%
CMYK:
(0,32,74,61)
C0M32Y74K61 
(0%,32%,74%,61%)
(0.00/0.32/0.74/0.61)	

CMYK percentages

%0
%32.32
%73.74
%61.18

Codes

Color #63431A in popluar color models

63431A
RGB996726
HSL34°58.40%24.51%
HSB/HSV34°73.74%38.82%
CMYK0.00%32.32%73.74%
61.18%

Color #63431A in popluar number systems.

HEX63431A
Decimal996726
Binary1100011100001111010
Octal14310332

Shades and tints

Shades of #63431A

#63431A
(99,67,26)
#5A3D18
(90,61,24)
#513716
(81,55,22)
#483114
(72,49,20)
#3F2B12
(63,43,18)
#362510
(54,37,16)
#2D1F0E
(45,31,14)
#24190C
(36,25,12)
#1B130A
(27,19,10)
#120D08
(18,13,8)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #63431A

#63431A
(99,67,26)
#71542E
(113,84,46)
#7F6542
(127,101,66)
#8D7656
(141,118,86)
#9B876A
(155,135,106)
#A9987E
(169,152,126)
#B7A992
(183,169,146)
#C5BAA6
(197,186,166)
#D3CBBA
(211,203,186)
#E1DCCE
(225,220,206)
#EFEDE2
(239,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63431A; }

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

This text font color is #63431A.


Background Color

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

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

This div background color is #63431A.


Border color

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

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

This div border color is #63431A.


Opacity

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

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

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

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

This text has shadow with #63431A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63431A on black background.


Color preview on white background

This text has color #63431A on white background.



Black color preview on #63431A background

This text has black color on #63431A background.


White color preview on #63431A background

This text has white color on #63431A background.