HEX: #463310
RGB: (70,51,16)
#463310 contains red, green and blue colors in about the same proportion. Web safe color of #463310 is #333300 (or #330).
#463310 color RGB value is (70,51,16).
RGB: (70,51,16) (27%,20%,6%)
R 70 of 255 = 27%
G 51 of 255 = 20%
B 16 of 255 = 6%
R + G + B ~ 18%. #463310 is dark color.
R + G + B =
70 + 51 + 16 = 137 (100%)
R 70 of 137 ~ 51.09%
G 51 of 137 ~ 37.23%
B 16 of 137 ~ 11.68%
#463310 color CMYK value is (0,27,77,73).
CMYK: (0,27,77,73) C0M27Y77K73 (0%,27%,77%,73%) (0.00/0.27/0.77/0.73)
46 | 33 | 10 | |
---|---|---|---|
RGB | 70 | 51 | 16 |
HSL | 39° | 62.79% | 16.86% |
HSB/HSV | 39° | 77.14% | 27.45% |
CMYK | 0.00% | 27.14% | 77.14% |
72.55% |
HEX | 46 | 33 | 10 |
Decimal | 70 | 51 | 16 |
Binary | 1000110 | 110011 | 10000 |
Octal | 106 | 63 | 20 |
Examples of css and html codes for elements with #463310 color. Also use rgb(70,51,16) instead hex code.
.myTextColor { color: #463310; }
<p style="color:#463310">This sample text font color is #463310.</p>
This text font color is #463310.
.myBgColor { background-color: #463310; }
<div style="background-color:#463310">Inner text</div>
This div background color is #463310.
.myBorderColor { border: 1px solid #463310; }
<div style="border:3px solid #463310">Div</div>
This div border color is #463310.
.myOpacity80 { color: #463310; opacity: 0.8; }
<p style="color:#463310;opacity:0.8;">80%</p>
Text with #463310 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #463310;}
<p style="text-shadow: 3px 3px 1px #463310">Text here.</p>
This text has shadow with #463310 color.
.textShadow {text-shadow: 3px 3px 1px #463310, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #463310, 5px 5px 20px red">Text here.</p>
This text has shadow with #463310 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#463310, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#463310, Direction=45, Strength=4)">Text</p>
This text has shadow with #463310 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #463310; -webkit-box-shadow: 1px 1px 3px 2px #463310; box-shadow: 1px 1px 3px 2px #463310; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #463310; -webkit-box-shadow: 1px 1px 3px 2px #463310; box-shadow:1px 1px 3px 2px #463310;">
Div content here</div>
This text has color #463310 on black background.
This text has color #463310 on white background.
This text has black color on #463310 background.
This text has white color on #463310 background.