HEX: #738758
RGB: (115,135,88)
#738758 contains red, green and blue colors in about the same proportion. Web safe color of #738758 is #669966 (or #696).
#738758 color RGB value is (115,135,88).
RGB: (115,135,88)
(45%, 53%, 35%)
R 115 of 255 = 45%
G 135 of 255 = 53%
B 88 of 255 = 35%
R + G + B ~ 44%. #738758 is middle color (not dark and not light).
R + G + B = 115 + 135 + 88 = 338 (100%)
R 115 of 338 ~ 34.02%
G 135 of 338 ~ 39.94%
B 88 of 338 ~ 26.04'%
#738758 color CMYK value is (15,0,35,47).
CMYK: (15,0,35,47) C15M0Y35K47 (15%,0%,35%,47%) (0.15/0.00/0.35/0.47)
Color #738758 in popluar color models
73 | 87 | 58 | |
---|---|---|---|
RGB | 115 | 135 | 88 |
HSL | 86° | 21.08% | 43.73% |
HSB/HSV | 86° | 34.81% | 52.94% |
CMYK | 14.81% | 0.00% | 34.81% |
47.06% |
Color #738758 in popluar number systems.
HEX | 73 | 87 | 58 |
Decimal | 115 | 135 | 88 |
Binary | 1110011 | 10000111 | 1011000 |
Octal | 163 | 207 | 130 |
Shades of #738758
Tints of #738758
Examples of css and html codes for elements with #738758 color. Also use rgb(115,135,88) instead hex code.
.myTextColor { color: #738758; }
<p style="color:#738758">This sample text font color is #738758.</p>
This text font color is #738758.
.myBgColor { background-color: #738758; }
<div style="background-color:#738758">Inner text</div>
This div background color is #738758.
.myBorderColor { border: 1px solid #738758; }
<div style="border:3px solid #738758">Div</div>
This div border color is #738758.
.myOpacity80 { color: #738758; opacity: 0.8; }
<p style="color:#738758;opacity:0.8;">80%</p>
Text with #738758 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738758;}
<p style="text-shadow: 3px 3px 1px #738758">Text here.</p>
This text has shadow with #738758 color.
.textShadow {text-shadow: 3px 3px 1px #738758', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738758, 5px 5px 20px red">Text here.</p>
This text has shadow with #738758 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738758, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738758, Direction=45, Strength=4)">Text</p>
This text has shadow with #738758 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738758;
-webkit-box-shadow: 1px 1px 3px 2px #738758;
box-shadow: 1px 1px 3px 2px #738758;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738758; -webkit-box-shadow: 1px 1px 3px 2px #738758; box-shadow:1px 1px 3px 2px #738758;">
Div content here
</div>
This text has color #738758 on black background.
This text has color #738758 on white background.
This text has black color on #738758 background.
This text has white color on #738758 background.
Complementary color for #hex is #8C78A7.