HEX: #551D02
RGB: (85,29,2)
#551D02 enthält hauptsächlich rote und grüne Farbe. Für #551D02 ist eine «websichere» Webfarbe #663300 (oder kurz #630).
Die Farbe #551D02 wird in RGB als (85,29,2) definiert.
RGB: (85,29,2) (33%,11%,1%)
R 85 von 255 = 33%
G 29 von 255 = 11%
B 2 von 255 = 1%
R + G + B ~ 15%. #551D02 dunkle Farbe.
R + G + B =
85 + 29 + 2 = 116 (100%)
R 85 von 116 ~ 73.28%
G 29 von 116 ~ 25%
B 2 von 116 ~ 1.72%
Die Farbe #551D02 wird in CMYK als (0,66,98,67) definiert.
CMYK: (0,66,98,67) C0M66Y98K67 (0%,66%,98%,67%) (0.00/0.66/0.98/0.67)
55 | 1D | 02 | |
---|---|---|---|
RGB | 85 | 29 | 2 |
HSL | 20° | 95.40% | 17.06% |
HSB/HSV | 20° | 97.65% | 33.33% |
CMYK | 0.00% | 65.88% | 97.65% |
66.67% |
Hexadezimal | 55 | 1D | 02 |
Dezimal | 85 | 29 | 2 |
Binär | 1010101 | 11101 | 10 |
Oktal | 125 | 35 | 2 |
Beispiele css- und html für Elemente in der Farbe #551D02. Bitte benutzen Sie auch rgb(85,29,2) statt hex-Code.
.myTextColor { color: #551D02; }
<p style="color:#551D02">This sample text font color is #551D02.</p>
Die Farbe dieses Textes ist #551D02.
.myBgColor { background-color: #551D02; }
<div style="background-color:#551D02">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #551D02.
.myBorderColor { border: 1px solid #551D02; }
<div style="border:3px solid #551D02">Div</div>
Die Grenzen von diesem div sind in Farbe #551D02.
.myOpacity80 { color: #551D02; opacity: 0.8; }
<p style="color:#551D02;opacity:0.8;">80%</p>
Text in Farbe #551D02 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #551D02;}
<p style="text-shadow: 3px 3px 1px #551D02">Text here.</p>
Dieser Text hat den Schatten in Farbe #551D02.
.textShadow {text-shadow: 3px 3px 1px #551D02, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #551D02, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #551D02 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#551D02, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#551D02, Direction=45, Strength=4)">Text</p>
This text has shadow with #551D02 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #551D02; -webkit-box-shadow: 1px 1px 3px 2px #551D02; box-shadow: 1px 1px 3px 2px #551D02; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #551D02; -webkit-box-shadow: 1px 1px 3px 2px #551D02; box-shadow:1px 1px 3px 2px #551D02;">
Div content here</div>
Dieser Text ist in der Farbe #551D02 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #551D02 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #551D02.
Dieser Text ist weiß auf dem Hintergrund in Farbe #551D02.