HEX: #00711B
RGB: (0,113,27)
#00711B enthält hauptsächlich grüne Farbe. Für #00711B ist eine «websichere» Webfarbe #006633 (oder kurz #063).
Die Farbe #00711B wird in RGB als (0,113,27) definiert.
RGB: (0,113,27) (0%,44%,11%)
R 0 von 255 = 0%
G 113 von 255 = 44%
B 27 von 255 = 11%
R + G + B ~ 18%. #00711B dunkle Farbe.
R + G + B =
0 + 113 + 27 = 140 (100%)
R 0 von 140 ~ 0%
G 113 von 140 ~ 80.71%
B 27 von 140 ~ 19.29%
Die Farbe #00711B wird in CMYK als (100,0,76,56) definiert.
CMYK: (100,0,76,56) C100M0Y76K56 (100%,0%,76%,56%) (1.00/0.00/0.76/0.56)
00 | 71 | 1B | |
---|---|---|---|
RGB | 0 | 113 | 27 |
HSL | 134° | 100.00% | 22.16% |
HSB/HSV | 134° | 100.00% | 44.31% |
CMYK | 100.00% | 0.00% | 76.11% |
55.69% |
Hexadezimal | 00 | 71 | 1B |
Dezimal | 0 | 113 | 27 |
Binär | 0 | 1110001 | 11011 |
Oktal | 0 | 161 | 33 |
Beispiele css- und html für Elemente in der Farbe #00711B. Bitte benutzen Sie auch rgb(0,113,27) statt hex-Code.
.myTextColor { color: #00711B; }
<p style="color:#00711B">This sample text font color is #00711B.</p>
Die Farbe dieses Textes ist #00711B.
.myBgColor { background-color: #00711B; }
<div style="background-color:#00711B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00711B.
.myBorderColor { border: 1px solid #00711B; }
<div style="border:3px solid #00711B">Div</div>
Die Grenzen von diesem div sind in Farbe #00711B.
.myOpacity80 { color: #00711B; opacity: 0.8; }
<p style="color:#00711B;opacity:0.8;">80%</p>
Text in Farbe #00711B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00711B;}
<p style="text-shadow: 3px 3px 1px #00711B">Text here.</p>
Dieser Text hat den Schatten in Farbe #00711B.
.textShadow {text-shadow: 3px 3px 1px #00711B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00711B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00711B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00711B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00711B, Direction=45, Strength=4)">Text</p>
This text has shadow with #00711B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00711B; -webkit-box-shadow: 1px 1px 3px 2px #00711B; box-shadow: 1px 1px 3px 2px #00711B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #00711B; -webkit-box-shadow: 1px 1px 3px 2px #00711B; box-shadow:1px 1px 3px 2px #00711B;">
Div content here</div>
Dieser Text ist in der Farbe #00711B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00711B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00711B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00711B.