HEX: #00710D
RGB: (0,113,13)
#00710D contains mainly green color. Web safe color of #00710D is #006600 (or #060).
#00710D color RGB value is (0,113,13).
RGB: (0,113,13)
(0%, 44%, 5%)
R 0 of 255 = 0%
G 113 of 255 = 44%
B 13 of 255 = 5%
R + G + B ~ 16%. #00710D is dark color.
R + G + B = 0 + 113 + 13 = 126 (100%)
R 0 of 126 ~ 0%
G 113 of 126 ~ 89.68%
B 13 of 126 ~ 10.32'%
#00710D color CMYK value is (100,0,88,56).
CMYK: (100,0,88,56)
C100M0Y88K56 (100%, 0%, 88%, 56%)
(1.00 / 0.00 / 0.88 / 0.56)
Color #00710D in popluar color models
00 | 71 | 0D | |
---|---|---|---|
RGB | 0 | 113 | 13 |
HSL | 127° | 100.00% | 22.16% |
HSB/HSV | 127° | 100.00% | 44.31% |
CMYK | 100.00% | 0.00% | 88.50% |
55.69% |
Color #00710D in popluar number systems.
HEX | 00 | 71 | 0D |
Decimal | 0 | 113 | 13 |
Binary | 0 | 1110001 | 1101 |
Octal | 0 | 161 | 15 |
Shades of #00710D
Tints of #00710D
Examples of css and html codes for elements with #00710D color. Also use rgb(0,113,13) instead hex code.
.myTextColor { color: #00710D; }
<p style="color:#00710D">This sample text font color is #00710D.</p>
This text font color is #00710D.
.myBgColor { background-color: #00710D; }
<div style="background-color:#00710D">Inner text</div>
This div background color is #00710D.
.myBorderColor { border: 1px solid #00710D; }
<div style="border:3px solid #00710D">Div</div>
This div border color is #00710D.
.myOpacity80 { color: #00710D; opacity: 0.8; }
<p style="color:#00710D;opacity:0.8;">80%</p>
Text with #00710D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00710D;}
<p style="text-shadow: 3px 3px 1px #00710D">Text here.</p>
This text has shadow with #00710D color.
.textShadow {text-shadow: 3px 3px 1px #00710D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00710D, 5px 5px 20px red">Text here.</p>
This text has shadow with #00710D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00710D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00710D, Direction=45, Strength=4)">Text</p>
This text has shadow with #00710D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00710D;
-webkit-box-shadow: 1px 1px 3px 2px #00710D;
box-shadow: 1px 1px 3px 2px #00710D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00710D; -webkit-box-shadow: 1px 1px 3px 2px #00710D; box-shadow:1px 1px 3px 2px #00710D;">
Div content here
</div>
This text has color #00710D on black background.
This text has color #00710D on white background.
This text has black color on #00710D background.
This text has white color on #00710D background.
Complementary color for #hex is #FF8EF2.