HEX: #738328
RGB: (115,131,40)
#738328 contains mainly red and green colors. Web safe color of #738328 is #669933 (or #693).
#738328 color RGB value is (115,131,40).
RGB: (115,131,40) (45%,51%,16%)
R 115 of 255 = 45%
G 131 of 255 = 51%
B 40 of 255 = 16%
R + G + B ~ 37%. #738328 is quite dark color.
R + G + B =
115 + 131 + 40 = 286 (100%)
R 115 of 286 ~ 40.21%
G 131 of 286 ~ 45.8%
B 40 of 286 ~ 13.99%
#738328 color CMYK value is (12,0,69,49).
CMYK: (12,0,69,49) C12M0Y69K49 (12%,0%,69%,49%) (0.12/0.00/0.69/0.49)
73 | 83 | 28 | |
---|---|---|---|
RGB | 115 | 131 | 40 |
HSL | 71° | 53.22% | 33.53% |
HSB/HSV | 71° | 69.47% | 51.37% |
CMYK | 12.21% | 0.00% | 69.47% |
48.63% |
HEX | 73 | 83 | 28 |
Decimal | 115 | 131 | 40 |
Binary | 1110011 | 10000011 | 101000 |
Octal | 163 | 203 | 50 |
Examples of css and html codes for elements with #738328 color. Also use rgb(115,131,40) instead hex code.
.myTextColor { color: #738328; }
<p style="color:#738328">This sample text font color is #738328.</p>
This text font color is #738328.
.myBgColor { background-color: #738328; }
<div style="background-color:#738328">Inner text</div>
This div background color is #738328.
.myBorderColor { border: 1px solid #738328; }
<div style="border:3px solid #738328">Div</div>
This div border color is #738328.
.myOpacity80 { color: #738328; opacity: 0.8; }
<p style="color:#738328;opacity:0.8;">80%</p>
Text with #738328 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738328;}
<p style="text-shadow: 3px 3px 1px #738328">Text here.</p>
This text has shadow with #738328 color.
.textShadow {text-shadow: 3px 3px 1px #738328, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738328, 5px 5px 20px red">Text here.</p>
This text has shadow with #738328 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738328, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738328, Direction=45, Strength=4)">Text</p>
This text has shadow with #738328 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #738328; -webkit-box-shadow: 1px 1px 3px 2px #738328; box-shadow: 1px 1px 3px 2px #738328; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #738328; -webkit-box-shadow: 1px 1px 3px 2px #738328; box-shadow:1px 1px 3px 2px #738328;">
Div content here</div>
This text has color #738328 on black background.
This text has color #738328 on white background.
This text has black color on #738328 background.
This text has white color on #738328 background.