HEX: #738246
RGB: (115,130,70)
#738246 contains mainly red and green colors. Web safe color of #738246 is #669933 (or #693).
#738246 color RGB value is (115,130,70).
RGB: (115,130,70)
(45%, 51%, 27%)
R 115 of 255 = 45%
G 130 of 255 = 51%
B 70 of 255 = 27%
R + G + B ~ 41%. #738246 is middle color (not dark and not light).
R + G + B = 115 + 130 + 70 = 315 (100%)
R 115 of 315 ~ 36.51%
G 130 of 315 ~ 41.27%
B 70 of 315 ~ 22.22'%
#738246 color CMYK value is (12,0,46,49).
CMYK: (12,0,46,49)
C12M0Y46K49 (12%, 0%, 46%, 49%)
(0.12 / 0.00 / 0.46 / 0.49)
Color #738246 in popluar color models
73 | 82 | 46 | |
---|---|---|---|
RGB | 115 | 130 | 70 |
HSL | 75° | 30.00% | 39.22% |
HSB/HSV | 75° | 46.15% | 50.98% |
CMYK | 11.54% | 0.00% | 46.15% |
49.02% |
Color #738246 in popluar number systems.
HEX | 73 | 82 | 46 |
Decimal | 115 | 130 | 70 |
Binary | 1110011 | 10000010 | 1000110 |
Octal | 163 | 202 | 106 |
Shades of #738246
Tints of #738246
Examples of css and html codes for elements with #738246 color. Also use rgb(115,130,70) instead hex code.
.myTextColor { color: #738246; }
<p style="color:#738246">This sample text font color is #738246.</p>
This text font color is #738246.
.myBgColor { background-color: #738246; }
<div style="background-color:#738246">Inner text</div>
This div background color is #738246.
.myBorderColor { border: 1px solid #738246; }
<div style="border:3px solid #738246">Div</div>
This div border color is #738246.
.myOpacity80 { color: #738246; opacity: 0.8; }
<p style="color:#738246;opacity:0.8;">80%</p>
Text with #738246 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738246;}
<p style="text-shadow: 3px 3px 1px #738246">Text here.</p>
This text has shadow with #738246 color.
.textShadow {text-shadow: 3px 3px 1px #738246', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738246, 5px 5px 20px red">Text here.</p>
This text has shadow with #738246 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738246, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738246, Direction=45, Strength=4)">Text</p>
This text has shadow with #738246 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738246;
-webkit-box-shadow: 1px 1px 3px 2px #738246;
box-shadow: 1px 1px 3px 2px #738246;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738246; -webkit-box-shadow: 1px 1px 3px 2px #738246; box-shadow:1px 1px 3px 2px #738246;">
Div content here
</div>
This text has color #738246 on black background.
This text has color #738246 on white background.
This text has black color on #738246 background.
This text has white color on #738246 background.
Complementary color for #hex is #8C7DB9.