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