HEX: #738956
RGB: (115,137,86)
#738956 contains red, green and blue colors in about the same proportion. Web safe color of #738956 is #669966 (or #696).
#738956 color RGB value is (115,137,86).
RGB: (115,137,86)
(45%, 54%, 34%)
R 115 of 255 = 45%
G 137 of 255 = 54%
B 86 of 255 = 34%
R + G + B ~ 44%. #738956 is middle color (not dark and not light).
R + G + B = 115 + 137 + 86 = 338 (100%)
R 115 of 338 ~ 34.02%
G 137 of 338 ~ 40.53%
B 86 of 338 ~ 25.44'%
#738956 color CMYK value is (16,0,37,46).
CMYK: (16,0,37,46)
C16M0Y37K46 (16%, 0%, 37%, 46%)
(0.16 / 0.00 / 0.37 / 0.46)
Color #738956 in popluar color models
73 | 89 | 56 | |
---|---|---|---|
RGB | 115 | 137 | 86 |
HSL | 86° | 22.87% | 43.73% |
HSB/HSV | 86° | 37.23% | 53.73% |
CMYK | 16.06% | 0.00% | 37.23% |
46.27% |
Color #738956 in popluar number systems.
HEX | 73 | 89 | 56 |
Decimal | 115 | 137 | 86 |
Binary | 1110011 | 10001001 | 1010110 |
Octal | 163 | 211 | 126 |
Shades of #738956
Tints of #738956
Examples of css and html codes for elements with #738956 color. Also use rgb(115,137,86) instead hex code.
.myTextColor { color: #738956; }
<p style="color:#738956">This sample text font color is #738956.</p>
This text font color is #738956.
.myBgColor { background-color: #738956; }
<div style="background-color:#738956">Inner text</div>
This div background color is #738956.
.myBorderColor { border: 1px solid #738956; }
<div style="border:3px solid #738956">Div</div>
This div border color is #738956.
.myOpacity80 { color: #738956; opacity: 0.8; }
<p style="color:#738956;opacity:0.8;">80%</p>
Text with #738956 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738956;}
<p style="text-shadow: 3px 3px 1px #738956">Text here.</p>
This text has shadow with #738956 color.
.textShadow {text-shadow: 3px 3px 1px #738956', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738956, 5px 5px 20px red">Text here.</p>
This text has shadow with #738956 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738956, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738956, Direction=45, Strength=4)">Text</p>
This text has shadow with #738956 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738956;
-webkit-box-shadow: 1px 1px 3px 2px #738956;
box-shadow: 1px 1px 3px 2px #738956;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738956; -webkit-box-shadow: 1px 1px 3px 2px #738956; box-shadow:1px 1px 3px 2px #738956;">
Div content here
</div>
This text has color #738956 on black background.
This text has color #738956 on white background.
This text has black color on #738956 background.
This text has white color on #738956 background.
Complementary color for #hex is #8C76A9.