HEX: #255A0D
RGB: (37,90,13)
#255A0D enthält hauptsächlich rote und grüne Farbe. Für #255A0D ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #255A0D wird in RGB als (37,90,13) definiert.
RGB: (37,90,13) (15%,35%,5%)
R 37 von 255 = 15%
G 90 von 255 = 35%
B 13 von 255 = 5%
R + G + B ~ 18%. #255A0D dunkle Farbe.
R + G + B =
37 + 90 + 13 = 140 (100%)
R 37 von 140 ~ 26.43%
G 90 von 140 ~ 64.29%
B 13 von 140 ~ 9.29%
Die Farbe #255A0D wird in CMYK als (59,0,86,65) definiert.
CMYK: (59,0,86,65) C59M0Y86K65 (59%,0%,86%,65%) (0.59/0.00/0.86/0.65)
25 | 5A | 0D | |
---|---|---|---|
RGB | 37 | 90 | 13 |
HSL | 101° | 74.76% | 20.20% |
HSB/HSV | 101° | 85.56% | 35.29% |
CMYK | 58.89% | 0.00% | 85.56% |
64.71% |
Hexadezimal | 25 | 5A | 0D |
Dezimal | 37 | 90 | 13 |
Binär | 100101 | 1011010 | 1101 |
Oktal | 45 | 132 | 15 |
Beispiele css- und html für Elemente in der Farbe #255A0D. Bitte benutzen Sie auch rgb(37,90,13) statt hex-Code.
.myTextColor { color: #255A0D; }
<p style="color:#255A0D">This sample text font color is #255A0D.</p>
Die Farbe dieses Textes ist #255A0D.
.myBgColor { background-color: #255A0D; }
<div style="background-color:#255A0D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #255A0D.
.myBorderColor { border: 1px solid #255A0D; }
<div style="border:3px solid #255A0D">Div</div>
Die Grenzen von diesem div sind in Farbe #255A0D.
.myOpacity80 { color: #255A0D; opacity: 0.8; }
<p style="color:#255A0D;opacity:0.8;">80%</p>
Text in Farbe #255A0D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #255A0D;}
<p style="text-shadow: 3px 3px 1px #255A0D">Text here.</p>
Dieser Text hat den Schatten in Farbe #255A0D.
.textShadow {text-shadow: 3px 3px 1px #255A0D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #255A0D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #255A0D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#255A0D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#255A0D, Direction=45, Strength=4)">Text</p>
This text has shadow with #255A0D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #255A0D; -webkit-box-shadow: 1px 1px 3px 2px #255A0D; box-shadow: 1px 1px 3px 2px #255A0D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #255A0D; -webkit-box-shadow: 1px 1px 3px 2px #255A0D; box-shadow:1px 1px 3px 2px #255A0D;">
Div content here</div>
Dieser Text ist in der Farbe #255A0D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #255A0D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #255A0D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #255A0D.