HEX: #150721
RGB: (21,7,33)
#150721 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #150721 ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #150721 wird in RGB als (21,7,33) definiert.
RGB: (21,7,33) (8%,3%,13%)
R 21 von 255 = 8%
G 7 von 255 = 3%
B 33 von 255 = 13%
R + G + B ~ 8%. #150721 dunkle Farbe.
R + G + B =
21 + 7 + 33 = 61 (100%)
R 21 von 61 ~ 34.43%
G 7 von 61 ~ 11.48%
B 33 von 61 ~ 54.1%
Die Farbe #150721 wird in CMYK als (36,79,0,87) definiert.
CMYK: (36,79,0,87) C36M79Y0K87 (36%,79%,0%,87%) (0.36/0.79/0.00/0.87)
15 | 07 | 21 | |
---|---|---|---|
RGB | 21 | 7 | 33 |
HSL | 272° | 65.00% | 7.84% |
HSB/HSV | 272° | 78.79% | 12.94% |
CMYK | 36.36% | 78.79% | 0.00% |
87.06% |
Hexadezimal | 15 | 07 | 21 |
Dezimal | 21 | 7 | 33 |
Binär | 10101 | 111 | 100001 |
Oktal | 25 | 7 | 41 |
Beispiele css- und html für Elemente in der Farbe #150721. Bitte benutzen Sie auch rgb(21,7,33) statt hex-Code.
.myTextColor { color: #150721; }
<p style="color:#150721">This sample text font color is #150721.</p>
Die Farbe dieses Textes ist #150721.
.myBgColor { background-color: #150721; }
<div style="background-color:#150721">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #150721.
.myBorderColor { border: 1px solid #150721; }
<div style="border:3px solid #150721">Div</div>
Die Grenzen von diesem div sind in Farbe #150721.
.myOpacity80 { color: #150721; opacity: 0.8; }
<p style="color:#150721;opacity:0.8;">80%</p>
Text in Farbe #150721 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #150721;}
<p style="text-shadow: 3px 3px 1px #150721">Text here.</p>
Dieser Text hat den Schatten in Farbe #150721.
.textShadow {text-shadow: 3px 3px 1px #150721, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #150721, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #150721 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#150721, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#150721, Direction=45, Strength=4)">Text</p>
This text has shadow with #150721 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #150721; -webkit-box-shadow: 1px 1px 3px 2px #150721; box-shadow: 1px 1px 3px 2px #150721; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #150721; -webkit-box-shadow: 1px 1px 3px 2px #150721; box-shadow:1px 1px 3px 2px #150721;">
Div content here</div>
Dieser Text ist in der Farbe #150721 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #150721 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #150721.
Dieser Text ist weiß auf dem Hintergrund in Farbe #150721.