HEX: #680309
RGB: (104,3,9)
#680309 contains mainly red color. Web safe color of #680309 is #660000 (or #600).
#680309 color RGB value is (104,3,9).
RGB: (104,3,9) (41%,1%,4%)
R 104 of 255 = 41%
G 3 of 255 = 1%
B 9 of 255 = 4%
R + G + B ~ 15%. #680309 is dark color.
R + G + B =
104 + 3 + 9 = 116 (100%)
R 104 of 116 ~ 89.66%
G 3 of 116 ~ 2.59%
B 9 of 116 ~ 7.76%
#680309 color CMYK value is (0,97,91,59).
CMYK: (0,97,91,59) C0M97Y91K59 (0%,97%,91%,59%) (0.00/0.97/0.91/0.59)
68 | 03 | 09 | |
---|---|---|---|
RGB | 104 | 3 | 9 |
HSL | 356° | 94.39% | 20.98% |
HSB/HSV | 356° | 97.12% | 40.78% |
CMYK | 0.00% | 97.12% | 91.35% |
59.22% |
HEX | 68 | 03 | 09 |
Decimal | 104 | 3 | 9 |
Binary | 1101000 | 11 | 1001 |
Octal | 150 | 3 | 11 |
Examples of css and html codes for elements with #680309 color. Also use rgb(104,3,9) instead hex code.
.myTextColor { color: #680309; }
<p style="color:#680309">This sample text font color is #680309.</p>
This text font color is #680309.
.myBgColor { background-color: #680309; }
<div style="background-color:#680309">Inner text</div>
This div background color is #680309.
.myBorderColor { border: 1px solid #680309; }
<div style="border:3px solid #680309">Div</div>
This div border color is #680309.
.myOpacity80 { color: #680309; opacity: 0.8; }
<p style="color:#680309;opacity:0.8;">80%</p>
Text with #680309 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #680309;}
<p style="text-shadow: 3px 3px 1px #680309">Text here.</p>
This text has shadow with #680309 color.
.textShadow {text-shadow: 3px 3px 1px #680309, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #680309, 5px 5px 20px red">Text here.</p>
This text has shadow with #680309 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#680309, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#680309, Direction=45, Strength=4)">Text</p>
This text has shadow with #680309 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #680309; -webkit-box-shadow: 1px 1px 3px 2px #680309; box-shadow: 1px 1px 3px 2px #680309; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #680309; -webkit-box-shadow: 1px 1px 3px 2px #680309; box-shadow:1px 1px 3px 2px #680309;">
Div content here</div>
This text has color #680309 on black background.
This text has color #680309 on white background.
This text has black color on #680309 background.
This text has white color on #680309 background.