HEX: #7B471A
RGB: (123,71,26)
#7B471A enthält hauptsächlich rote und grüne Farbe. Für #7B471A ist eine «websichere» Webfarbe #663300 (oder kurz #630).
Die Farbe #7B471A wird in RGB als (123,71,26) definiert.
RGB: (123,71,26)
(48%, 28%, 10%)
R 123 von 255 = 48%
G 71 von 255 = 28%
B 26 von 255 = 10%
R + G + B ~ 29%. #7B471A ziemlich dunkle Farbe.
R + G + B = 123 + 71 + 26 = 220 (100%)
R 123 von 220 ~ 55.91%
G 71 von 220 ~ 32.27%
B 26 von 220 ~ 11.82'%
Die Farbe #7B471A wird in CMYK als (0,42,79,52) definiert.
CMYK: (0,42,79,52) C0M42Y79K52 (0%,42%,79%,52%) (0.00/0.42/0.79/0.52)
Farbe #7B471A in den populären Farbmodellen.
7B | 47 | 1A | |
---|---|---|---|
RGB | 123 | 71 | 26 |
HSL | 28° | 65.10% | 29.22% |
HSB/HSV | 28° | 78.86% | 48.24% |
CMYK | 0.00% | 42.28% | 78.86% |
51.76% |
Die Farbe #7B471A in den populären Zahlensystemen.
Hexadezimal | 7B | 47 | 1A |
Dezimal | 123 | 71 | 26 |
Binär | 1111011 | 1000111 | 11010 |
Oktal | 173 | 107 | 32 |
Dunkle Töne der Farbe #7B471A
Helle Töne der Farbe #7B471A
Beispiele css- und html für Elemente in der Farbe #7B471A. Bitte benutzen Sie auch rgb(123,71,26) statt hex-Code.
.myTextColor { color: #7B471A; }
<p style="color:#7B471A">This sample text font color is #7B471A.</p>
Die Farbe dieses Textes ist #7B471A.
.myBgColor { background-color: #7B471A; }
<div style="background-color:#7B471A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7B471A.
.myBorderColor { border: 1px solid #7B471A; }
<div style="border:3px solid #7B471A">Div</div>
Die Grenzen von diesem div sind in Farbe #7B471A.
.myOpacity80 { color: #7B471A; opacity: 0.8; }
<p style="color:#7B471A;opacity:0.8;">80%</p>
Text in Farbe #7B471A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B471A;}
<p style="text-shadow: 3px 3px 1px #7B471A">Text here.</p>
Dieser Text hat den Schatten in Farbe #7B471A.
.textShadow {text-shadow: 3px 3px 1px #7B471A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B471A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7B471A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B471A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B471A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B471A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7B471A;
-webkit-box-shadow: 1px 1px 3px 2px #7B471A;
box-shadow: 1px 1px 3px 2px #7B471A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B471A; -webkit-box-shadow: 1px 1px 3px 2px #7B471A; box-shadow:1px 1px 3px 2px #7B471A;">
Div content here
</div>
Dieser Text ist in der Farbe #7B471A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7B471A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7B471A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7B471A.
Kontrastfarbe für #hex ist #84B8E5.