HEX: #063313
RGB: (6,51,19)
#063313 contains red, green and blue colors in about the same proportion. Web safe color of #063313 is #003300 (or #030).
#063313 color RGB value is (6,51,19).
RGB: (6,51,19) (2%,20%,7%)
R 6 of 255 = 2%
G 51 of 255 = 20%
B 19 of 255 = 7%
R + G + B ~ 10%. #063313 is dark color.
R + G + B =
6 + 51 + 19 = 76 (100%)
R 6 of 76 ~ 7.89%
G 51 of 76 ~ 67.11%
B 19 of 76 ~ 25%
#063313 color CMYK value is (88,0,63,80).
CMYK: (88,0,63,80) C88M0Y63K80 (88%,0%,63%,80%) (0.88/0.00/0.63/0.80)
06 | 33 | 13 | |
---|---|---|---|
RGB | 6 | 51 | 19 |
HSL | 137° | 78.95% | 11.18% |
HSB/HSV | 137° | 88.24% | 20.00% |
CMYK | 88.24% | 0.00% | 62.75% |
80.00% |
HEX | 06 | 33 | 13 |
Decimal | 6 | 51 | 19 |
Binary | 110 | 110011 | 10011 |
Octal | 6 | 63 | 23 |
Examples of css and html codes for elements with #063313 color. Also use rgb(6,51,19) instead hex code.
.myTextColor { color: #063313; }
<p style="color:#063313">This sample text font color is #063313.</p>
This text font color is #063313.
.myBgColor { background-color: #063313; }
<div style="background-color:#063313">Inner text</div>
This div background color is #063313.
.myBorderColor { border: 1px solid #063313; }
<div style="border:3px solid #063313">Div</div>
This div border color is #063313.
.myOpacity80 { color: #063313; opacity: 0.8; }
<p style="color:#063313;opacity:0.8;">80%</p>
Text with #063313 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #063313;}
<p style="text-shadow: 3px 3px 1px #063313">Text here.</p>
This text has shadow with #063313 color.
.textShadow {text-shadow: 3px 3px 1px #063313, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #063313, 5px 5px 20px red">Text here.</p>
This text has shadow with #063313 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#063313, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#063313, Direction=45, Strength=4)">Text</p>
This text has shadow with #063313 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #063313; -webkit-box-shadow: 1px 1px 3px 2px #063313; box-shadow: 1px 1px 3px 2px #063313; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #063313; -webkit-box-shadow: 1px 1px 3px 2px #063313; box-shadow:1px 1px 3px 2px #063313;">
Div content here</div>
This text has color #063313 on black background.
This text has color #063313 on white background.
This text has black color on #063313 background.
This text has white color on #063313 background.