HEX: #463515
RGB: (70,53,21)
#463515 contains red, green and blue colors in about the same proportion. Web safe color of #463515 is #333300 (or #330).
#463515 color RGB value is (70,53,21).
RGB: (70,53,21)
(27%, 21%, 8%)
R 70 of 255 = 27%
G 53 of 255 = 21%
B 21 of 255 = 8%
R + G + B ~ 19%. #463515 is dark color.
R + G + B = 70 + 53 + 21 = 144 (100%)
R 70 of 144 ~ 48.61%
G 53 of 144 ~ 36.81%
B 21 of 144 ~ 14.58'%
#463515 color CMYK value is (0,24,70,73).
CMYK: (0,24,70,73)
C0M24Y70K73 (0%, 24%, 70%, 73%)
(0.00 / 0.24 / 0.70 / 0.73)
Color #463515 in popluar color models
46 | 35 | 15 | |
---|---|---|---|
RGB | 70 | 53 | 21 |
HSL | 39° | 53.85% | 17.84% |
HSB/HSV | 39° | 70.00% | 27.45% |
CMYK | 0.00% | 24.29% | 70.00% |
72.55% |
Color #463515 in popluar number systems.
HEX | 46 | 35 | 15 |
Decimal | 70 | 53 | 21 |
Binary | 1000110 | 110101 | 10101 |
Octal | 106 | 65 | 25 |
Shades of #463515
Tints of #463515
Examples of css and html codes for elements with #463515 color. Also use rgb(70,53,21) instead hex code.
.myTextColor { color: #463515; }
<p style="color:#463515">This sample text font color is #463515.</p>
This text font color is #463515.
.myBgColor { background-color: #463515; }
<div style="background-color:#463515">Inner text</div>
This div background color is #463515.
.myBorderColor { border: 1px solid #463515; }
<div style="border:3px solid #463515">Div</div>
This div border color is #463515.
.myOpacity80 { color: #463515; opacity: 0.8; }
<p style="color:#463515;opacity:0.8;">80%</p>
Text with #463515 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #463515;}
<p style="text-shadow: 3px 3px 1px #463515">Text here.</p>
This text has shadow with #463515 color.
.textShadow {text-shadow: 3px 3px 1px #463515', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #463515, 5px 5px 20px red">Text here.</p>
This text has shadow with #463515 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#463515, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#463515, Direction=45, Strength=4)">Text</p>
This text has shadow with #463515 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #463515;
-webkit-box-shadow: 1px 1px 3px 2px #463515;
box-shadow: 1px 1px 3px 2px #463515;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #463515; -webkit-box-shadow: 1px 1px 3px 2px #463515; box-shadow:1px 1px 3px 2px #463515;">
Div content here
</div>
This text has color #463515 on black background.
This text has color #463515 on white background.
This text has black color on #463515 background.
This text has white color on #463515 background.
Complementary color for #hex is #B9CAEA.