HEX: #713D3B
RGB: (113,61,59)
#713D3B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #713D3B ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #713D3B wird in RGB als (113,61,59) definiert.
RGB: (113,61,59) (44%,24%,23%)
R 113 von 255 = 44%
G 61 von 255 = 24%
B 59 von 255 = 23%
R + G + B ~ 30%. #713D3B ziemlich dunkle Farbe.
R + G + B =
113 + 61 + 59 = 233 (100%)
R 113 von 233 ~ 48.5%
G 61 von 233 ~ 26.18%
B 59 von 233 ~ 25.32%
Die Farbe #713D3B wird in CMYK als (0,46,48,56) definiert.
CMYK: (0,46,48,56) C0M46Y48K56 (0%,46%,48%,56%) (0.00/0.46/0.48/0.56)
71 | 3D | 3B | |
---|---|---|---|
RGB | 113 | 61 | 59 |
HSL | 2° | 31.40% | 33.73% |
HSB/HSV | 2° | 47.79% | 44.31% |
CMYK | 0.00% | 46.02% | 47.79% |
55.69% |
Hexadezimal | 71 | 3D | 3B |
Dezimal | 113 | 61 | 59 |
Binär | 1110001 | 111101 | 111011 |
Oktal | 161 | 75 | 73 |
Beispiele css- und html für Elemente in der Farbe #713D3B. Bitte benutzen Sie auch rgb(113,61,59) statt hex-Code.
.myTextColor { color: #713D3B; }
<p style="color:#713D3B">This sample text font color is #713D3B.</p>
Die Farbe dieses Textes ist #713D3B.
.myBgColor { background-color: #713D3B; }
<div style="background-color:#713D3B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #713D3B.
.myBorderColor { border: 1px solid #713D3B; }
<div style="border:3px solid #713D3B">Div</div>
Die Grenzen von diesem div sind in Farbe #713D3B.
.myOpacity80 { color: #713D3B; opacity: 0.8; }
<p style="color:#713D3B;opacity:0.8;">80%</p>
Text in Farbe #713D3B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713D3B;}
<p style="text-shadow: 3px 3px 1px #713D3B">Text here.</p>
Dieser Text hat den Schatten in Farbe #713D3B.
.textShadow {text-shadow: 3px 3px 1px #713D3B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713D3B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #713D3B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713D3B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713D3B, Direction=45, Strength=4)">Text</p>
This text has shadow with #713D3B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713D3B; -webkit-box-shadow: 1px 1px 3px 2px #713D3B; box-shadow: 1px 1px 3px 2px #713D3B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #713D3B; -webkit-box-shadow: 1px 1px 3px 2px #713D3B; box-shadow:1px 1px 3px 2px #713D3B;">
Div content here</div>
Dieser Text ist in der Farbe #713D3B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #713D3B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #713D3B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #713D3B.