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