HEX: #63493C
RGB: (99,73,60)
#63493C contains red, green and blue colors in about the same proportion. Web safe color of #63493C is #663333 (or #633).
#63493C color RGB value is (99,73,60).
RGB: (99,73,60)
(39%, 29%, 24%)
R 99 of 255 = 39%
G 73 of 255 = 29%
B 60 of 255 = 24%
R + G + B ~ 31%. #63493C is quite dark color.
R + G + B = 99 + 73 + 60 = 232 (100%)
R 99 of 232 ~ 42.67%
G 73 of 232 ~ 31.47%
B 60 of 232 ~ 25.86'%
#63493C color CMYK value is (0,26,39,61).
CMYK: (0,26,39,61) C0M26Y39K61 (0%,26%,39%,61%) (0.00/0.26/0.39/0.61)
Color #63493C in popluar color models
63 | 49 | 3C | |
---|---|---|---|
RGB | 99 | 73 | 60 |
HSL | 20° | 24.53% | 31.18% |
HSB/HSV | 20° | 39.39% | 38.82% |
CMYK | 0.00% | 26.26% | 39.39% |
61.18% |
Color #63493C in popluar number systems.
HEX | 63 | 49 | 3C |
Decimal | 99 | 73 | 60 |
Binary | 1100011 | 1001001 | 111100 |
Octal | 143 | 111 | 74 |
Shades of #63493C
Tints of #63493C
Examples of css and html codes for elements with #63493C color. Also use rgb(99,73,60) instead hex code.
.myTextColor { color: #63493C; }
<p style="color:#63493C">This sample text font color is #63493C.</p>
This text font color is #63493C.
.myBgColor { background-color: #63493C; }
<div style="background-color:#63493C">Inner text</div>
This div background color is #63493C.
.myBorderColor { border: 1px solid #63493C; }
<div style="border:3px solid #63493C">Div</div>
This div border color is #63493C.
.myOpacity80 { color: #63493C; opacity: 0.8; }
<p style="color:#63493C;opacity:0.8;">80%</p>
Text with #63493C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63493C;}
<p style="text-shadow: 3px 3px 1px #63493C">Text here.</p>
This text has shadow with #63493C color.
.textShadow {text-shadow: 3px 3px 1px #63493C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63493C, 5px 5px 20px red">Text here.</p>
This text has shadow with #63493C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63493C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63493C, Direction=45, Strength=4)">Text</p>
This text has shadow with #63493C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63493C;
-webkit-box-shadow: 1px 1px 3px 2px #63493C;
box-shadow: 1px 1px 3px 2px #63493C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63493C; -webkit-box-shadow: 1px 1px 3px 2px #63493C; box-shadow:1px 1px 3px 2px #63493C;">
Div content here
</div>
This text has color #63493C on black background.
This text has color #63493C on white background.
This text has black color on #63493C background.
This text has white color on #63493C background.
Complementary color for #hex is #9CB6C3.