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