HEX: #683446
RGB: (104,52,70)
#683446 contains red, green and blue colors in about the same proportion. Web safe color of #683446 is #663333 (or #633).
#683446 color RGB value is (104,52,70).
RGB: (104,52,70) (41%,20%,27%)
R 104 of 255 = 41%
G 52 of 255 = 20%
B 70 of 255 = 27%
R + G + B ~ 29%. #683446 is quite dark color.
R + G + B =
104 + 52 + 70 = 226 (100%)
R 104 of 226 ~ 46.02%
G 52 of 226 ~ 23.01%
B 70 of 226 ~ 30.97%
#683446 color CMYK value is (0,50,33,59).
CMYK: (0,50,33,59) C0M50Y33K59 (0%,50%,33%,59%) (0.00/0.50/0.33/0.59)
68 | 34 | 46 | |
---|---|---|---|
RGB | 104 | 52 | 70 |
HSL | 339° | 33.33% | 30.59% |
HSB/HSV | 339° | 50.00% | 40.78% |
CMYK | 0.00% | 50.00% | 32.69% |
59.22% |
HEX | 68 | 34 | 46 |
Decimal | 104 | 52 | 70 |
Binary | 1101000 | 110100 | 1000110 |
Octal | 150 | 64 | 106 |
Examples of css and html codes for elements with #683446 color. Also use rgb(104,52,70) instead hex code.
.myTextColor { color: #683446; }
<p style="color:#683446">This sample text font color is #683446.</p>
This text font color is #683446.
.myBgColor { background-color: #683446; }
<div style="background-color:#683446">Inner text</div>
This div background color is #683446.
.myBorderColor { border: 1px solid #683446; }
<div style="border:3px solid #683446">Div</div>
This div border color is #683446.
.myOpacity80 { color: #683446; opacity: 0.8; }
<p style="color:#683446;opacity:0.8;">80%</p>
Text with #683446 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #683446;}
<p style="text-shadow: 3px 3px 1px #683446">Text here.</p>
This text has shadow with #683446 color.
.textShadow {text-shadow: 3px 3px 1px #683446, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #683446, 5px 5px 20px red">Text here.</p>
This text has shadow with #683446 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#683446, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#683446, Direction=45, Strength=4)">Text</p>
This text has shadow with #683446 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #683446; -webkit-box-shadow: 1px 1px 3px 2px #683446; box-shadow: 1px 1px 3px 2px #683446; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #683446; -webkit-box-shadow: 1px 1px 3px 2px #683446; box-shadow:1px 1px 3px 2px #683446;">
Div content here</div>
This text has color #683446 on black background.
This text has color #683446 on white background.
This text has black color on #683446 background.
This text has white color on #683446 background.