HEX: #C37B79
RGB: (195,123,121)
#C37B79 enthält hauptsächlich rote Farbe. Für #C37B79 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C37B79 wird in RGB als (195,123,121) definiert.
RGB: (195,123,121) (76%,48%,47%)
R 195 von 255 = 76%
G 123 von 255 = 48%
B 121 von 255 = 47%
R + G + B ~ 57%. #C37B79 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
195 + 123 + 121 = 439 (100%)
R 195 von 439 ~ 44.42%
G 123 von 439 ~ 28.02%
B 121 von 439 ~ 27.56%
Die Farbe #C37B79 wird in CMYK als (0,37,38,24) definiert.
CMYK: (0,37,38,24) C0M37Y38K24 (0%,37%,38%,24%) (0.00/0.37/0.38/0.24)
C3 | 7B | 79 | |
---|---|---|---|
RGB | 195 | 123 | 121 |
HSL | 2° | 38.14% | 61.96% |
HSB/HSV | 2° | 37.95% | 76.47% |
CMYK | 0.00% | 36.92% | 37.95% |
23.53% |
Hexadezimal | C3 | 7B | 79 |
Dezimal | 195 | 123 | 121 |
Binär | 11000011 | 1111011 | 1111001 |
Oktal | 303 | 173 | 171 |
Beispiele css- und html für Elemente in der Farbe #C37B79. Bitte benutzen Sie auch rgb(195,123,121) statt hex-Code.
.myTextColor { color: #C37B79; }
<p style="color:#C37B79">This sample text font color is #C37B79.</p>
Die Farbe dieses Textes ist #C37B79.
.myBgColor { background-color: #C37B79; }
<div style="background-color:#C37B79">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C37B79.
.myBorderColor { border: 1px solid #C37B79; }
<div style="border:3px solid #C37B79">Div</div>
Die Grenzen von diesem div sind in Farbe #C37B79.
.myOpacity80 { color: #C37B79; opacity: 0.8; }
<p style="color:#C37B79;opacity:0.8;">80%</p>
Text in Farbe #C37B79 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37B79;}
<p style="text-shadow: 3px 3px 1px #C37B79">Text here.</p>
Dieser Text hat den Schatten in Farbe #C37B79.
.textShadow {text-shadow: 3px 3px 1px #C37B79, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37B79, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C37B79 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37B79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37B79, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37B79 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C37B79; -webkit-box-shadow: 1px 1px 3px 2px #C37B79; box-shadow: 1px 1px 3px 2px #C37B79; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C37B79; -webkit-box-shadow: 1px 1px 3px 2px #C37B79; box-shadow:1px 1px 3px 2px #C37B79;">
Div content here</div>
Dieser Text ist in der Farbe #C37B79 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C37B79 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C37B79.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C37B79.