HEX: #463B0A
RGB: (70,59,10)
#463B0A contains mainly red and green colors. Web safe color of #463B0A is #333300 (or #330).
#463B0A color RGB value is (70,59,10).
RGB: (70,59,10) (27%,23%,4%)
R 70 of 255 = 27%
G 59 of 255 = 23%
B 10 of 255 = 4%
R + G + B ~ 18%. #463B0A is dark color.
R + G + B =
70 + 59 + 10 = 139 (100%)
R 70 of 139 ~ 50.36%
G 59 of 139 ~ 42.45%
B 10 of 139 ~ 7.19%
#463B0A color CMYK value is (0,16,86,73).
CMYK: (0,16,86,73) C0M16Y86K73 (0%,16%,86%,73%) (0.00/0.16/0.86/0.73)
46 | 3B | 0A | |
---|---|---|---|
RGB | 70 | 59 | 10 |
HSL | 49° | 75.00% | 15.69% |
HSB/HSV | 49° | 85.71% | 27.45% |
CMYK | 0.00% | 15.71% | 85.71% |
72.55% |
HEX | 46 | 3B | 0A |
Decimal | 70 | 59 | 10 |
Binary | 1000110 | 111011 | 1010 |
Octal | 106 | 73 | 12 |
Examples of css and html codes for elements with #463B0A color. Also use rgb(70,59,10) instead hex code.
.myTextColor { color: #463B0A; }
<p style="color:#463B0A">This sample text font color is #463B0A.</p>
This text font color is #463B0A.
.myBgColor { background-color: #463B0A; }
<div style="background-color:#463B0A">Inner text</div>
This div background color is #463B0A.
.myBorderColor { border: 1px solid #463B0A; }
<div style="border:3px solid #463B0A">Div</div>
This div border color is #463B0A.
.myOpacity80 { color: #463B0A; opacity: 0.8; }
<p style="color:#463B0A;opacity:0.8;">80%</p>
Text with #463B0A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #463B0A;}
<p style="text-shadow: 3px 3px 1px #463B0A">Text here.</p>
This text has shadow with #463B0A color.
.textShadow {text-shadow: 3px 3px 1px #463B0A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #463B0A, 5px 5px 20px red">Text here.</p>
This text has shadow with #463B0A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#463B0A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#463B0A, Direction=45, Strength=4)">Text</p>
This text has shadow with #463B0A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #463B0A; -webkit-box-shadow: 1px 1px 3px 2px #463B0A; box-shadow: 1px 1px 3px 2px #463B0A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #463B0A; -webkit-box-shadow: 1px 1px 3px 2px #463B0A; box-shadow:1px 1px 3px 2px #463B0A;">
Div content here</div>
This text has color #463B0A on black background.
This text has color #463B0A on white background.
This text has black color on #463B0A background.
This text has white color on #463B0A background.