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