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