HEX: #739689
RGB: (115,150,137)
#739689 contains red, green and blue colors in about the same proportion. Web safe color of #739689 is #669999 (or #699).
#739689 color RGB value is (115,150,137).
RGB: (115,150,137) (45%,59%,54%)
R 115 of 255 = 45%
G 150 of 255 = 59%
B 137 of 255 = 54%
R + G + B ~ 53%. #739689 is middle color (not dark and not light).
R + G + B =
115 + 150 + 137 = 402 (100%)
R 115 of 402 ~ 28.61%
G 150 of 402 ~ 37.31%
B 137 of 402 ~ 34.08%
#739689 color CMYK value is (23,0,9,41).
CMYK: (23,0,9,41) C23M0Y9K41 (23%,0%,9%,41%) (0.23/0.00/0.09/0.41)
73 | 96 | 89 | |
---|---|---|---|
RGB | 115 | 150 | 137 |
HSL | 158° | 14.29% | 51.96% |
HSB/HSV | 158° | 23.33% | 58.82% |
CMYK | 23.33% | 0.00% | 8.67% |
41.18% |
HEX | 73 | 96 | 89 |
Decimal | 115 | 150 | 137 |
Binary | 1110011 | 10010110 | 10001001 |
Octal | 163 | 226 | 211 |
Examples of css and html codes for elements with #739689 color. Also use rgb(115,150,137) instead hex code.
.myTextColor { color: #739689; }
<p style="color:#739689">This sample text font color is #739689.</p>
This text font color is #739689.
.myBgColor { background-color: #739689; }
<div style="background-color:#739689">Inner text</div>
This div background color is #739689.
.myBorderColor { border: 1px solid #739689; }
<div style="border:3px solid #739689">Div</div>
This div border color is #739689.
.myOpacity80 { color: #739689; opacity: 0.8; }
<p style="color:#739689;opacity:0.8;">80%</p>
Text with #739689 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #739689;}
<p style="text-shadow: 3px 3px 1px #739689">Text here.</p>
This text has shadow with #739689 color.
.textShadow {text-shadow: 3px 3px 1px #739689, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #739689, 5px 5px 20px red">Text here.</p>
This text has shadow with #739689 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#739689, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#739689, Direction=45, Strength=4)">Text</p>
This text has shadow with #739689 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #739689; -webkit-box-shadow: 1px 1px 3px 2px #739689; box-shadow: 1px 1px 3px 2px #739689; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #739689; -webkit-box-shadow: 1px 1px 3px 2px #739689; box-shadow:1px 1px 3px 2px #739689;">
Div content here</div>
This text has color #739689 on black background.
This text has color #739689 on white background.
This text has black color on #739689 background.
This text has white color on #739689 background.