COLOR #63254F

HEX: #63254F
RGB: (99,37,79)

Color info

#63254F contains mainly red and blue colors. Web safe color of #63254F is #663366 (or #636).

RGB color model

#63254F color RGB value is (99,37,79).

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

RGB channels and saturation

R 99 of 255 = 39%
G 37 of 255 = 15%
B 79 of 255 = 31%

99
37
79

R + G + B ~ 28%. #63254F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 37 + 79 = 215 (100%)
R 99 of 215 ~ 46.05%
G 37 of 215 ~ 17.21%
B 79 of 215 ~ 36.74%

%46.05
%17.21
%36.74

CMYK color model

#63254F color CMYK value is (0,63,20,61).

  • cyan value is 0.00%
  • magenta value is 62.63%
  • yellow value is 20.20%
  • key color value is 61.18%
CMYK:
(0,63,20,61)
C0M63Y20K61 
(0%,63%,20%,61%)
(0.00/0.63/0.20/0.61)	

CMYK percentages

%0
%62.63
%20.2
%61.18

Codes

Color #63254F in popluar color models

63254F
RGB993779
HSL319°45.59%26.67%
HSB/HSV319°62.63%38.82%
CMYK0.00%62.63%20.20%
61.18%

Color #63254F in popluar number systems.

HEX63254F
Decimal993779
Binary11000111001011001111
Octal14345117

Shades and tints

Shades of #63254F

#63254F
(99,37,79)
#5A2248
(90,34,72)
#511F41
(81,31,65)
#481C3A
(72,28,58)
#3F1933
(63,25,51)
#36162C
(54,22,44)
#2D1325
(45,19,37)
#24101E
(36,16,30)
#1B0D17
(27,13,23)
#120A10
(18,10,16)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #63254F

#63254F
(99,37,79)
#71385F
(113,56,95)
#7F4B6F
(127,75,111)
#8D5E7F
(141,94,127)
#9B718F
(155,113,143)
#A9849F
(169,132,159)
#B797AF
(183,151,175)
#C5AABF
(197,170,191)
#D3BDCF
(211,189,207)
#E1D0DF
(225,208,223)
#EFE3EF
(239,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63254F color. Also use rgb(99,37,79) instead hex code.

Text Font Color

.myTextColor { color: #63254F; }

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

This text font color is #63254F.


Background Color

.myBgColor { background-color: #63254F; }

<div style="background-color:#63254F">Inner text</div>

This div background color is #63254F.


Border color

.myBorderColor { border: 1px solid #63254F; }

<div style="border:3px solid #63254F">Div</div>

This div border color is #63254F.


Opacity

.myOpacity80 { color: #63254F; opacity: 0.8; }

<p style="color:#63254F;opacity:0.8;">80%</p>

Text with #63254F 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 #63254F;}

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

This text has shadow with #63254F color.

.textShadow {text-shadow: 3px 3px 1px #63254F, 3px 3px 1px red;}

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

This text has shadow with #63254F primary color and red secondary color.


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

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

This text has shadow with #63254F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63254F on black background.


Color preview on white background

This text has color #63254F on white background.



Black color preview on #63254F background

This text has black color on #63254F background.


White color preview on #63254F background

This text has white color on #63254F background.