HEX: #C37C3B
RGB: (195,124,59)
#C37C3B enthält hauptsächlich rote Farbe. Für #C37C3B ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C37C3B wird in RGB als (195,124,59) definiert.
RGB: (195,124,59) (76%,49%,23%)
R 195 von 255 = 76%
G 124 von 255 = 49%
B 59 von 255 = 23%
R + G + B ~ 49%. #C37C3B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
195 + 124 + 59 = 378 (100%)
R 195 von 378 ~ 51.59%
G 124 von 378 ~ 32.8%
B 59 von 378 ~ 15.61%
Die Farbe #C37C3B wird in CMYK als (0,36,70,24) definiert.
CMYK: (0,36,70,24) C0M36Y70K24 (0%,36%,70%,24%) (0.00/0.36/0.70/0.24)
C3 | 7C | 3B | |
---|---|---|---|
RGB | 195 | 124 | 59 |
HSL | 29° | 53.54% | 49.80% |
HSB/HSV | 29° | 69.74% | 76.47% |
CMYK | 0.00% | 36.41% | 69.74% |
23.53% |
Hexadezimal | C3 | 7C | 3B |
Dezimal | 195 | 124 | 59 |
Binär | 11000011 | 1111100 | 111011 |
Oktal | 303 | 174 | 73 |
Beispiele css- und html für Elemente in der Farbe #C37C3B. Bitte benutzen Sie auch rgb(195,124,59) statt hex-Code.
.myTextColor { color: #C37C3B; }
<p style="color:#C37C3B">This sample text font color is #C37C3B.</p>
Die Farbe dieses Textes ist #C37C3B.
.myBgColor { background-color: #C37C3B; }
<div style="background-color:#C37C3B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C37C3B.
.myBorderColor { border: 1px solid #C37C3B; }
<div style="border:3px solid #C37C3B">Div</div>
Die Grenzen von diesem div sind in Farbe #C37C3B.
.myOpacity80 { color: #C37C3B; opacity: 0.8; }
<p style="color:#C37C3B;opacity:0.8;">80%</p>
Text in Farbe #C37C3B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37C3B;}
<p style="text-shadow: 3px 3px 1px #C37C3B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C37C3B.
.textShadow {text-shadow: 3px 3px 1px #C37C3B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37C3B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C37C3B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37C3B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37C3B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37C3B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C37C3B; -webkit-box-shadow: 1px 1px 3px 2px #C37C3B; box-shadow: 1px 1px 3px 2px #C37C3B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C37C3B; -webkit-box-shadow: 1px 1px 3px 2px #C37C3B; box-shadow:1px 1px 3px 2px #C37C3B;">
Div content here</div>
Dieser Text ist in der Farbe #C37C3B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C37C3B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C37C3B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C37C3B.