COLOR #63466A

HEX: #63466A
RGB: (99,70,106)

Color info

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

RGB color model

#63466A color RGB value is (99,70,106).

  • red value is 99;
  • green value is 70;
  • blue value is 106.
RGB:
(99,70,106)
(39%,27%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 70 of 255 = 27%
B 106 of 255 = 42%

99
70
106

R + G + B ~ 36%. #63466A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 70 + 106 = 275 (100%)
R 99 of 275 ~ 36%
G 70 of 275 ~ 25.45%
B 106 of 275 ~ 38.55%

%36
%25.45
%38.55

CMYK color model

#63466A color CMYK value is (7,34,0,58).

  • cyan value is 6.60%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(7,34,0,58)
C7M34Y0K58 
(7%,34%,0%,58%)
(0.07/0.34/0.00/0.58)	

CMYK percentages

%6.6
%33.96
%0
%58.43

Codes

Color #63466A in popluar color models

63466A
RGB9970106
HSL288°20.45%34.51%
HSB/HSV288°33.96%41.57%
CMYK6.60%33.96%0.00%
58.43%

Color #63466A in popluar number systems.

HEX63466A
Decimal9970106
Binary110001110001101101010
Octal143106152

Shades and tints

Shades of #63466A

#63466A
(99,70,106)
#5A4061
(90,64,97)
#513A58
(81,58,88)
#48344F
(72,52,79)
#3F2E46
(63,46,70)
#36283D
(54,40,61)
#2D2234
(45,34,52)
#241C2B
(36,28,43)
#1B1622
(27,22,34)
#121019
(18,16,25)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #63466A

#63466A
(99,70,106)
#715677
(113,86,119)
#7F6684
(127,102,132)
#8D7691
(141,118,145)
#9B869E
(155,134,158)
#A996AB
(169,150,171)
#B7A6B8
(183,166,184)
#C5B6C5
(197,182,197)
#D3C6D2
(211,198,210)
#E1D6DF
(225,214,223)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63466A color. Also use rgb(99,70,106) instead hex code.

Text Font Color

.myTextColor { color: #63466A; }

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

This text font color is #63466A.


Background Color

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

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

This div background color is #63466A.


Border color

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

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

This div border color is #63466A.


Opacity

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

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

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

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

This text has shadow with #63466A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63466A on black background.


Color preview on white background

This text has color #63466A on white background.



Black color preview on #63466A background

This text has black color on #63466A background.


White color preview on #63466A background

This text has white color on #63466A background.