HEX: #714759
RGB: (113,71,89)
#714759 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #714759 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #714759 wird in RGB als (113,71,89) definiert.
RGB: (113,71,89) (44%,28%,35%)
R 113 von 255 = 44%
G 71 von 255 = 28%
B 89 von 255 = 35%
R + G + B ~ 36%. #714759 ziemlich dunkle Farbe.
R + G + B =
113 + 71 + 89 = 273 (100%)
R 113 von 273 ~ 41.39%
G 71 von 273 ~ 26.01%
B 89 von 273 ~ 32.6%
Die Farbe #714759 wird in CMYK als (0,37,21,56) definiert.
CMYK: (0,37,21,56) C0M37Y21K56 (0%,37%,21%,56%) (0.00/0.37/0.21/0.56)
71 | 47 | 59 | |
---|---|---|---|
RGB | 113 | 71 | 89 |
HSL | 334° | 22.83% | 36.08% |
HSB/HSV | 334° | 37.17% | 44.31% |
CMYK | 0.00% | 37.17% | 21.24% |
55.69% |
Hexadezimal | 71 | 47 | 59 |
Dezimal | 113 | 71 | 89 |
Binär | 1110001 | 1000111 | 1011001 |
Oktal | 161 | 107 | 131 |
Beispiele css- und html für Elemente in der Farbe #714759. Bitte benutzen Sie auch rgb(113,71,89) statt hex-Code.
.myTextColor { color: #714759; }
<p style="color:#714759">This sample text font color is #714759.</p>
Die Farbe dieses Textes ist #714759.
.myBgColor { background-color: #714759; }
<div style="background-color:#714759">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #714759.
.myBorderColor { border: 1px solid #714759; }
<div style="border:3px solid #714759">Div</div>
Die Grenzen von diesem div sind in Farbe #714759.
.myOpacity80 { color: #714759; opacity: 0.8; }
<p style="color:#714759;opacity:0.8;">80%</p>
Text in Farbe #714759 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714759;}
<p style="text-shadow: 3px 3px 1px #714759">Text here.</p>
Dieser Text hat den Schatten in Farbe #714759.
.textShadow {text-shadow: 3px 3px 1px #714759, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714759, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #714759 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714759, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714759, Direction=45, Strength=4)">Text</p>
This text has shadow with #714759 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714759; -webkit-box-shadow: 1px 1px 3px 2px #714759; box-shadow: 1px 1px 3px 2px #714759; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #714759; -webkit-box-shadow: 1px 1px 3px 2px #714759; box-shadow:1px 1px 3px 2px #714759;">
Div content here</div>
Dieser Text ist in der Farbe #714759 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #714759 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #714759.
Dieser Text ist weiß auf dem Hintergrund in Farbe #714759.