HEX: #074319
RGB: (7,67,25)
#074319 contains mainly green and blue colors. Web safe color of #074319 is #003300 (or #030).
#074319 color RGB value is (7,67,25).
RGB: (7,67,25) (3%,26%,10%)
R 7 of 255 = 3%
G 67 of 255 = 26%
B 25 of 255 = 10%
R + G + B ~ 13%. #074319 is dark color.
R + G + B =
7 + 67 + 25 = 99 (100%)
R 7 of 99 ~ 7.07%
G 67 of 99 ~ 67.68%
B 25 of 99 ~ 25.25%
#074319 color CMYK value is (90,0,63,74).
CMYK: (90,0,63,74) C90M0Y63K74 (90%,0%,63%,74%) (0.90/0.00/0.63/0.74)
07 | 43 | 19 | |
---|---|---|---|
RGB | 7 | 67 | 25 |
HSL | 138° | 81.08% | 14.51% |
HSB/HSV | 138° | 89.55% | 26.27% |
CMYK | 89.55% | 0.00% | 62.69% |
73.73% |
HEX | 07 | 43 | 19 |
Decimal | 7 | 67 | 25 |
Binary | 111 | 1000011 | 11001 |
Octal | 7 | 103 | 31 |
Examples of css and html codes for elements with #074319 color. Also use rgb(7,67,25) instead hex code.
.myTextColor { color: #074319; }
<p style="color:#074319">This sample text font color is #074319.</p>
This text font color is #074319.
.myBgColor { background-color: #074319; }
<div style="background-color:#074319">Inner text</div>
This div background color is #074319.
.myBorderColor { border: 1px solid #074319; }
<div style="border:3px solid #074319">Div</div>
This div border color is #074319.
.myOpacity80 { color: #074319; opacity: 0.8; }
<p style="color:#074319;opacity:0.8;">80%</p>
Text with #074319 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #074319;}
<p style="text-shadow: 3px 3px 1px #074319">Text here.</p>
This text has shadow with #074319 color.
.textShadow {text-shadow: 3px 3px 1px #074319, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #074319, 5px 5px 20px red">Text here.</p>
This text has shadow with #074319 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#074319, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#074319, Direction=45, Strength=4)">Text</p>
This text has shadow with #074319 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #074319; -webkit-box-shadow: 1px 1px 3px 2px #074319; box-shadow: 1px 1px 3px 2px #074319; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #074319; -webkit-box-shadow: 1px 1px 3px 2px #074319; box-shadow:1px 1px 3px 2px #074319;">
Div content here</div>
This text has color #074319 on black background.
This text has color #074319 on white background.
This text has black color on #074319 background.
This text has white color on #074319 background.