HEX: #C37D7B
RGB: (195,125,123)
#C37D7B enthält hauptsächlich rote Farbe. Für #C37D7B ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C37D7B wird in RGB als (195,125,123) definiert.
RGB: (195,125,123)
(76%, 49%, 48%)
R 195 von 255 = 76%
G 125 von 255 = 49%
B 123 von 255 = 48%
R + G + B ~ 58%. #C37D7B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 195 + 125 + 123 = 443 (100%)
R 195 von 443 ~ 44.02%
G 125 von 443 ~ 28.22%
B 123 von 443 ~ 27.77'%
Die Farbe #C37D7B wird in CMYK als (0,36,37,24) definiert.
CMYK: (0,36,37,24) C0M36Y37K24 (0%,36%,37%,24%) (0.00/0.36/0.37/0.24)
Farbe #C37D7B in den populären Farbmodellen.
C3 | 7D | 7B | |
---|---|---|---|
RGB | 195 | 125 | 123 |
HSL | 2° | 37.50% | 62.35% |
HSB/HSV | 2° | 36.92% | 76.47% |
CMYK | 0.00% | 35.90% | 36.92% |
23.53% |
Die Farbe #C37D7B in den populären Zahlensystemen.
Hexadezimal | C3 | 7D | 7B |
Dezimal | 195 | 125 | 123 |
Binär | 11000011 | 1111101 | 1111011 |
Oktal | 303 | 175 | 173 |
Dunkle Töne der Farbe #C37D7B
Helle Töne der Farbe #C37D7B
Beispiele css- und html für Elemente in der Farbe #C37D7B. Bitte benutzen Sie auch rgb(195,125,123) statt hex-Code.
.myTextColor { color: #C37D7B; }
<p style="color:#C37D7B">This sample text font color is #C37D7B.</p>
Die Farbe dieses Textes ist #C37D7B.
.myBgColor { background-color: #C37D7B; }
<div style="background-color:#C37D7B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C37D7B.
.myBorderColor { border: 1px solid #C37D7B; }
<div style="border:3px solid #C37D7B">Div</div>
Die Grenzen von diesem div sind in Farbe #C37D7B.
.myOpacity80 { color: #C37D7B; opacity: 0.8; }
<p style="color:#C37D7B;opacity:0.8;">80%</p>
Text in Farbe #C37D7B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37D7B;}
<p style="text-shadow: 3px 3px 1px #C37D7B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C37D7B.
.textShadow {text-shadow: 3px 3px 1px #C37D7B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37D7B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C37D7B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37D7B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37D7B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37D7B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C37D7B;
-webkit-box-shadow: 1px 1px 3px 2px #C37D7B;
box-shadow: 1px 1px 3px 2px #C37D7B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C37D7B; -webkit-box-shadow: 1px 1px 3px 2px #C37D7B; box-shadow:1px 1px 3px 2px #C37D7B;">
Div content here
</div>
Dieser Text ist in der Farbe #C37D7B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C37D7B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C37D7B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C37D7B.
Kontrastfarbe für #hex ist #3C8284.