HEX: #580C13
RGB: (88,12,19)
#580C13 enthält hauptsächlich rote Farbe. Für #580C13 ist eine «websichere» Webfarbe #660000 (oder kurz #600).
Die Farbe #580C13 wird in RGB als (88,12,19) definiert.
RGB: (88,12,19) (35%,5%,7%)
R 88 von 255 = 35%
G 12 von 255 = 5%
B 19 von 255 = 7%
R + G + B ~ 16%. #580C13 dunkle Farbe.
R + G + B =
88 + 12 + 19 = 119 (100%)
R 88 von 119 ~ 73.95%
G 12 von 119 ~ 10.08%
B 19 von 119 ~ 15.97%
Die Farbe #580C13 wird in CMYK als (0,86,78,65) definiert.
CMYK: (0,86,78,65) C0M86Y78K65 (0%,86%,78%,65%) (0.00/0.86/0.78/0.65)
58 | 0C | 13 | |
---|---|---|---|
RGB | 88 | 12 | 19 |
HSL | 354° | 76.00% | 19.61% |
HSB/HSV | 354° | 86.36% | 34.51% |
CMYK | 0.00% | 86.36% | 78.41% |
65.49% |
Hexadezimal | 58 | 0C | 13 |
Dezimal | 88 | 12 | 19 |
Binär | 1011000 | 1100 | 10011 |
Oktal | 130 | 14 | 23 |
Beispiele css- und html für Elemente in der Farbe #580C13. Bitte benutzen Sie auch rgb(88,12,19) statt hex-Code.
.myTextColor { color: #580C13; }
<p style="color:#580C13">This sample text font color is #580C13.</p>
Die Farbe dieses Textes ist #580C13.
.myBgColor { background-color: #580C13; }
<div style="background-color:#580C13">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #580C13.
.myBorderColor { border: 1px solid #580C13; }
<div style="border:3px solid #580C13">Div</div>
Die Grenzen von diesem div sind in Farbe #580C13.
.myOpacity80 { color: #580C13; opacity: 0.8; }
<p style="color:#580C13;opacity:0.8;">80%</p>
Text in Farbe #580C13 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #580C13;}
<p style="text-shadow: 3px 3px 1px #580C13">Text here.</p>
Dieser Text hat den Schatten in Farbe #580C13.
.textShadow {text-shadow: 3px 3px 1px #580C13, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #580C13, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #580C13 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#580C13, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#580C13, Direction=45, Strength=4)">Text</p>
This text has shadow with #580C13 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #580C13; -webkit-box-shadow: 1px 1px 3px 2px #580C13; box-shadow: 1px 1px 3px 2px #580C13; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #580C13; -webkit-box-shadow: 1px 1px 3px 2px #580C13; box-shadow:1px 1px 3px 2px #580C13;">
Div content here</div>
Dieser Text ist in der Farbe #580C13 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #580C13 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #580C13.
Dieser Text ist weiß auf dem Hintergrund in Farbe #580C13.