HEX: #074846
RGB: (7,72,70)
#074846 contains mainly green and blue colors. Web safe color of #074846 is #003333 (or #033).
#074846 color RGB value is (7,72,70).
RGB: (7,72,70) (3%,28%,27%)
R 7 of 255 = 3%
G 72 of 255 = 28%
B 70 of 255 = 27%
R + G + B ~ 19%. #074846 is dark color.
R + G + B =
7 + 72 + 70 = 149 (100%)
R 7 of 149 ~ 4.7%
G 72 of 149 ~ 48.32%
B 70 of 149 ~ 46.98%
#074846 color CMYK value is (90,0,3,72).
CMYK: (90,0,3,72) C90M0Y3K72 (90%,0%,3%,72%) (0.90/0.00/0.03/0.72)
07 | 48 | 46 | |
---|---|---|---|
RGB | 7 | 72 | 70 |
HSL | 178° | 82.28% | 15.49% |
HSB/HSV | 178° | 90.28% | 28.24% |
CMYK | 90.28% | 0.00% | 2.78% |
71.76% |
HEX | 07 | 48 | 46 |
Decimal | 7 | 72 | 70 |
Binary | 111 | 1001000 | 1000110 |
Octal | 7 | 110 | 106 |
Examples of css and html codes for elements with #074846 color. Also use rgb(7,72,70) instead hex code.
.myTextColor { color: #074846; }
<p style="color:#074846">This sample text font color is #074846.</p>
This text font color is #074846.
.myBgColor { background-color: #074846; }
<div style="background-color:#074846">Inner text</div>
This div background color is #074846.
.myBorderColor { border: 1px solid #074846; }
<div style="border:3px solid #074846">Div</div>
This div border color is #074846.
.myOpacity80 { color: #074846; opacity: 0.8; }
<p style="color:#074846;opacity:0.8;">80%</p>
Text with #074846 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #074846;}
<p style="text-shadow: 3px 3px 1px #074846">Text here.</p>
This text has shadow with #074846 color.
.textShadow {text-shadow: 3px 3px 1px #074846, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #074846, 5px 5px 20px red">Text here.</p>
This text has shadow with #074846 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#074846, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#074846, Direction=45, Strength=4)">Text</p>
This text has shadow with #074846 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #074846; -webkit-box-shadow: 1px 1px 3px 2px #074846; box-shadow: 1px 1px 3px 2px #074846; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #074846; -webkit-box-shadow: 1px 1px 3px 2px #074846; box-shadow:1px 1px 3px 2px #074846;">
Div content here</div>
This text has color #074846 on black background.
This text has color #074846 on white background.
This text has black color on #074846 background.
This text has white color on #074846 background.