HEX: #074246
RGB: (7,66,70)
#074246 contains mainly green and blue colors. Web safe color of #074246 is #003333 (or #033).
#074246 color RGB value is (7,66,70).
RGB: (7,66,70)
(3%, 26%, 27%)
R 7 of 255 = 3%
G 66 of 255 = 26%
B 70 of 255 = 27%
R + G + B ~ 19%. #074246 is dark color.
R + G + B = 7 + 66 + 70 = 143 (100%)
R 7 of 143 ~ 4.9%
G 66 of 143 ~ 46.15%
B 70 of 143 ~ 48.95'%
#074246 color CMYK value is (90,6,0,73).
CMYK: (90,6,0,73)
C90M6Y0K73 (90%, 6%, 0%, 73%)
(0.90 / 0.06 / 0.00 / 0.73)
Color #074246 in popluar color models
07 | 42 | 46 | |
---|---|---|---|
RGB | 7 | 66 | 70 |
HSL | 184° | 81.82% | 15.10% |
HSB/HSV | 184° | 90.00% | 27.45% |
CMYK | 90.00% | 5.71% | 0.00% |
72.55% |
Color #074246 in popluar number systems.
HEX | 07 | 42 | 46 |
Decimal | 7 | 66 | 70 |
Binary | 111 | 1000010 | 1000110 |
Octal | 7 | 102 | 106 |
Shades of #074246
Tints of #074246
Examples of css and html codes for elements with #074246 color. Also use rgb(7,66,70) instead hex code.
.myTextColor { color: #074246; }
<p style="color:#074246">This sample text font color is #074246.</p>
This text font color is #074246.
.myBgColor { background-color: #074246; }
<div style="background-color:#074246">Inner text</div>
This div background color is #074246.
.myBorderColor { border: 1px solid #074246; }
<div style="border:3px solid #074246">Div</div>
This div border color is #074246.
.myOpacity80 { color: #074246; opacity: 0.8; }
<p style="color:#074246;opacity:0.8;">80%</p>
Text with #074246 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #074246;}
<p style="text-shadow: 3px 3px 1px #074246">Text here.</p>
This text has shadow with #074246 color.
.textShadow {text-shadow: 3px 3px 1px #074246', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #074246, 5px 5px 20px red">Text here.</p>
This text has shadow with #074246 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#074246, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#074246, Direction=45, Strength=4)">Text</p>
This text has shadow with #074246 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #074246;
-webkit-box-shadow: 1px 1px 3px 2px #074246;
box-shadow: 1px 1px 3px 2px #074246;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #074246; -webkit-box-shadow: 1px 1px 3px 2px #074246; box-shadow:1px 1px 3px 2px #074246;">
Div content here
</div>
This text has color #074246 on black background.
This text has color #074246 on white background.
This text has black color on #074246 background.
This text has white color on #074246 background.
Complementary color for #hex is #F8BDB9.