HEX: #09251D
RGB: (9,37,29)
#09251D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #09251D ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #09251D wird in RGB als (9,37,29) definiert.
RGB: (9,37,29) (4%,15%,11%)
R 9 von 255 = 4%
G 37 von 255 = 15%
B 29 von 255 = 11%
R + G + B ~ 10%. #09251D dunkle Farbe.
R + G + B =
9 + 37 + 29 = 75 (100%)
R 9 von 75 ~ 12%
G 37 von 75 ~ 49.33%
B 29 von 75 ~ 38.67%
Die Farbe #09251D wird in CMYK als (76,0,22,85) definiert.
CMYK: (76,0,22,85) C76M0Y22K85 (76%,0%,22%,85%) (0.76/0.00/0.22/0.85)
09 | 25 | 1D | |
---|---|---|---|
RGB | 9 | 37 | 29 |
HSL | 163° | 60.87% | 9.02% |
HSB/HSV | 163° | 75.68% | 14.51% |
CMYK | 75.68% | 0.00% | 21.62% |
85.49% |
Hexadezimal | 09 | 25 | 1D |
Dezimal | 9 | 37 | 29 |
Binär | 1001 | 100101 | 11101 |
Oktal | 11 | 45 | 35 |
Beispiele css- und html für Elemente in der Farbe #09251D. Bitte benutzen Sie auch rgb(9,37,29) statt hex-Code.
.myTextColor { color: #09251D; }
<p style="color:#09251D">This sample text font color is #09251D.</p>
Die Farbe dieses Textes ist #09251D.
.myBgColor { background-color: #09251D; }
<div style="background-color:#09251D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #09251D.
.myBorderColor { border: 1px solid #09251D; }
<div style="border:3px solid #09251D">Div</div>
Die Grenzen von diesem div sind in Farbe #09251D.
.myOpacity80 { color: #09251D; opacity: 0.8; }
<p style="color:#09251D;opacity:0.8;">80%</p>
Text in Farbe #09251D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09251D;}
<p style="text-shadow: 3px 3px 1px #09251D">Text here.</p>
Dieser Text hat den Schatten in Farbe #09251D.
.textShadow {text-shadow: 3px 3px 1px #09251D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09251D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #09251D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09251D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09251D, Direction=45, Strength=4)">Text</p>
This text has shadow with #09251D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09251D; -webkit-box-shadow: 1px 1px 3px 2px #09251D; box-shadow: 1px 1px 3px 2px #09251D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #09251D; -webkit-box-shadow: 1px 1px 3px 2px #09251D; box-shadow:1px 1px 3px 2px #09251D;">
Div content here</div>
Dieser Text ist in der Farbe #09251D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #09251D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #09251D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #09251D.