HEX: #684054
RGB: (104,64,84)
#684054 contains red, green and blue colors in about the same proportion. Web safe color of #684054 is #663366 (or #636).
#684054 color RGB value is (104,64,84).
RGB: (104,64,84) (41%,25%,33%)
R 104 of 255 = 41%
G 64 of 255 = 25%
B 84 of 255 = 33%
R + G + B ~ 33%. #684054 is quite dark color.
R + G + B =
104 + 64 + 84 = 252 (100%)
R 104 of 252 ~ 41.27%
G 64 of 252 ~ 25.4%
B 84 of 252 ~ 33.33%
#684054 color CMYK value is (0,38,19,59).
CMYK: (0,38,19,59) C0M38Y19K59 (0%,38%,19%,59%) (0.00/0.38/0.19/0.59)
68 | 40 | 54 | |
---|---|---|---|
RGB | 104 | 64 | 84 |
HSL | 330° | 23.81% | 32.94% |
HSB/HSV | 330° | 38.46% | 40.78% |
CMYK | 0.00% | 38.46% | 19.23% |
59.22% |
HEX | 68 | 40 | 54 |
Decimal | 104 | 64 | 84 |
Binary | 1101000 | 1000000 | 1010100 |
Octal | 150 | 100 | 124 |
Examples of css and html codes for elements with #684054 color. Also use rgb(104,64,84) instead hex code.
.myTextColor { color: #684054; }
<p style="color:#684054">This sample text font color is #684054.</p>
This text font color is #684054.
.myBgColor { background-color: #684054; }
<div style="background-color:#684054">Inner text</div>
This div background color is #684054.
.myBorderColor { border: 1px solid #684054; }
<div style="border:3px solid #684054">Div</div>
This div border color is #684054.
.myOpacity80 { color: #684054; opacity: 0.8; }
<p style="color:#684054;opacity:0.8;">80%</p>
Text with #684054 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #684054;}
<p style="text-shadow: 3px 3px 1px #684054">Text here.</p>
This text has shadow with #684054 color.
.textShadow {text-shadow: 3px 3px 1px #684054, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #684054, 5px 5px 20px red">Text here.</p>
This text has shadow with #684054 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#684054, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#684054, Direction=45, Strength=4)">Text</p>
This text has shadow with #684054 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #684054; -webkit-box-shadow: 1px 1px 3px 2px #684054; box-shadow: 1px 1px 3px 2px #684054; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #684054; -webkit-box-shadow: 1px 1px 3px 2px #684054; box-shadow:1px 1px 3px 2px #684054;">
Div content here</div>
This text has color #684054 on black background.
This text has color #684054 on white background.
This text has black color on #684054 background.
This text has white color on #684054 background.