HEX: #684973
RGB: (104,73,115)
#684973 contains red, green and blue colors in about the same proportion. Web safe color of #684973 is #663366 (or #636).
#684973 color RGB value is (104,73,115).
RGB: (104,73,115) (41%,29%,45%)
R 104 of 255 = 41%
G 73 of 255 = 29%
B 115 of 255 = 45%
R + G + B ~ 38%. #684973 is quite dark color.
R + G + B =
104 + 73 + 115 = 292 (100%)
R 104 of 292 ~ 35.62%
G 73 of 292 ~ 25%
B 115 of 292 ~ 39.38%
#684973 color CMYK value is (10,37,0,55).
CMYK: (10,37,0,55) C10M37Y0K55 (10%,37%,0%,55%) (0.10/0.37/0.00/0.55)
68 | 49 | 73 | |
---|---|---|---|
RGB | 104 | 73 | 115 |
HSL | 284° | 22.34% | 36.86% |
HSB/HSV | 284° | 36.52% | 45.10% |
CMYK | 9.57% | 36.52% | 0.00% |
54.90% |
HEX | 68 | 49 | 73 |
Decimal | 104 | 73 | 115 |
Binary | 1101000 | 1001001 | 1110011 |
Octal | 150 | 111 | 163 |
Examples of css and html codes for elements with #684973 color. Also use rgb(104,73,115) instead hex code.
.myTextColor { color: #684973; }
<p style="color:#684973">This sample text font color is #684973.</p>
This text font color is #684973.
.myBgColor { background-color: #684973; }
<div style="background-color:#684973">Inner text</div>
This div background color is #684973.
.myBorderColor { border: 1px solid #684973; }
<div style="border:3px solid #684973">Div</div>
This div border color is #684973.
.myOpacity80 { color: #684973; opacity: 0.8; }
<p style="color:#684973;opacity:0.8;">80%</p>
Text with #684973 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #684973;}
<p style="text-shadow: 3px 3px 1px #684973">Text here.</p>
This text has shadow with #684973 color.
.textShadow {text-shadow: 3px 3px 1px #684973, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #684973, 5px 5px 20px red">Text here.</p>
This text has shadow with #684973 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#684973, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#684973, Direction=45, Strength=4)">Text</p>
This text has shadow with #684973 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #684973; -webkit-box-shadow: 1px 1px 3px 2px #684973; box-shadow: 1px 1px 3px 2px #684973; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #684973; -webkit-box-shadow: 1px 1px 3px 2px #684973; box-shadow:1px 1px 3px 2px #684973;">
Div content here</div>
This text has color #684973 on black background.
This text has color #684973 on white background.
This text has black color on #684973 background.
This text has white color on #684973 background.