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