HEX: #C7493F
RGB: (199,73,63)
#C7493F enthält hauptsächlich rote Farbe. Für #C7493F ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #C7493F wird in RGB als (199,73,63) definiert.
RGB: (199,73,63) (78%,29%,25%)
R 199 von 255 = 78%
G 73 von 255 = 29%
B 63 von 255 = 25%
R + G + B ~ 44%. #C7493F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
199 + 73 + 63 = 335 (100%)
R 199 von 335 ~ 59.4%
G 73 von 335 ~ 21.79%
B 63 von 335 ~ 18.81%
Die Farbe #C7493F wird in CMYK als (0,63,68,22) definiert.
CMYK: (0,63,68,22) C0M63Y68K22 (0%,63%,68%,22%) (0.00/0.63/0.68/0.22)
C7 | 49 | 3F | |
---|---|---|---|
RGB | 199 | 73 | 63 |
HSL | 4° | 54.84% | 51.37% |
HSB/HSV | 4° | 68.34% | 78.04% |
CMYK | 0.00% | 63.32% | 68.34% |
21.96% |
Hexadezimal | C7 | 49 | 3F |
Dezimal | 199 | 73 | 63 |
Binär | 11000111 | 1001001 | 111111 |
Oktal | 307 | 111 | 77 |
Beispiele css- und html für Elemente in der Farbe #C7493F. Bitte benutzen Sie auch rgb(199,73,63) statt hex-Code.
.myTextColor { color: #C7493F; }
<p style="color:#C7493F">This sample text font color is #C7493F.</p>
Die Farbe dieses Textes ist #C7493F.
.myBgColor { background-color: #C7493F; }
<div style="background-color:#C7493F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7493F.
.myBorderColor { border: 1px solid #C7493F; }
<div style="border:3px solid #C7493F">Div</div>
Die Grenzen von diesem div sind in Farbe #C7493F.
.myOpacity80 { color: #C7493F; opacity: 0.8; }
<p style="color:#C7493F;opacity:0.8;">80%</p>
Text in Farbe #C7493F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7493F;}
<p style="text-shadow: 3px 3px 1px #C7493F">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7493F.
.textShadow {text-shadow: 3px 3px 1px #C7493F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7493F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7493F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7493F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7493F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7493F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7493F; -webkit-box-shadow: 1px 1px 3px 2px #C7493F; box-shadow: 1px 1px 3px 2px #C7493F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7493F; -webkit-box-shadow: 1px 1px 3px 2px #C7493F; box-shadow:1px 1px 3px 2px #C7493F;">
Div content here</div>
Dieser Text ist in der Farbe #C7493F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7493F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7493F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7493F.