HEX: #717320
RGB: (113,115,32)
#717320 contains mainly red and green colors. Web safe color of #717320 is #666633 (or #663).
#717320 color RGB value is (113,115,32).
RGB: (113,115,32) (44%,45%,13%)
R 113 of 255 = 44%
G 115 of 255 = 45%
B 32 of 255 = 13%
R + G + B ~ 34%. #717320 is quite dark color.
R + G + B =
113 + 115 + 32 = 260 (100%)
R 113 of 260 ~ 43.46%
G 115 of 260 ~ 44.23%
B 32 of 260 ~ 12.31%
#717320 color CMYK value is (2,0,72,55).
CMYK: (2,0,72,55) C2M0Y72K55 (2%,0%,72%,55%) (0.02/0.00/0.72/0.55)
71 | 73 | 20 | |
---|---|---|---|
RGB | 113 | 115 | 32 |
HSL | 61° | 56.46% | 28.82% |
HSB/HSV | 61° | 72.17% | 45.10% |
CMYK | 1.74% | 0.00% | 72.17% |
54.90% |
HEX | 71 | 73 | 20 |
Decimal | 113 | 115 | 32 |
Binary | 1110001 | 1110011 | 100000 |
Octal | 161 | 163 | 40 |
Examples of css and html codes for elements with #717320 color. Also use rgb(113,115,32) instead hex code.
.myTextColor { color: #717320; }
<p style="color:#717320">This sample text font color is #717320.</p>
This text font color is #717320.
.myBgColor { background-color: #717320; }
<div style="background-color:#717320">Inner text</div>
This div background color is #717320.
.myBorderColor { border: 1px solid #717320; }
<div style="border:3px solid #717320">Div</div>
This div border color is #717320.
.myOpacity80 { color: #717320; opacity: 0.8; }
<p style="color:#717320;opacity:0.8;">80%</p>
Text with #717320 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #717320;}
<p style="text-shadow: 3px 3px 1px #717320">Text here.</p>
This text has shadow with #717320 color.
.textShadow {text-shadow: 3px 3px 1px #717320, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #717320, 5px 5px 20px red">Text here.</p>
This text has shadow with #717320 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#717320, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#717320, Direction=45, Strength=4)">Text</p>
This text has shadow with #717320 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #717320; -webkit-box-shadow: 1px 1px 3px 2px #717320; box-shadow: 1px 1px 3px 2px #717320; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #717320; -webkit-box-shadow: 1px 1px 3px 2px #717320; box-shadow:1px 1px 3px 2px #717320;">
Div content here</div>
This text has color #717320 on black background.
This text has color #717320 on white background.
This text has black color on #717320 background.
This text has white color on #717320 background.