HEX: #C4682E
RGB: (196,104,46)
#C4682E enthält hauptsächlich rote Farbe. Für #C4682E ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C4682E wird in RGB als (196,104,46) definiert.
RGB: (196,104,46)
(77%, 41%, 18%)
R 196 von 255 = 77%
G 104 von 255 = 41%
B 46 von 255 = 18%
R + G + B ~ 45%. #C4682E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 196 + 104 + 46 = 346 (100%)
R 196 von 346 ~ 56.65%
G 104 von 346 ~ 30.06%
B 46 von 346 ~ 13.29'%
Die Farbe #C4682E wird in CMYK als (0,47,77,23) definiert.
CMYK: (0,47,77,23) C0M47Y77K23 (0%,47%,77%,23%) (0.00/0.47/0.77/0.23)
Farbe #C4682E in den populären Farbmodellen.
C4 | 68 | 2E | |
---|---|---|---|
RGB | 196 | 104 | 46 |
HSL | 23° | 61.98% | 47.45% |
HSB/HSV | 23° | 76.53% | 76.86% |
CMYK | 0.00% | 46.94% | 76.53% |
23.14% |
Die Farbe #C4682E in den populären Zahlensystemen.
Hexadezimal | C4 | 68 | 2E |
Dezimal | 196 | 104 | 46 |
Binär | 11000100 | 1101000 | 101110 |
Oktal | 304 | 150 | 56 |
Dunkle Töne der Farbe #C4682E
Helle Töne der Farbe #C4682E
Beispiele css- und html für Elemente in der Farbe #C4682E. Bitte benutzen Sie auch rgb(196,104,46) statt hex-Code.
.myTextColor { color: #C4682E; }
<p style="color:#C4682E">This sample text font color is #C4682E.</p>
Die Farbe dieses Textes ist #C4682E.
.myBgColor { background-color: #C4682E; }
<div style="background-color:#C4682E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4682E.
.myBorderColor { border: 1px solid #C4682E; }
<div style="border:3px solid #C4682E">Div</div>
Die Grenzen von diesem div sind in Farbe #C4682E.
.myOpacity80 { color: #C4682E; opacity: 0.8; }
<p style="color:#C4682E;opacity:0.8;">80%</p>
Text in Farbe #C4682E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4682E;}
<p style="text-shadow: 3px 3px 1px #C4682E">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4682E.
.textShadow {text-shadow: 3px 3px 1px #C4682E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4682E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4682E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4682E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4682E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4682E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4682E;
-webkit-box-shadow: 1px 1px 3px 2px #C4682E;
box-shadow: 1px 1px 3px 2px #C4682E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4682E; -webkit-box-shadow: 1px 1px 3px 2px #C4682E; box-shadow:1px 1px 3px 2px #C4682E;">
Div content here
</div>
Dieser Text ist in der Farbe #C4682E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4682E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4682E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4682E.
Kontrastfarbe für #hex ist #3B97D1.