HEX: #073621
RGB: (7,54,33)
#073621 contains red, green and blue colors in about the same proportion. Web safe color of #073621 is #003333 (or #033).
#073621 color RGB value is (7,54,33).
RGB: (7,54,33) (3%,21%,13%)
R 7 of 255 = 3%
G 54 of 255 = 21%
B 33 of 255 = 13%
R + G + B ~ 12%. #073621 is dark color.
R + G + B =
7 + 54 + 33 = 94 (100%)
R 7 of 94 ~ 7.45%
G 54 of 94 ~ 57.45%
B 33 of 94 ~ 35.11%
#073621 color CMYK value is (87,0,39,79).
CMYK: (87,0,39,79) C87M0Y39K79 (87%,0%,39%,79%) (0.87/0.00/0.39/0.79)
07 | 36 | 21 | |
---|---|---|---|
RGB | 7 | 54 | 33 |
HSL | 153° | 77.05% | 11.96% |
HSB/HSV | 153° | 87.04% | 21.18% |
CMYK | 87.04% | 0.00% | 38.89% |
78.82% |
HEX | 07 | 36 | 21 |
Decimal | 7 | 54 | 33 |
Binary | 111 | 110110 | 100001 |
Octal | 7 | 66 | 41 |
Examples of css and html codes for elements with #073621 color. Also use rgb(7,54,33) instead hex code.
.myTextColor { color: #073621; }
<p style="color:#073621">This sample text font color is #073621.</p>
This text font color is #073621.
.myBgColor { background-color: #073621; }
<div style="background-color:#073621">Inner text</div>
This div background color is #073621.
.myBorderColor { border: 1px solid #073621; }
<div style="border:3px solid #073621">Div</div>
This div border color is #073621.
.myOpacity80 { color: #073621; opacity: 0.8; }
<p style="color:#073621;opacity:0.8;">80%</p>
Text with #073621 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #073621;}
<p style="text-shadow: 3px 3px 1px #073621">Text here.</p>
This text has shadow with #073621 color.
.textShadow {text-shadow: 3px 3px 1px #073621, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #073621, 5px 5px 20px red">Text here.</p>
This text has shadow with #073621 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#073621, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#073621, Direction=45, Strength=4)">Text</p>
This text has shadow with #073621 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #073621; -webkit-box-shadow: 1px 1px 3px 2px #073621; box-shadow: 1px 1px 3px 2px #073621; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #073621; -webkit-box-shadow: 1px 1px 3px 2px #073621; box-shadow:1px 1px 3px 2px #073621;">
Div content here</div>
This text has color #073621 on black background.
This text has color #073621 on white background.
This text has black color on #073621 background.
This text has white color on #073621 background.