COLOR #63252C

HEX: #63252C
RGB: (99,37,44)

Color info

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

RGB color model

#63252C color RGB value is (99,37,44).

  • red value is 99;
  • green value is 37;
  • blue value is 44.
RGB:
(99,37,44)
(39%,15%,17%)

RGB channels and saturation

R 99 of 255 = 39%
G 37 of 255 = 15%
B 44 of 255 = 17%

99
37
44

R + G + B ~ 24%. #63252C is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 37 + 44 = 180 (100%)
R 99 of 180 ~ 55%
G 37 of 180 ~ 20.56%
B 44 of 180 ~ 24.44%

%55
%20.56
%24.44

CMYK color model

#63252C color CMYK value is (0,63,56,61).

  • cyan value is 0.00%
  • magenta value is 62.63%
  • yellow value is 55.56%
  • key color value is 61.18%
CMYK:
(0,63,56,61)
C0M63Y56K61 
(0%,63%,56%,61%)
(0.00/0.63/0.56/0.61)	

CMYK percentages

%0
%62.63
%55.56
%61.18

Codes

Color #63252C in popluar color models

63252C
RGB993744
HSL353°45.59%26.67%
HSB/HSV353°62.63%38.82%
CMYK0.00%62.63%55.56%
61.18%

Color #63252C in popluar number systems.

HEX63252C
Decimal993744
Binary1100011100101101100
Octal1434554

Shades and tints

Shades of #63252C

#63252C
(99,37,44)
#5A2228
(90,34,40)
#511F24
(81,31,36)
#481C20
(72,28,32)
#3F191C
(63,25,28)
#361618
(54,22,24)
#2D1314
(45,19,20)
#241010
(36,16,16)
#1B0D0C
(27,13,12)
#120A08
(18,10,8)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #63252C

#63252C
(99,37,44)
#71383F
(113,56,63)
#7F4B52
(127,75,82)
#8D5E65
(141,94,101)
#9B7178
(155,113,120)
#A9848B
(169,132,139)
#B7979E
(183,151,158)
#C5AAB1
(197,170,177)
#D3BDC4
(211,189,196)
#E1D0D7
(225,208,215)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63252C color. Also use rgb(99,37,44) instead hex code.

Text Font Color

.myTextColor { color: #63252C; }

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

This text font color is #63252C.


Background Color

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

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

This div background color is #63252C.


Border color

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

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

This div border color is #63252C.


Opacity

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

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

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

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

This text has shadow with #63252C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63252C on black background.


Color preview on white background

This text has color #63252C on white background.



Black color preview on #63252C background

This text has black color on #63252C background.


White color preview on #63252C background

This text has white color on #63252C background.