HEX: #711739
RGB: (113,23,57)
#711739 enthält hauptsächlich rote und blaue Farbe. Für #711739 ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #711739 wird in RGB als (113,23,57) definiert.
RGB: (113,23,57) (44%,9%,22%)
R 113 von 255 = 44%
G 23 von 255 = 9%
B 57 von 255 = 22%
R + G + B ~ 25%. #711739 ziemlich dunkle Farbe.
R + G + B =
113 + 23 + 57 = 193 (100%)
R 113 von 193 ~ 58.55%
G 23 von 193 ~ 11.92%
B 57 von 193 ~ 29.53%
Die Farbe #711739 wird in CMYK als (0,80,50,56) definiert.
CMYK: (0,80,50,56) C0M80Y50K56 (0%,80%,50%,56%) (0.00/0.80/0.50/0.56)
71 | 17 | 39 | |
---|---|---|---|
RGB | 113 | 23 | 57 |
HSL | 337° | 66.18% | 26.67% |
HSB/HSV | 337° | 79.65% | 44.31% |
CMYK | 0.00% | 79.65% | 49.56% |
55.69% |
Hexadezimal | 71 | 17 | 39 |
Dezimal | 113 | 23 | 57 |
Binär | 1110001 | 10111 | 111001 |
Oktal | 161 | 27 | 71 |
Beispiele css- und html für Elemente in der Farbe #711739. Bitte benutzen Sie auch rgb(113,23,57) statt hex-Code.
.myTextColor { color: #711739; }
<p style="color:#711739">This sample text font color is #711739.</p>
Die Farbe dieses Textes ist #711739.
.myBgColor { background-color: #711739; }
<div style="background-color:#711739">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #711739.
.myBorderColor { border: 1px solid #711739; }
<div style="border:3px solid #711739">Div</div>
Die Grenzen von diesem div sind in Farbe #711739.
.myOpacity80 { color: #711739; opacity: 0.8; }
<p style="color:#711739;opacity:0.8;">80%</p>
Text in Farbe #711739 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711739;}
<p style="text-shadow: 3px 3px 1px #711739">Text here.</p>
Dieser Text hat den Schatten in Farbe #711739.
.textShadow {text-shadow: 3px 3px 1px #711739, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711739, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #711739 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711739, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711739, Direction=45, Strength=4)">Text</p>
This text has shadow with #711739 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711739; -webkit-box-shadow: 1px 1px 3px 2px #711739; box-shadow: 1px 1px 3px 2px #711739; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #711739; -webkit-box-shadow: 1px 1px 3px 2px #711739; box-shadow:1px 1px 3px 2px #711739;">
Div content here</div>
Dieser Text ist in der Farbe #711739 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #711739 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #711739.
Dieser Text ist weiß auf dem Hintergrund in Farbe #711739.