HEX: #63466A
RGB: (99,70,106)
#63466A contains red, green and blue colors in about the same proportion. Web safe color of #63466A is #663366 (or #636).
#63466A color RGB value is (99,70,106).
RGB: (99,70,106) (39%,27%,42%)
R 99 of 255 = 39%
G 70 of 255 = 27%
B 106 of 255 = 42%
R + G + B ~ 36%. #63466A is quite dark color.
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%
#63466A color CMYK value is (7,34,0,58).
CMYK: (7,34,0,58) C7M34Y0K58 (7%,34%,0%,58%) (0.07/0.34/0.00/0.58)
63 | 46 | 6A | |
---|---|---|---|
RGB | 99 | 70 | 106 |
HSL | 288° | 20.45% | 34.51% |
HSB/HSV | 288° | 33.96% | 41.57% |
CMYK | 6.60% | 33.96% | 0.00% |
58.43% |
HEX | 63 | 46 | 6A |
Decimal | 99 | 70 | 106 |
Binary | 1100011 | 1000110 | 1101010 |
Octal | 143 | 106 | 152 |
Examples of css and html codes for elements with #63466A color. Also use rgb(99,70,106) instead hex code.
.myTextColor { color: #63466A; }
<p style="color:#63466A">This sample text font color is #63466A.</p>
This text font color is #63466A.
.myBgColor { background-color: #63466A; }
<div style="background-color:#63466A">Inner text</div>
This div background color is #63466A.
.myBorderColor { border: 1px solid #63466A; }
<div style="border:3px solid #63466A">Div</div>
This div border color is #63466A.
.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%.
.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.
/* 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 text has color #63466A on black background.
This text has color #63466A on white background.
This text has black color on #63466A background.
This text has white color on #63466A background.