HEX: #073503
RGB: (7,53,3)
#073503 contains red, green and blue colors in about the same proportion. Web safe color of #073503 is #003300 (or #030).
#073503 color RGB value is (7,53,3).
RGB: (7,53,3) (3%,21%,1%)
R 7 of 255 = 3%
G 53 of 255 = 21%
B 3 of 255 = 1%
R + G + B ~ 8%. #073503 is dark color.
R + G + B =
7 + 53 + 3 = 63 (100%)
R 7 of 63 ~ 11.11%
G 53 of 63 ~ 84.13%
B 3 of 63 ~ 4.76%
#073503 color CMYK value is (87,0,94,79).
CMYK: (87,0,94,79) C87M0Y94K79 (87%,0%,94%,79%) (0.87/0.00/0.94/0.79)
07 | 35 | 03 | |
---|---|---|---|
RGB | 7 | 53 | 3 |
HSL | 115° | 89.29% | 10.98% |
HSB/HSV | 115° | 94.34% | 20.78% |
CMYK | 86.79% | 0.00% | 94.34% |
79.22% |
HEX | 07 | 35 | 03 |
Decimal | 7 | 53 | 3 |
Binary | 111 | 110101 | 11 |
Octal | 7 | 65 | 3 |
Examples of css and html codes for elements with #073503 color. Also use rgb(7,53,3) instead hex code.
.myTextColor { color: #073503; }
<p style="color:#073503">This sample text font color is #073503.</p>
This text font color is #073503.
.myBgColor { background-color: #073503; }
<div style="background-color:#073503">Inner text</div>
This div background color is #073503.
.myBorderColor { border: 1px solid #073503; }
<div style="border:3px solid #073503">Div</div>
This div border color is #073503.
.myOpacity80 { color: #073503; opacity: 0.8; }
<p style="color:#073503;opacity:0.8;">80%</p>
Text with #073503 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #073503;}
<p style="text-shadow: 3px 3px 1px #073503">Text here.</p>
This text has shadow with #073503 color.
.textShadow {text-shadow: 3px 3px 1px #073503, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #073503, 5px 5px 20px red">Text here.</p>
This text has shadow with #073503 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#073503, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#073503, Direction=45, Strength=4)">Text</p>
This text has shadow with #073503 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #073503; -webkit-box-shadow: 1px 1px 3px 2px #073503; box-shadow: 1px 1px 3px 2px #073503; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #073503; -webkit-box-shadow: 1px 1px 3px 2px #073503; box-shadow:1px 1px 3px 2px #073503;">
Div content here</div>
This text has color #073503 on black background.
This text has color #073503 on white background.
This text has black color on #073503 background.
This text has white color on #073503 background.