HEX: #074D15
RGB: (7,77,21)
#074D15 contains mainly green and blue colors. Web safe color of #074D15 is #003300 (or #030).
#074D15 color RGB value is (7,77,21).
RGB: (7,77,21)
(3%, 30%, 8%)
R 7 of 255 = 3%
G 77 of 255 = 30%
B 21 of 255 = 8%
R + G + B ~ 14%. #074D15 is dark color.
R + G + B = 7 + 77 + 21 = 105 (100%)
R 7 of 105 ~ 6.67%
G 77 of 105 ~ 73.33%
B 21 of 105 ~ 20'%
#074D15 color CMYK value is (91,0,73,70).
CMYK: (91,0,73,70)
C91M0Y73K70 (91%, 0%, 73%, 70%)
(0.91 / 0.00 / 0.73 / 0.70)
Color #074D15 in popluar color models
07 | 4D | 15 | |
---|---|---|---|
RGB | 7 | 77 | 21 |
HSL | 132° | 83.33% | 16.47% |
HSB/HSV | 132° | 90.91% | 30.20% |
CMYK | 90.91% | 0.00% | 72.73% |
69.80% |
Color #074D15 in popluar number systems.
HEX | 07 | 4D | 15 |
Decimal | 7 | 77 | 21 |
Binary | 111 | 1001101 | 10101 |
Octal | 7 | 115 | 25 |
Shades of #074D15
Tints of #074D15
Examples of css and html codes for elements with #074D15 color. Also use rgb(7,77,21) instead hex code.
.myTextColor { color: #074D15; }
<p style="color:#074D15">This sample text font color is #074D15.</p>
This text font color is #074D15.
.myBgColor { background-color: #074D15; }
<div style="background-color:#074D15">Inner text</div>
This div background color is #074D15.
.myBorderColor { border: 1px solid #074D15; }
<div style="border:3px solid #074D15">Div</div>
This div border color is #074D15.
.myOpacity80 { color: #074D15; opacity: 0.8; }
<p style="color:#074D15;opacity:0.8;">80%</p>
Text with #074D15 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #074D15;}
<p style="text-shadow: 3px 3px 1px #074D15">Text here.</p>
This text has shadow with #074D15 color.
.textShadow {text-shadow: 3px 3px 1px #074D15', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #074D15, 5px 5px 20px red">Text here.</p>
This text has shadow with #074D15 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#074D15, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#074D15, Direction=45, Strength=4)">Text</p>
This text has shadow with #074D15 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #074D15;
-webkit-box-shadow: 1px 1px 3px 2px #074D15;
box-shadow: 1px 1px 3px 2px #074D15;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #074D15; -webkit-box-shadow: 1px 1px 3px 2px #074D15; box-shadow:1px 1px 3px 2px #074D15;">
Div content here
</div>
This text has color #074D15 on black background.
This text has color #074D15 on white background.
This text has black color on #074D15 background.
This text has white color on #074D15 background.
Complementary color for #hex is #F8B2EA.