HEX: #073609
RGB: (7,54,9)
#073609 contains red, green and blue colors in about the same proportion. Web safe color of #073609 is #003300 (or #030).
#073609 color RGB value is (7,54,9).
RGB: (7,54,9)
(3%, 21%, 4%)
R 7 of 255 = 3%
G 54 of 255 = 21%
B 9 of 255 = 4%
R + G + B ~ 9%. #073609 is dark color.
R + G + B = 7 + 54 + 9 = 70 (100%)
R 7 of 70 ~ 10%
G 54 of 70 ~ 77.14%
B 9 of 70 ~ 12.86'%
#073609 color CMYK value is (87,0,83,79).
CMYK: (87,0,83,79)
C87M0Y83K79 (87%, 0%, 83%, 79%)
(0.87 / 0.00 / 0.83 / 0.79)
Color #073609 in popluar color models
07 | 36 | 09 | |
---|---|---|---|
RGB | 7 | 54 | 9 |
HSL | 123° | 77.05% | 11.96% |
HSB/HSV | 123° | 87.04% | 21.18% |
CMYK | 87.04% | 0.00% | 83.33% |
78.82% |
Color #073609 in popluar number systems.
HEX | 07 | 36 | 09 |
Decimal | 7 | 54 | 9 |
Binary | 111 | 110110 | 1001 |
Octal | 7 | 66 | 11 |
Shades of #073609
Tints of #073609
Examples of css and html codes for elements with #073609 color. Also use rgb(7,54,9) instead hex code.
.myTextColor { color: #073609; }
<p style="color:#073609">This sample text font color is #073609.</p>
This text font color is #073609.
.myBgColor { background-color: #073609; }
<div style="background-color:#073609">Inner text</div>
This div background color is #073609.
.myBorderColor { border: 1px solid #073609; }
<div style="border:3px solid #073609">Div</div>
This div border color is #073609.
.myOpacity80 { color: #073609; opacity: 0.8; }
<p style="color:#073609;opacity:0.8;">80%</p>
Text with #073609 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #073609;}
<p style="text-shadow: 3px 3px 1px #073609">Text here.</p>
This text has shadow with #073609 color.
.textShadow {text-shadow: 3px 3px 1px #073609', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #073609, 5px 5px 20px red">Text here.</p>
This text has shadow with #073609 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#073609, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#073609, Direction=45, Strength=4)">Text</p>
This text has shadow with #073609 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #073609;
-webkit-box-shadow: 1px 1px 3px 2px #073609;
box-shadow: 1px 1px 3px 2px #073609;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #073609; -webkit-box-shadow: 1px 1px 3px 2px #073609; box-shadow:1px 1px 3px 2px #073609;">
Div content here
</div>
This text has color #073609 on black background.
This text has color #073609 on white background.
This text has black color on #073609 background.
This text has white color on #073609 background.
Complementary color for #hex is #F8C9F6.