HEX: #682676
RGB: (104,38,118)
#682676 contains mainly red and blue colors. Web safe color of #682676 is #663366 (or #636).
#682676 color RGB value is (104,38,118).
RGB: (104,38,118) (41%,15%,46%)
R 104 of 255 = 41%
G 38 of 255 = 15%
B 118 of 255 = 46%
R + G + B ~ 34%. #682676 is quite dark color.
R + G + B =
104 + 38 + 118 = 260 (100%)
R 104 of 260 ~ 40%
G 38 of 260 ~ 14.62%
B 118 of 260 ~ 45.38%
#682676 color CMYK value is (12,68,0,54).
CMYK: (12,68,0,54) C12M68Y0K54 (12%,68%,0%,54%) (0.12/0.68/0.00/0.54)
68 | 26 | 76 | |
---|---|---|---|
RGB | 104 | 38 | 118 |
HSL | 290° | 51.28% | 30.59% |
HSB/HSV | 290° | 67.80% | 46.27% |
CMYK | 11.86% | 67.80% | 0.00% |
53.73% |
HEX | 68 | 26 | 76 |
Decimal | 104 | 38 | 118 |
Binary | 1101000 | 100110 | 1110110 |
Octal | 150 | 46 | 166 |
Examples of css and html codes for elements with #682676 color. Also use rgb(104,38,118) instead hex code.
.myTextColor { color: #682676; }
<p style="color:#682676">This sample text font color is #682676.</p>
This text font color is #682676.
.myBgColor { background-color: #682676; }
<div style="background-color:#682676">Inner text</div>
This div background color is #682676.
.myBorderColor { border: 1px solid #682676; }
<div style="border:3px solid #682676">Div</div>
This div border color is #682676.
.myOpacity80 { color: #682676; opacity: 0.8; }
<p style="color:#682676;opacity:0.8;">80%</p>
Text with #682676 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #682676;}
<p style="text-shadow: 3px 3px 1px #682676">Text here.</p>
This text has shadow with #682676 color.
.textShadow {text-shadow: 3px 3px 1px #682676, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #682676, 5px 5px 20px red">Text here.</p>
This text has shadow with #682676 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#682676, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#682676, Direction=45, Strength=4)">Text</p>
This text has shadow with #682676 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #682676; -webkit-box-shadow: 1px 1px 3px 2px #682676; box-shadow: 1px 1px 3px 2px #682676; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #682676; -webkit-box-shadow: 1px 1px 3px 2px #682676; box-shadow:1px 1px 3px 2px #682676;">
Div content here</div>
This text has color #682676 on black background.
This text has color #682676 on white background.
This text has black color on #682676 background.
This text has white color on #682676 background.