HEX: #074446
RGB: (7,68,70)
#074446 contains mainly green and blue colors. Web safe color of #074446 is #003333 (or #033).
#074446 color RGB value is (7,68,70).
RGB: (7,68,70) (3%,27%,27%)
R 7 of 255 = 3%
G 68 of 255 = 27%
B 70 of 255 = 27%
R + G + B ~ 19%. #074446 is dark color.
R + G + B =
7 + 68 + 70 = 145 (100%)
R 7 of 145 ~ 4.83%
G 68 of 145 ~ 46.9%
B 70 of 145 ~ 48.28%
#074446 color CMYK value is (90,3,0,73).
CMYK: (90,3,0,73) C90M3Y0K73 (90%,3%,0%,73%) (0.90/0.03/0.00/0.73)
07 | 44 | 46 | |
---|---|---|---|
RGB | 7 | 68 | 70 |
HSL | 182° | 81.82% | 15.10% |
HSB/HSV | 182° | 90.00% | 27.45% |
CMYK | 90.00% | 2.86% | 0.00% |
72.55% |
HEX | 07 | 44 | 46 |
Decimal | 7 | 68 | 70 |
Binary | 111 | 1000100 | 1000110 |
Octal | 7 | 104 | 106 |
Examples of css and html codes for elements with #074446 color. Also use rgb(7,68,70) instead hex code.
.myTextColor { color: #074446; }
<p style="color:#074446">This sample text font color is #074446.</p>
This text font color is #074446.
.myBgColor { background-color: #074446; }
<div style="background-color:#074446">Inner text</div>
This div background color is #074446.
.myBorderColor { border: 1px solid #074446; }
<div style="border:3px solid #074446">Div</div>
This div border color is #074446.
.myOpacity80 { color: #074446; opacity: 0.8; }
<p style="color:#074446;opacity:0.8;">80%</p>
Text with #074446 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #074446;}
<p style="text-shadow: 3px 3px 1px #074446">Text here.</p>
This text has shadow with #074446 color.
.textShadow {text-shadow: 3px 3px 1px #074446, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #074446, 5px 5px 20px red">Text here.</p>
This text has shadow with #074446 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#074446, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#074446, Direction=45, Strength=4)">Text</p>
This text has shadow with #074446 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #074446; -webkit-box-shadow: 1px 1px 3px 2px #074446; box-shadow: 1px 1px 3px 2px #074446; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #074446; -webkit-box-shadow: 1px 1px 3px 2px #074446; box-shadow:1px 1px 3px 2px #074446;">
Div content here</div>
This text has color #074446 on black background.
This text has color #074446 on white background.
This text has black color on #074446 background.
This text has white color on #074446 background.