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