HEX: #713D20
RGB: (113,61,32)
#713D20 enthält hauptsächlich rote und grüne Farbe. Für #713D20 ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #713D20 wird in RGB als (113,61,32) definiert.
RGB: (113,61,32)
(44%, 24%, 13%)
R 113 von 255 = 44%
G 61 von 255 = 24%
B 32 von 255 = 13%
R + G + B ~ 27%. #713D20 ziemlich dunkle Farbe.
R + G + B = 113 + 61 + 32 = 206 (100%)
R 113 von 206 ~ 54.85%
G 61 von 206 ~ 29.61%
B 32 von 206 ~ 15.53'%
Die Farbe #713D20 wird in CMYK als (0,46,72,56) definiert.
CMYK: (0,46,72,56)
C0M46Y72K56 (0%, 46%, 72%, 56%)
(0.00 / 0.46 / 0.72 / 0.56)
Farbe #713D20 in den populären Farbmodellen.
71 | 3D | 20 | |
---|---|---|---|
RGB | 113 | 61 | 32 |
HSL | 21° | 55.86% | 28.43% |
HSB/HSV | 21° | 71.68% | 44.31% |
CMYK | 0.00% | 46.02% | 71.68% |
55.69% |
Die Farbe #713D20 in den populären Zahlensystemen.
Hexadezimal | 71 | 3D | 20 |
Dezimal | 113 | 61 | 32 |
Binär | 1110001 | 111101 | 100000 |
Oktal | 161 | 75 | 40 |
Dunkle Töne der Farbe #713D20
Helle Töne der Farbe #713D20
Beispiele css- und html für Elemente in der Farbe #713D20. Bitte benutzen Sie auch rgb(113,61,32) statt hex-Code.
.myTextColor { color: #713D20; }
<p style="color:#713D20">This sample text font color is #713D20.</p>
Die Farbe dieses Textes ist #713D20.
.myBgColor { background-color: #713D20; }
<div style="background-color:#713D20">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #713D20.
.myBorderColor { border: 1px solid #713D20; }
<div style="border:3px solid #713D20">Div</div>
Die Grenzen von diesem div sind in Farbe #713D20.
.myOpacity80 { color: #713D20; opacity: 0.8; }
<p style="color:#713D20;opacity:0.8;">80%</p>
Text in Farbe #713D20 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713D20;}
<p style="text-shadow: 3px 3px 1px #713D20">Text here.</p>
Dieser Text hat den Schatten in Farbe #713D20.
.textShadow {text-shadow: 3px 3px 1px #713D20', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713D20, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #713D20 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713D20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713D20, Direction=45, Strength=4)">Text</p>
This text has shadow with #713D20 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #713D20;
-webkit-box-shadow: 1px 1px 3px 2px #713D20;
box-shadow: 1px 1px 3px 2px #713D20;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #713D20; -webkit-box-shadow: 1px 1px 3px 2px #713D20; box-shadow:1px 1px 3px 2px #713D20;">
Div content here
</div>
Dieser Text ist in der Farbe #713D20 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #713D20 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #713D20.
Dieser Text ist weiß auf dem Hintergrund in Farbe #713D20.
Kontrastfarbe für #hex ist #8EC2DF.