HEX: #738514
RGB: (115,133,20)
#738514 contains mainly red and green colors. Web safe color of #738514 is #669900 (or #690).
#738514 color RGB value is (115,133,20).
RGB: (115,133,20)
(45%, 52%, 8%)
R 115 of 255 = 45%
G 133 of 255 = 52%
B 20 of 255 = 8%
R + G + B ~ 35%. #738514 is quite dark color.
R + G + B = 115 + 133 + 20 = 268 (100%)
R 115 of 268 ~ 42.91%
G 133 of 268 ~ 49.63%
B 20 of 268 ~ 7.46'%
#738514 color CMYK value is (14,0,85,48).
CMYK: (14,0,85,48) C14M0Y85K48 (14%,0%,85%,48%) (0.14/0.00/0.85/0.48)
Color #738514 in popluar color models
73 | 85 | 14 | |
---|---|---|---|
RGB | 115 | 133 | 20 |
HSL | 70° | 73.86% | 30.00% |
HSB/HSV | 70° | 84.96% | 52.16% |
CMYK | 13.53% | 0.00% | 84.96% |
47.84% |
Color #738514 in popluar number systems.
HEX | 73 | 85 | 14 |
Decimal | 115 | 133 | 20 |
Binary | 1110011 | 10000101 | 10100 |
Octal | 163 | 205 | 24 |
Shades of #738514
Tints of #738514
Examples of css and html codes for elements with #738514 color. Also use rgb(115,133,20) instead hex code.
.myTextColor { color: #738514; }
<p style="color:#738514">This sample text font color is #738514.</p>
This text font color is #738514.
.myBgColor { background-color: #738514; }
<div style="background-color:#738514">Inner text</div>
This div background color is #738514.
.myBorderColor { border: 1px solid #738514; }
<div style="border:3px solid #738514">Div</div>
This div border color is #738514.
.myOpacity80 { color: #738514; opacity: 0.8; }
<p style="color:#738514;opacity:0.8;">80%</p>
Text with #738514 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738514;}
<p style="text-shadow: 3px 3px 1px #738514">Text here.</p>
This text has shadow with #738514 color.
.textShadow {text-shadow: 3px 3px 1px #738514', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738514, 5px 5px 20px red">Text here.</p>
This text has shadow with #738514 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738514, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738514, Direction=45, Strength=4)">Text</p>
This text has shadow with #738514 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738514;
-webkit-box-shadow: 1px 1px 3px 2px #738514;
box-shadow: 1px 1px 3px 2px #738514;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738514; -webkit-box-shadow: 1px 1px 3px 2px #738514; box-shadow:1px 1px 3px 2px #738514;">
Div content here
</div>
This text has color #738514 on black background.
This text has color #738514 on white background.
This text has black color on #738514 background.
This text has white color on #738514 background.
Complementary color for #hex is #8C7AEB.