HEX: #040740
RGB: (4,7,64)
Il colore #040740 contiene principalmente il verde e il blu. Per il #040740 il colore web safe è #000033 (#003).
Il colore 040740 in RGB è definito come 4,7,64
RGB: (4,7,64) (2%,3%,25%)
R 4 da 255 = 2%
G 7 da 255 = 3%
B 64 da 255 = 25%
R + G + B ~ 10%. #040740 colore scuro.
R + G + B =
4 + 7 + 64 = 75 (100%)
R 4 da 75 ~ 5.33%
G 7 da 75 ~ 9.33%
B 64 da 75 ~ 85.33%
Il colore #040740 in CMYK è definito come 94,89,0,75.
CMYK: (94,89,0,75) C94M89Y0K75 (94%,89%,0%,75%) (0.94/0.89/0.00/0.75)
04 | 07 | 40 | |
---|---|---|---|
RGB | 4 | 7 | 64 |
HSL | 237° | 88.24% | 13.33% |
HSB/HSV | 237° | 93.75% | 25.10% |
CMYK | 93.75% | 89.06% | 0.00% |
74.90% |
Esadicemale | 04 | 07 | 40 |
Decimale | 4 | 7 | 64 |
Binario | 100 | 111 | 1000000 |
Ottale | 4 | 7 | 100 |
Esempi dei codici css e html per gli elementi di colore #040740. Utilizzate rgb(4,7,64) anche al posto del codice hex.
.myTextColor { color: #040740; }
<p style="color:#040740">This sample text font color is #040740.</p>
Il colore di questo testo è #040740.
.myBgColor { background-color: #040740; }
<div style="background-color:#040740">Inner text</div>
Questo div ha lo sfondo di colore #040740.
.myBorderColor { border: 1px solid #040740; }
<div style="border:3px solid #040740">Div</div>
Questo div ha i bordi di colore 040740.
.myOpacity80 { color: #040740; opacity: 0.8; }
<p style="color:#040740;opacity:0.8;">80%</p>
Il testo di color #040740 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #040740;}
<p style="text-shadow: 3px 3px 1px #040740">Text here.</p>
Questo testo ha l'ombra di colore #040740.
.textShadow {text-shadow: 3px 3px 1px #040740, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #040740, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #040740 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#040740, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#040740, Direction=45, Strength=4)">Text</p>
This text has shadow with #040740 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #040740; -webkit-box-shadow: 1px 1px 3px 2px #040740; box-shadow: 1px 1px 3px 2px #040740; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #040740; -webkit-box-shadow: 1px 1px 3px 2px #040740; box-shadow:1px 1px 3px 2px #040740;">
Div content here</div>
Questo e il testo di colore #040740 sullo sfondo nero.
Questo e il testo di colore #040740 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #040740.
Questo è un testo bianco sullo sfondo del colore #040740.