HEX: #077013
RGB: (7,112,19)
#077013 contains mainly green color. Web safe color of #077013 is #006600 (or #060).
#077013 color RGB value is (7,112,19).
RGB: (7,112,19)
(3%, 44%, 7%)
R 7 of 255 = 3%
G 112 of 255 = 44%
B 19 of 255 = 7%
R + G + B ~ 18%. #077013 is dark color.
R + G + B = 7 + 112 + 19 = 138 (100%)
R 7 of 138 ~ 5.07%
G 112 of 138 ~ 81.16%
B 19 of 138 ~ 13.77'%
#077013 color CMYK value is (94,0,83,56).
CMYK: (94,0,83,56)
C94M0Y83K56 (94%, 0%, 83%, 56%)
(0.94 / 0.00 / 0.83 / 0.56)
Color #077013 in popluar color models
07 | 70 | 13 | |
---|---|---|---|
RGB | 7 | 112 | 19 |
HSL | 127° | 88.24% | 23.33% |
HSB/HSV | 127° | 93.75% | 43.92% |
CMYK | 93.75% | 0.00% | 83.04% |
56.08% |
Color #077013 in popluar number systems.
HEX | 07 | 70 | 13 |
Decimal | 7 | 112 | 19 |
Binary | 111 | 1110000 | 10011 |
Octal | 7 | 160 | 23 |
Shades of #077013
Tints of #077013
Examples of css and html codes for elements with #077013 color. Also use rgb(7,112,19) instead hex code.
.myTextColor { color: #077013; }
<p style="color:#077013">This sample text font color is #077013.</p>
This text font color is #077013.
.myBgColor { background-color: #077013; }
<div style="background-color:#077013">Inner text</div>
This div background color is #077013.
.myBorderColor { border: 1px solid #077013; }
<div style="border:3px solid #077013">Div</div>
This div border color is #077013.
.myOpacity80 { color: #077013; opacity: 0.8; }
<p style="color:#077013;opacity:0.8;">80%</p>
Text with #077013 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #077013;}
<p style="text-shadow: 3px 3px 1px #077013">Text here.</p>
This text has shadow with #077013 color.
.textShadow {text-shadow: 3px 3px 1px #077013', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #077013, 5px 5px 20px red">Text here.</p>
This text has shadow with #077013 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#077013, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#077013, Direction=45, Strength=4)">Text</p>
This text has shadow with #077013 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #077013;
-webkit-box-shadow: 1px 1px 3px 2px #077013;
box-shadow: 1px 1px 3px 2px #077013;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #077013; -webkit-box-shadow: 1px 1px 3px 2px #077013; box-shadow:1px 1px 3px 2px #077013;">
Div content here
</div>
This text has color #077013 on black background.
This text has color #077013 on white background.
This text has black color on #077013 background.
This text has white color on #077013 background.
Complementary color for #hex is #F88FEC.