HEX: #738746
RGB: (115,135,70)
#738746 contains mainly red and green colors. Web safe color of #738746 is #669933 (or #693).
#738746 color RGB value is (115,135,70).
RGB: (115,135,70) (45%,53%,27%)
R 115 of 255 = 45%
G 135 of 255 = 53%
B 70 of 255 = 27%
R + G + B ~ 42%. #738746 is middle color (not dark and not light).
R + G + B =
115 + 135 + 70 = 320 (100%)
R 115 of 320 ~ 35.94%
G 135 of 320 ~ 42.19%
B 70 of 320 ~ 21.88%
#738746 color CMYK value is (15,0,48,47).
CMYK: (15,0,48,47) C15M0Y48K47 (15%,0%,48%,47%) (0.15/0.00/0.48/0.47)
73 | 87 | 46 | |
---|---|---|---|
RGB | 115 | 135 | 70 |
HSL | 78° | 31.71% | 40.20% |
HSB/HSV | 78° | 48.15% | 52.94% |
CMYK | 14.81% | 0.00% | 48.15% |
47.06% |
HEX | 73 | 87 | 46 |
Decimal | 115 | 135 | 70 |
Binary | 1110011 | 10000111 | 1000110 |
Octal | 163 | 207 | 106 |
Examples of css and html codes for elements with #738746 color. Also use rgb(115,135,70) instead hex code.
.myTextColor { color: #738746; }
<p style="color:#738746">This sample text font color is #738746.</p>
This text font color is #738746.
.myBgColor { background-color: #738746; }
<div style="background-color:#738746">Inner text</div>
This div background color is #738746.
.myBorderColor { border: 1px solid #738746; }
<div style="border:3px solid #738746">Div</div>
This div border color is #738746.
.myOpacity80 { color: #738746; opacity: 0.8; }
<p style="color:#738746;opacity:0.8;">80%</p>
Text with #738746 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738746;}
<p style="text-shadow: 3px 3px 1px #738746">Text here.</p>
This text has shadow with #738746 color.
.textShadow {text-shadow: 3px 3px 1px #738746, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738746, 5px 5px 20px red">Text here.</p>
This text has shadow with #738746 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738746, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738746, Direction=45, Strength=4)">Text</p>
This text has shadow with #738746 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #738746; -webkit-box-shadow: 1px 1px 3px 2px #738746; box-shadow: 1px 1px 3px 2px #738746; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #738746; -webkit-box-shadow: 1px 1px 3px 2px #738746; box-shadow:1px 1px 3px 2px #738746;">
Div content here</div>
This text has color #738746 on black background.
This text has color #738746 on white background.
This text has black color on #738746 background.
This text has white color on #738746 background.