HEX: #066314
RGB: (6,99,20)
Il colore #066314 contiene principalmente il verde. Per il #066314 il colore web safe è #006600 (#060).
Il colore 066314 in RGB è definito come 6,99,20
RGB: (6,99,20) (2%,39%,8%)
R 6 da 255 = 2%
G 99 da 255 = 39%
B 20 da 255 = 8%
R + G + B ~ 16%. #066314 colore scuro.
R + G + B =
6 + 99 + 20 = 125 (100%)
R 6 da 125 ~ 4.8%
G 99 da 125 ~ 79.2%
B 20 da 125 ~ 16%
Il colore #066314 in CMYK è definito come 94,0,80,61.
CMYK: (94,0,80,61) C94M0Y80K61 (94%,0%,80%,61%) (0.94/0.00/0.80/0.61)
06 | 63 | 14 | |
---|---|---|---|
RGB | 6 | 99 | 20 |
HSL | 129° | 88.57% | 20.59% |
HSB/HSV | 129° | 93.94% | 38.82% |
CMYK | 93.94% | 0.00% | 79.80% |
61.18% |
Esadicemale | 06 | 63 | 14 |
Decimale | 6 | 99 | 20 |
Binario | 110 | 1100011 | 10100 |
Ottale | 6 | 143 | 24 |
Esempi dei codici css e html per gli elementi di colore #066314. Utilizzate rgb(6,99,20) anche al posto del codice hex.
.myTextColor { color: #066314; }
<p style="color:#066314">This sample text font color is #066314.</p>
Il colore di questo testo è #066314.
.myBgColor { background-color: #066314; }
<div style="background-color:#066314">Inner text</div>
Questo div ha lo sfondo di colore #066314.
.myBorderColor { border: 1px solid #066314; }
<div style="border:3px solid #066314">Div</div>
Questo div ha i bordi di colore 066314.
.myOpacity80 { color: #066314; opacity: 0.8; }
<p style="color:#066314;opacity:0.8;">80%</p>
Il testo di color #066314 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #066314;}
<p style="text-shadow: 3px 3px 1px #066314">Text here.</p>
Questo testo ha l'ombra di colore #066314.
.textShadow {text-shadow: 3px 3px 1px #066314, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #066314, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #066314 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#066314, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#066314, Direction=45, Strength=4)">Text</p>
This text has shadow with #066314 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #066314; -webkit-box-shadow: 1px 1px 3px 2px #066314; box-shadow: 1px 1px 3px 2px #066314; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #066314; -webkit-box-shadow: 1px 1px 3px 2px #066314; box-shadow:1px 1px 3px 2px #066314;">
Div content here</div>
Questo e il testo di colore #066314 sullo sfondo nero.
Questo e il testo di colore #066314 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #066314.
Questo è un testo bianco sullo sfondo del colore #066314.