HEX: #C5937E
RGB: (197,147,126)
#C5937E enthält hauptsächlich rote und grüne Farbe. Für #C5937E ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #C5937E wird in RGB als (197,147,126) definiert.
RGB: (197,147,126) (77%,58%,49%)
R 197 von 255 = 77%
G 147 von 255 = 58%
B 126 von 255 = 49%
R + G + B ~ 61%. #C5937E ziemlich helle Farbe.
R + G + B =
197 + 147 + 126 = 470 (100%)
R 197 von 470 ~ 41.91%
G 147 von 470 ~ 31.28%
B 126 von 470 ~ 26.81%
Die Farbe #C5937E wird in CMYK als (0,25,36,23) definiert.
CMYK: (0,25,36,23) C0M25Y36K23 (0%,25%,36%,23%) (0.00/0.25/0.36/0.23)
C5 | 93 | 7E | |
---|---|---|---|
RGB | 197 | 147 | 126 |
HSL | 18° | 37.97% | 63.33% |
HSB/HSV | 18° | 36.04% | 77.25% |
CMYK | 0.00% | 25.38% | 36.04% |
22.75% |
Hexadezimal | C5 | 93 | 7E |
Dezimal | 197 | 147 | 126 |
Binär | 11000101 | 10010011 | 1111110 |
Oktal | 305 | 223 | 176 |
Beispiele css- und html für Elemente in der Farbe #C5937E. Bitte benutzen Sie auch rgb(197,147,126) statt hex-Code.
.myTextColor { color: #C5937E; }
<p style="color:#C5937E">This sample text font color is #C5937E.</p>
Die Farbe dieses Textes ist #C5937E.
.myBgColor { background-color: #C5937E; }
<div style="background-color:#C5937E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5937E.
.myBorderColor { border: 1px solid #C5937E; }
<div style="border:3px solid #C5937E">Div</div>
Die Grenzen von diesem div sind in Farbe #C5937E.
.myOpacity80 { color: #C5937E; opacity: 0.8; }
<p style="color:#C5937E;opacity:0.8;">80%</p>
Text in Farbe #C5937E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5937E;}
<p style="text-shadow: 3px 3px 1px #C5937E">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5937E.
.textShadow {text-shadow: 3px 3px 1px #C5937E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5937E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5937E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5937E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5937E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5937E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5937E; -webkit-box-shadow: 1px 1px 3px 2px #C5937E; box-shadow: 1px 1px 3px 2px #C5937E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5937E; -webkit-box-shadow: 1px 1px 3px 2px #C5937E; box-shadow:1px 1px 3px 2px #C5937E;">
Div content here</div>
Dieser Text ist in der Farbe #C5937E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5937E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5937E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5937E.