HEX: #717D1F
RGB: (113,125,31)
#717D1F contains mainly red and green colors. Web safe color of #717D1F is #666633 (or #663).
#717D1F color RGB value is (113,125,31).
RGB: (113,125,31) (44%,49%,12%)
R 113 of 255 = 44%
G 125 of 255 = 49%
B 31 of 255 = 12%
R + G + B ~ 35%. #717D1F is quite dark color.
R + G + B =
113 + 125 + 31 = 269 (100%)
R 113 of 269 ~ 42.01%
G 125 of 269 ~ 46.47%
B 31 of 269 ~ 11.52%
#717D1F color CMYK value is (10,0,75,51).
CMYK: (10,0,75,51) C10M0Y75K51 (10%,0%,75%,51%) (0.10/0.00/0.75/0.51)
71 | 7D | 1F | |
---|---|---|---|
RGB | 113 | 125 | 31 |
HSL | 68° | 60.26% | 30.59% |
HSB/HSV | 68° | 75.20% | 49.02% |
CMYK | 9.60% | 0.00% | 75.20% |
50.98% |
HEX | 71 | 7D | 1F |
Decimal | 113 | 125 | 31 |
Binary | 1110001 | 1111101 | 11111 |
Octal | 161 | 175 | 37 |
Examples of css and html codes for elements with #717D1F color. Also use rgb(113,125,31) instead hex code.
.myTextColor { color: #717D1F; }
<p style="color:#717D1F">This sample text font color is #717D1F.</p>
This text font color is #717D1F.
.myBgColor { background-color: #717D1F; }
<div style="background-color:#717D1F">Inner text</div>
This div background color is #717D1F.
.myBorderColor { border: 1px solid #717D1F; }
<div style="border:3px solid #717D1F">Div</div>
This div border color is #717D1F.
.myOpacity80 { color: #717D1F; opacity: 0.8; }
<p style="color:#717D1F;opacity:0.8;">80%</p>
Text with #717D1F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #717D1F;}
<p style="text-shadow: 3px 3px 1px #717D1F">Text here.</p>
This text has shadow with #717D1F color.
.textShadow {text-shadow: 3px 3px 1px #717D1F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #717D1F, 5px 5px 20px red">Text here.</p>
This text has shadow with #717D1F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#717D1F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#717D1F, Direction=45, Strength=4)">Text</p>
This text has shadow with #717D1F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #717D1F; -webkit-box-shadow: 1px 1px 3px 2px #717D1F; box-shadow: 1px 1px 3px 2px #717D1F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #717D1F; -webkit-box-shadow: 1px 1px 3px 2px #717D1F; box-shadow:1px 1px 3px 2px #717D1F;">
Div content here</div>
This text has color #717D1F on black background.
This text has color #717D1F on white background.
This text has black color on #717D1F background.
This text has white color on #717D1F background.