HEX: #71501C
RGB: (113,80,28)
#71501C enthält hauptsächlich rote und grüne Farbe. Für #71501C ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #71501C wird in RGB als (113,80,28) definiert.
RGB: (113,80,28) (44%,31%,11%)
R 113 von 255 = 44%
G 80 von 255 = 31%
B 28 von 255 = 11%
R + G + B ~ 29%. #71501C ziemlich dunkle Farbe.
R + G + B =
113 + 80 + 28 = 221 (100%)
R 113 von 221 ~ 51.13%
G 80 von 221 ~ 36.2%
B 28 von 221 ~ 12.67%
Die Farbe #71501C wird in CMYK als (0,29,75,56) definiert.
CMYK: (0,29,75,56) C0M29Y75K56 (0%,29%,75%,56%) (0.00/0.29/0.75/0.56)
71 | 50 | 1C | |
---|---|---|---|
RGB | 113 | 80 | 28 |
HSL | 37° | 60.28% | 27.65% |
HSB/HSV | 37° | 75.22% | 44.31% |
CMYK | 0.00% | 29.20% | 75.22% |
55.69% |
Hexadezimal | 71 | 50 | 1C |
Dezimal | 113 | 80 | 28 |
Binär | 1110001 | 1010000 | 11100 |
Oktal | 161 | 120 | 34 |
Beispiele css- und html für Elemente in der Farbe #71501C. Bitte benutzen Sie auch rgb(113,80,28) statt hex-Code.
.myTextColor { color: #71501C; }
<p style="color:#71501C">This sample text font color is #71501C.</p>
Die Farbe dieses Textes ist #71501C.
.myBgColor { background-color: #71501C; }
<div style="background-color:#71501C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71501C.
.myBorderColor { border: 1px solid #71501C; }
<div style="border:3px solid #71501C">Div</div>
Die Grenzen von diesem div sind in Farbe #71501C.
.myOpacity80 { color: #71501C; opacity: 0.8; }
<p style="color:#71501C;opacity:0.8;">80%</p>
Text in Farbe #71501C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71501C;}
<p style="text-shadow: 3px 3px 1px #71501C">Text here.</p>
Dieser Text hat den Schatten in Farbe #71501C.
.textShadow {text-shadow: 3px 3px 1px #71501C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71501C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71501C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71501C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71501C, Direction=45, Strength=4)">Text</p>
This text has shadow with #71501C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71501C; -webkit-box-shadow: 1px 1px 3px 2px #71501C; box-shadow: 1px 1px 3px 2px #71501C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71501C; -webkit-box-shadow: 1px 1px 3px 2px #71501C; box-shadow:1px 1px 3px 2px #71501C;">
Div content here</div>
Dieser Text ist in der Farbe #71501C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71501C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71501C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71501C.