HEX: #063014
RGB: (6,48,20)
Il colore #063014 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #063014 il colore web safe è #003300 (#030).
Il colore 063014 in RGB è definito come 6,48,20
RGB: (6,48,20) (2%,19%,8%)
R 6 da 255 = 2%
G 48 da 255 = 19%
B 20 da 255 = 8%
R + G + B ~ 10%. #063014 colore scuro.
R + G + B =
6 + 48 + 20 = 74 (100%)
R 6 da 74 ~ 8.11%
G 48 da 74 ~ 64.86%
B 20 da 74 ~ 27.03%
Il colore #063014 in CMYK è definito come 88,0,58,81.
CMYK: (88,0,58,81) C88M0Y58K81 (88%,0%,58%,81%) (0.88/0.00/0.58/0.81)
06 | 30 | 14 | |
---|---|---|---|
RGB | 6 | 48 | 20 |
HSL | 140° | 77.78% | 10.59% |
HSB/HSV | 140° | 87.50% | 18.82% |
CMYK | 87.50% | 0.00% | 58.33% |
81.18% |
Esadicemale | 06 | 30 | 14 |
Decimale | 6 | 48 | 20 |
Binario | 110 | 110000 | 10100 |
Ottale | 6 | 60 | 24 |
Esempi dei codici css e html per gli elementi di colore #063014. Utilizzate rgb(6,48,20) anche al posto del codice hex.
.myTextColor { color: #063014; }
<p style="color:#063014">This sample text font color is #063014.</p>
Il colore di questo testo è #063014.
.myBgColor { background-color: #063014; }
<div style="background-color:#063014">Inner text</div>
Questo div ha lo sfondo di colore #063014.
.myBorderColor { border: 1px solid #063014; }
<div style="border:3px solid #063014">Div</div>
Questo div ha i bordi di colore 063014.
.myOpacity80 { color: #063014; opacity: 0.8; }
<p style="color:#063014;opacity:0.8;">80%</p>
Il testo di color #063014 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #063014;}
<p style="text-shadow: 3px 3px 1px #063014">Text here.</p>
Questo testo ha l'ombra di colore #063014.
.textShadow {text-shadow: 3px 3px 1px #063014, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #063014, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #063014 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#063014, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#063014, Direction=45, Strength=4)">Text</p>
This text has shadow with #063014 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #063014; -webkit-box-shadow: 1px 1px 3px 2px #063014; box-shadow: 1px 1px 3px 2px #063014; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #063014; -webkit-box-shadow: 1px 1px 3px 2px #063014; box-shadow:1px 1px 3px 2px #063014;">
Div content here</div>
Questo e il testo di colore #063014 sullo sfondo nero.
Questo e il testo di colore #063014 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #063014.
Questo è un testo bianco sullo sfondo del colore #063014.