HEX: #617588
RGB: (97,117,136)
#617588 contains red, green and blue colors in about the same proportion. Web safe color of #617588 is #666699 (or #669).
#617588 color RGB value is (97,117,136).
RGB: (97,117,136)
(38%, 46%, 53%)
R 97 of 255 = 38%
G 117 of 255 = 46%
B 136 of 255 = 53%
R + G + B ~ 46%. #617588 is middle color (not dark and not light).
R + G + B = 97 + 117 + 136 = 350 (100%)
R 97 of 350 ~ 27.71%
G 117 of 350 ~ 33.43%
B 136 of 350 ~ 38.86'%
#617588 color CMYK value is (29,14,0,47).
CMYK: (29,14,0,47) C29M14Y0K47 (29%,14%,0%,47%) (0.29/0.14/0.00/0.47)
Color #617588 in popluar color models
61 | 75 | 88 | |
---|---|---|---|
RGB | 97 | 117 | 136 |
HSL | 209° | 16.74% | 45.69% |
HSB/HSV | 209° | 28.68% | 53.33% |
CMYK | 28.68% | 13.97% | 0.00% |
46.67% |
Color #617588 in popluar number systems.
HEX | 61 | 75 | 88 |
Decimal | 97 | 117 | 136 |
Binary | 1100001 | 1110101 | 10001000 |
Octal | 141 | 165 | 210 |
Shades of #617588
Tints of #617588
Examples of css and html codes for elements with #617588 color. Also use rgb(97,117,136) instead hex code.
.myTextColor { color: #617588; }
<p style="color:#617588">This sample text font color is #617588.</p>
This text font color is #617588.
.myBgColor { background-color: #617588; }
<div style="background-color:#617588">Inner text</div>
This div background color is #617588.
.myBorderColor { border: 1px solid #617588; }
<div style="border:3px solid #617588">Div</div>
This div border color is #617588.
.myOpacity80 { color: #617588; opacity: 0.8; }
<p style="color:#617588;opacity:0.8;">80%</p>
Text with #617588 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #617588;}
<p style="text-shadow: 3px 3px 1px #617588">Text here.</p>
This text has shadow with #617588 color.
.textShadow {text-shadow: 3px 3px 1px #617588', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #617588, 5px 5px 20px red">Text here.</p>
This text has shadow with #617588 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#617588, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#617588, Direction=45, Strength=4)">Text</p>
This text has shadow with #617588 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #617588;
-webkit-box-shadow: 1px 1px 3px 2px #617588;
box-shadow: 1px 1px 3px 2px #617588;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #617588; -webkit-box-shadow: 1px 1px 3px 2px #617588; box-shadow:1px 1px 3px 2px #617588;">
Div content here
</div>
This text has color #617588 on black background.
This text has color #617588 on white background.
This text has black color on #617588 background.
This text has white color on #617588 background.
Complementary color for #hex is #9E8A77.