HEX: #135713
RGB: (19,87,19)
#135713 enthält hauptsächlich grüne Farbe. Für #135713 ist eine «websichere» Webfarbe #006600 (oder kurz #060).
Die Farbe #135713 wird in RGB als (19,87,19) definiert.
RGB: (19,87,19) (7%,34%,7%)
R 19 von 255 = 7%
G 87 von 255 = 34%
B 19 von 255 = 7%
R + G + B ~ 16%. #135713 dunkle Farbe.
R + G + B =
19 + 87 + 19 = 125 (100%)
R 19 von 125 ~ 15.2%
G 87 von 125 ~ 69.6%
B 19 von 125 ~ 15.2%
Die Farbe #135713 wird in CMYK als (78,0,78,66) definiert.
CMYK: (78,0,78,66) C78M0Y78K66 (78%,0%,78%,66%) (0.78/0.00/0.78/0.66)
13 | 57 | 13 | |
---|---|---|---|
RGB | 19 | 87 | 19 |
HSL | 120° | 64.15% | 20.78% |
HSB/HSV | 120° | 78.16% | 34.12% |
CMYK | 78.16% | 0.00% | 78.16% |
65.88% |
Hexadezimal | 13 | 57 | 13 |
Dezimal | 19 | 87 | 19 |
Binär | 10011 | 1010111 | 10011 |
Oktal | 23 | 127 | 23 |
Beispiele css- und html für Elemente in der Farbe #135713. Bitte benutzen Sie auch rgb(19,87,19) statt hex-Code.
.myTextColor { color: #135713; }
<p style="color:#135713">This sample text font color is #135713.</p>
Die Farbe dieses Textes ist #135713.
.myBgColor { background-color: #135713; }
<div style="background-color:#135713">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #135713.
.myBorderColor { border: 1px solid #135713; }
<div style="border:3px solid #135713">Div</div>
Die Grenzen von diesem div sind in Farbe #135713.
.myOpacity80 { color: #135713; opacity: 0.8; }
<p style="color:#135713;opacity:0.8;">80%</p>
Text in Farbe #135713 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #135713;}
<p style="text-shadow: 3px 3px 1px #135713">Text here.</p>
Dieser Text hat den Schatten in Farbe #135713.
.textShadow {text-shadow: 3px 3px 1px #135713, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #135713, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #135713 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#135713, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#135713, Direction=45, Strength=4)">Text</p>
This text has shadow with #135713 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #135713; -webkit-box-shadow: 1px 1px 3px 2px #135713; box-shadow: 1px 1px 3px 2px #135713; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #135713; -webkit-box-shadow: 1px 1px 3px 2px #135713; box-shadow:1px 1px 3px 2px #135713;">
Div content here</div>
Dieser Text ist in der Farbe #135713 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #135713 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #135713.
Dieser Text ist weiß auf dem Hintergrund in Farbe #135713.