HEX: #074423
RGB: (7,68,35)
#074423 contains mainly green and blue colors. Web safe color of #074423 is #003333 (or #033).
#074423 color RGB value is (7,68,35).
RGB: (7,68,35) (3%,27%,14%)
R 7 of 255 = 3%
G 68 of 255 = 27%
B 35 of 255 = 14%
R + G + B ~ 15%. #074423 is dark color.
R + G + B =
7 + 68 + 35 = 110 (100%)
R 7 of 110 ~ 6.36%
G 68 of 110 ~ 61.82%
B 35 of 110 ~ 31.82%
#074423 color CMYK value is (90,0,49,73).
CMYK: (90,0,49,73) C90M0Y49K73 (90%,0%,49%,73%) (0.90/0.00/0.49/0.73)
07 | 44 | 23 | |
---|---|---|---|
RGB | 7 | 68 | 35 |
HSL | 148° | 81.33% | 14.71% |
HSB/HSV | 148° | 89.71% | 26.67% |
CMYK | 89.71% | 0.00% | 48.53% |
73.33% |
HEX | 07 | 44 | 23 |
Decimal | 7 | 68 | 35 |
Binary | 111 | 1000100 | 100011 |
Octal | 7 | 104 | 43 |
Examples of css and html codes for elements with #074423 color. Also use rgb(7,68,35) instead hex code.
.myTextColor { color: #074423; }
<p style="color:#074423">This sample text font color is #074423.</p>
This text font color is #074423.
.myBgColor { background-color: #074423; }
<div style="background-color:#074423">Inner text</div>
This div background color is #074423.
.myBorderColor { border: 1px solid #074423; }
<div style="border:3px solid #074423">Div</div>
This div border color is #074423.
.myOpacity80 { color: #074423; opacity: 0.8; }
<p style="color:#074423;opacity:0.8;">80%</p>
Text with #074423 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #074423;}
<p style="text-shadow: 3px 3px 1px #074423">Text here.</p>
This text has shadow with #074423 color.
.textShadow {text-shadow: 3px 3px 1px #074423, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #074423, 5px 5px 20px red">Text here.</p>
This text has shadow with #074423 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#074423, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#074423, Direction=45, Strength=4)">Text</p>
This text has shadow with #074423 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #074423; -webkit-box-shadow: 1px 1px 3px 2px #074423; box-shadow: 1px 1px 3px 2px #074423; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #074423; -webkit-box-shadow: 1px 1px 3px 2px #074423; box-shadow:1px 1px 3px 2px #074423;">
Div content here</div>
This text has color #074423 on black background.
This text has color #074423 on white background.
This text has black color on #074423 background.
This text has white color on #074423 background.