HEX: #C37760
RGB: (195,119,96)
#C37760 enthält hauptsächlich rote Farbe. Für #C37760 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C37760 wird in RGB als (195,119,96) definiert.
RGB: (195,119,96)
(76%, 47%, 38%)
R 195 von 255 = 76%
G 119 von 255 = 47%
B 96 von 255 = 38%
R + G + B ~ 54%. #C37760 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 195 + 119 + 96 = 410 (100%)
R 195 von 410 ~ 47.56%
G 119 von 410 ~ 29.02%
B 96 von 410 ~ 23.41'%
Die Farbe #C37760 wird in CMYK als (0,39,51,24) definiert.
CMYK: (0,39,51,24)
C0M39Y51K24 (0%, 39%, 51%, 24%)
(0.00 / 0.39 / 0.51 / 0.24)
Farbe #C37760 in den populären Farbmodellen.
C3 | 77 | 60 | |
---|---|---|---|
RGB | 195 | 119 | 96 |
HSL | 14° | 45.21% | 57.06% |
HSB/HSV | 14° | 50.77% | 76.47% |
CMYK | 0.00% | 38.97% | 50.77% |
23.53% |
Die Farbe #C37760 in den populären Zahlensystemen.
Hexadezimal | C3 | 77 | 60 |
Dezimal | 195 | 119 | 96 |
Binär | 11000011 | 1110111 | 1100000 |
Oktal | 303 | 167 | 140 |
Dunkle Töne der Farbe #C37760
Helle Töne der Farbe #C37760
Beispiele css- und html für Elemente in der Farbe #C37760. Bitte benutzen Sie auch rgb(195,119,96) statt hex-Code.
.myTextColor { color: #C37760; }
<p style="color:#C37760">This sample text font color is #C37760.</p>
Die Farbe dieses Textes ist #C37760.
.myBgColor { background-color: #C37760; }
<div style="background-color:#C37760">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C37760.
.myBorderColor { border: 1px solid #C37760; }
<div style="border:3px solid #C37760">Div</div>
Die Grenzen von diesem div sind in Farbe #C37760.
.myOpacity80 { color: #C37760; opacity: 0.8; }
<p style="color:#C37760;opacity:0.8;">80%</p>
Text in Farbe #C37760 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37760;}
<p style="text-shadow: 3px 3px 1px #C37760">Text here.</p>
Dieser Text hat den Schatten in Farbe #C37760.
.textShadow {text-shadow: 3px 3px 1px #C37760', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37760, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C37760 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37760, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37760, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37760 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C37760;
-webkit-box-shadow: 1px 1px 3px 2px #C37760;
box-shadow: 1px 1px 3px 2px #C37760;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C37760; -webkit-box-shadow: 1px 1px 3px 2px #C37760; box-shadow:1px 1px 3px 2px #C37760;">
Div content here
</div>
Dieser Text ist in der Farbe #C37760 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C37760 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C37760.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C37760.
Kontrastfarbe für #hex ist #3C889F.