COLOR #63231A

HEX: #63231A
RGB: (99,35,26)

Color info

#63231A contains mainly red color. Web safe color of #63231A is #663300 (or #630).

RGB color model

#63231A color RGB value is (99,35,26).

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

RGB channels and saturation

R 99 of 255 = 39%
G 35 of 255 = 14%
B 26 of 255 = 10%

99
35
26

R + G + B ~ 21%. #63231A is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 35 + 26 = 160 (100%)
R 99 of 160 ~ 61.88%
G 35 of 160 ~ 21.88%
B 26 of 160 ~ 16.25%

%61.88
%21.88
%16.25

CMYK color model

#63231A color CMYK value is (0,65,74,61).

  • cyan value is 0.00%
  • magenta value is 64.65%
  • yellow value is 73.74%
  • key color value is 61.18%
CMYK:
(0,65,74,61)
C0M65Y74K61 
(0%,65%,74%,61%)
(0.00/0.65/0.74/0.61)	

CMYK percentages

%0
%64.65
%73.74
%61.18

Codes

Color #63231A in popluar color models

63231A
RGB993526
HSL58.40%24.51%
HSB/HSV73.74%38.82%
CMYK0.00%64.65%73.74%
61.18%

Color #63231A in popluar number systems.

HEX63231A
Decimal993526
Binary110001110001111010
Octal1434332

Shades and tints

Shades of #63231A

#63231A
(99,35,26)
#5A2018
(90,32,24)
#511D16
(81,29,22)
#481A14
(72,26,20)
#3F1712
(63,23,18)
#361410
(54,20,16)
#2D110E
(45,17,14)
#240E0C
(36,14,12)
#1B0B0A
(27,11,10)
#120808
(18,8,8)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #63231A

#63231A
(99,35,26)
#71372E
(113,55,46)
#7F4B42
(127,75,66)
#8D5F56
(141,95,86)
#9B736A
(155,115,106)
#A9877E
(169,135,126)
#B79B92
(183,155,146)
#C5AFA6
(197,175,166)
#D3C3BA
(211,195,186)
#E1D7CE
(225,215,206)
#EFEBE2
(239,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63231A; }

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

This text font color is #63231A.


Background Color

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

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

This div background color is #63231A.


Border color

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

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

This div border color is #63231A.


Opacity

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

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

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

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

This text has shadow with #63231A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63231A on black background.


Color preview on white background

This text has color #63231A on white background.



Black color preview on #63231A background

This text has black color on #63231A background.


White color preview on #63231A background

This text has white color on #63231A background.