COLOR #63416F

HEX: #63416F
RGB: (99,65,111)

Color info

#63416F contains red, green and blue colors in about the same proportion. Web safe color of #63416F is #663366 (or #636).

RGB color model

#63416F color RGB value is (99,65,111).

  • red value is 99;
  • green value is 65;
  • blue value is 111.
RGB:
(99,65,111)
(39%,25%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 65 of 255 = 25%
B 111 of 255 = 44%

99
65
111

R + G + B ~ 36%. #63416F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 65 + 111 = 275 (100%)
R 99 of 275 ~ 36%
G 65 of 275 ~ 23.64%
B 111 of 275 ~ 40.36%

%36
%23.64
%40.36

CMYK color model

#63416F color CMYK value is (11,41,0,56).

  • cyan value is 10.81%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(11,41,0,56)
C11M41Y0K56 
(11%,41%,0%,56%)
(0.11/0.41/0.00/0.56)	

CMYK percentages

%10.81
%41.44
%0
%56.47

Codes

Color #63416F in popluar color models

63416F
RGB9965111
HSL284°26.14%34.51%
HSB/HSV284°41.44%43.53%
CMYK10.81%41.44%0.00%
56.47%

Color #63416F in popluar number systems.

HEX63416F
Decimal9965111
Binary110001110000011101111
Octal143101157

Shades and tints

Shades of #63416F

#63416F
(99,65,111)
#5A3C65
(90,60,101)
#51375B
(81,55,91)
#483251
(72,50,81)
#3F2D47
(63,45,71)
#36283D
(54,40,61)
#2D2333
(45,35,51)
#241E29
(36,30,41)
#1B191F
(27,25,31)
#121415
(18,20,21)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #63416F

#63416F
(99,65,111)
#71527C
(113,82,124)
#7F6389
(127,99,137)
#8D7496
(141,116,150)
#9B85A3
(155,133,163)
#A996B0
(169,150,176)
#B7A7BD
(183,167,189)
#C5B8CA
(197,184,202)
#D3C9D7
(211,201,215)
#E1DAE4
(225,218,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63416F color. Also use rgb(99,65,111) instead hex code.

Text Font Color

.myTextColor { color: #63416F; }

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

This text font color is #63416F.


Background Color

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

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

This div background color is #63416F.


Border color

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

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

This div border color is #63416F.


Opacity

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

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

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

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

This text has shadow with #63416F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63416F on black background.


Color preview on white background

This text has color #63416F on white background.



Black color preview on #63416F background

This text has black color on #63416F background.


White color preview on #63416F background

This text has white color on #63416F background.