HEX: #590B4B
RGB: (89,11,75)
#590B4B enthält hauptsächlich rote und blaue Farbe. Für #590B4B ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #590B4B wird in RGB als (89,11,75) definiert.
RGB: (89,11,75) (35%,4%,29%)
R 89 von 255 = 35%
G 11 von 255 = 4%
B 75 von 255 = 29%
R + G + B ~ 23%. #590B4B dunkle Farbe.
R + G + B =
89 + 11 + 75 = 175 (100%)
R 89 von 175 ~ 50.86%
G 11 von 175 ~ 6.29%
B 75 von 175 ~ 42.86%
Die Farbe #590B4B wird in CMYK als (0,88,16,65) definiert.
CMYK: (0,88,16,65) C0M88Y16K65 (0%,88%,16%,65%) (0.00/0.88/0.16/0.65)
59 | 0B | 4B | |
---|---|---|---|
RGB | 89 | 11 | 75 |
HSL | 311° | 78.00% | 19.61% |
HSB/HSV | 311° | 87.64% | 34.90% |
CMYK | 0.00% | 87.64% | 15.73% |
65.10% |
Hexadezimal | 59 | 0B | 4B |
Dezimal | 89 | 11 | 75 |
Binär | 1011001 | 1011 | 1001011 |
Oktal | 131 | 13 | 113 |
Beispiele css- und html für Elemente in der Farbe #590B4B. Bitte benutzen Sie auch rgb(89,11,75) statt hex-Code.
.myTextColor { color: #590B4B; }
<p style="color:#590B4B">This sample text font color is #590B4B.</p>
Die Farbe dieses Textes ist #590B4B.
.myBgColor { background-color: #590B4B; }
<div style="background-color:#590B4B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #590B4B.
.myBorderColor { border: 1px solid #590B4B; }
<div style="border:3px solid #590B4B">Div</div>
Die Grenzen von diesem div sind in Farbe #590B4B.
.myOpacity80 { color: #590B4B; opacity: 0.8; }
<p style="color:#590B4B;opacity:0.8;">80%</p>
Text in Farbe #590B4B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590B4B;}
<p style="text-shadow: 3px 3px 1px #590B4B">Text here.</p>
Dieser Text hat den Schatten in Farbe #590B4B.
.textShadow {text-shadow: 3px 3px 1px #590B4B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590B4B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #590B4B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590B4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590B4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #590B4B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #590B4B; -webkit-box-shadow: 1px 1px 3px 2px #590B4B; box-shadow: 1px 1px 3px 2px #590B4B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #590B4B; -webkit-box-shadow: 1px 1px 3px 2px #590B4B; box-shadow:1px 1px 3px 2px #590B4B;">
Div content here</div>
Dieser Text ist in der Farbe #590B4B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #590B4B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #590B4B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #590B4B.