HEX: #615063
RGB: (97,80,99)
#615063 contains red, green and blue colors in about the same proportion. Web safe color of #615063 is #666666 (or #666).
#615063 color RGB value is (97,80,99).
RGB: (97,80,99) (38%,31%,39%)
R 97 of 255 = 38%
G 80 of 255 = 31%
B 99 of 255 = 39%
R + G + B ~ 36%. #615063 is quite dark color.
R + G + B =
97 + 80 + 99 = 276 (100%)
R 97 of 276 ~ 35.14%
G 80 of 276 ~ 28.99%
B 99 of 276 ~ 35.87%
#615063 color CMYK value is (2,19,0,61).
CMYK: (2,19,0,61) C2M19Y0K61 (2%,19%,0%,61%) (0.02/0.19/0.00/0.61)
61 | 50 | 63 | |
---|---|---|---|
RGB | 97 | 80 | 99 |
HSL | 294° | 10.61% | 35.10% |
HSB/HSV | 294° | 19.19% | 38.82% |
CMYK | 2.02% | 19.19% | 0.00% |
61.18% |
HEX | 61 | 50 | 63 |
Decimal | 97 | 80 | 99 |
Binary | 1100001 | 1010000 | 1100011 |
Octal | 141 | 120 | 143 |
Examples of css and html codes for elements with #615063 color. Also use rgb(97,80,99) instead hex code.
.myTextColor { color: #615063; }
<p style="color:#615063">This sample text font color is #615063.</p>
This text font color is #615063.
.myBgColor { background-color: #615063; }
<div style="background-color:#615063">Inner text</div>
This div background color is #615063.
.myBorderColor { border: 1px solid #615063; }
<div style="border:3px solid #615063">Div</div>
This div border color is #615063.
.myOpacity80 { color: #615063; opacity: 0.8; }
<p style="color:#615063;opacity:0.8;">80%</p>
Text with #615063 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #615063;}
<p style="text-shadow: 3px 3px 1px #615063">Text here.</p>
This text has shadow with #615063 color.
.textShadow {text-shadow: 3px 3px 1px #615063, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #615063, 5px 5px 20px red">Text here.</p>
This text has shadow with #615063 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#615063, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#615063, Direction=45, Strength=4)">Text</p>
This text has shadow with #615063 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #615063; -webkit-box-shadow: 1px 1px 3px 2px #615063; box-shadow: 1px 1px 3px 2px #615063; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #615063; -webkit-box-shadow: 1px 1px 3px 2px #615063; box-shadow:1px 1px 3px 2px #615063;">
Div content here</div>
This text has color #615063 on black background.
This text has color #615063 on white background.
This text has black color on #615063 background.
This text has white color on #615063 background.