HEX: #C67D46
RGB: (198,125,70)
#C67D46 enthält hauptsächlich rote Farbe. Für #C67D46 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C67D46 wird in RGB als (198,125,70) definiert.
RGB: (198,125,70) (78%,49%,27%)
R 198 von 255 = 78%
G 125 von 255 = 49%
B 70 von 255 = 27%
R + G + B ~ 51%. #C67D46 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
198 + 125 + 70 = 393 (100%)
R 198 von 393 ~ 50.38%
G 125 von 393 ~ 31.81%
B 70 von 393 ~ 17.81%
Die Farbe #C67D46 wird in CMYK als (0,37,65,22) definiert.
CMYK: (0,37,65,22) C0M37Y65K22 (0%,37%,65%,22%) (0.00/0.37/0.65/0.22)
C6 | 7D | 46 | |
---|---|---|---|
RGB | 198 | 125 | 70 |
HSL | 26° | 52.89% | 52.55% |
HSB/HSV | 26° | 64.65% | 77.65% |
CMYK | 0.00% | 36.87% | 64.65% |
22.35% |
Hexadezimal | C6 | 7D | 46 |
Dezimal | 198 | 125 | 70 |
Binär | 11000110 | 1111101 | 1000110 |
Oktal | 306 | 175 | 106 |
Beispiele css- und html für Elemente in der Farbe #C67D46. Bitte benutzen Sie auch rgb(198,125,70) statt hex-Code.
.myTextColor { color: #C67D46; }
<p style="color:#C67D46">This sample text font color is #C67D46.</p>
Die Farbe dieses Textes ist #C67D46.
.myBgColor { background-color: #C67D46; }
<div style="background-color:#C67D46">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C67D46.
.myBorderColor { border: 1px solid #C67D46; }
<div style="border:3px solid #C67D46">Div</div>
Die Grenzen von diesem div sind in Farbe #C67D46.
.myOpacity80 { color: #C67D46; opacity: 0.8; }
<p style="color:#C67D46;opacity:0.8;">80%</p>
Text in Farbe #C67D46 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C67D46;}
<p style="text-shadow: 3px 3px 1px #C67D46">Text here.</p>
Dieser Text hat den Schatten in Farbe #C67D46.
.textShadow {text-shadow: 3px 3px 1px #C67D46, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C67D46, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C67D46 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C67D46, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C67D46, Direction=45, Strength=4)">Text</p>
This text has shadow with #C67D46 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C67D46; -webkit-box-shadow: 1px 1px 3px 2px #C67D46; box-shadow: 1px 1px 3px 2px #C67D46; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C67D46; -webkit-box-shadow: 1px 1px 3px 2px #C67D46; box-shadow:1px 1px 3px 2px #C67D46;">
Div content here</div>
Dieser Text ist in der Farbe #C67D46 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C67D46 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C67D46.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C67D46.