HEX: #125713
RGB: (18,87,19)
#125713 contains mainly green color. Web safe color of #125713 is #006600 (or #060).
#125713 color RGB value is (18,87,19).
RGB: (18,87,19) (7%,34%,7%)
R 18 of 255 = 7%
G 87 of 255 = 34%
B 19 of 255 = 7%
R + G + B ~ 16%. #125713 is dark color.
R + G + B =
18 + 87 + 19 = 124 (100%)
R 18 of 124 ~ 14.52%
G 87 of 124 ~ 70.16%
B 19 of 124 ~ 15.32%
#125713 color CMYK value is (79,0,78,66).
CMYK: (79,0,78,66) C79M0Y78K66 (79%,0%,78%,66%) (0.79/0.00/0.78/0.66)
12 | 57 | 13 | |
---|---|---|---|
RGB | 18 | 87 | 19 |
HSL | 121° | 65.71% | 20.59% |
HSB/HSV | 121° | 79.31% | 34.12% |
CMYK | 79.31% | 0.00% | 78.16% |
65.88% |
HEX | 12 | 57 | 13 |
Decimal | 18 | 87 | 19 |
Binary | 10010 | 1010111 | 10011 |
Octal | 22 | 127 | 23 |
Examples of css and html codes for elements with #125713 color. Also use rgb(18,87,19) instead hex code.
.myTextColor { color: #125713; }
<p style="color:#125713">This sample text font color is #125713.</p>
This text font color is #125713.
.myBgColor { background-color: #125713; }
<div style="background-color:#125713">Inner text</div>
This div background color is #125713.
.myBorderColor { border: 1px solid #125713; }
<div style="border:3px solid #125713">Div</div>
This div border color is #125713.
.myOpacity80 { color: #125713; opacity: 0.8; }
<p style="color:#125713;opacity:0.8;">80%</p>
Text with #125713 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #125713;}
<p style="text-shadow: 3px 3px 1px #125713">Text here.</p>
This text has shadow with #125713 color.
.textShadow {text-shadow: 3px 3px 1px #125713, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #125713, 5px 5px 20px red">Text here.</p>
This text has shadow with #125713 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#125713, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#125713, Direction=45, Strength=4)">Text</p>
This text has shadow with #125713 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #125713; -webkit-box-shadow: 1px 1px 3px 2px #125713; box-shadow: 1px 1px 3px 2px #125713; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #125713; -webkit-box-shadow: 1px 1px 3px 2px #125713; box-shadow:1px 1px 3px 2px #125713;">
Div content here</div>
This text has color #125713 on black background.
This text has color #125713 on white background.
This text has black color on #125713 background.
This text has white color on #125713 background.