HEX: #C5835C
RGB: (197,131,92)
#C5835C enthält hauptsächlich rote Farbe. Für #C5835C ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #C5835C wird in RGB als (197,131,92) definiert.
RGB: (197,131,92) (77%,51%,36%)
R 197 von 255 = 77%
G 131 von 255 = 51%
B 92 von 255 = 36%
R + G + B ~ 55%. #C5835C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
197 + 131 + 92 = 420 (100%)
R 197 von 420 ~ 46.9%
G 131 von 420 ~ 31.19%
B 92 von 420 ~ 21.9%
Die Farbe #C5835C wird in CMYK als (0,34,53,23) definiert.
CMYK: (0,34,53,23) C0M34Y53K23 (0%,34%,53%,23%) (0.00/0.34/0.53/0.23)
C5 | 83 | 5C | |
---|---|---|---|
RGB | 197 | 131 | 92 |
HSL | 22° | 47.51% | 56.67% |
HSB/HSV | 22° | 53.30% | 77.25% |
CMYK | 0.00% | 33.50% | 53.30% |
22.75% |
Hexadezimal | C5 | 83 | 5C |
Dezimal | 197 | 131 | 92 |
Binär | 11000101 | 10000011 | 1011100 |
Oktal | 305 | 203 | 134 |
Beispiele css- und html für Elemente in der Farbe #C5835C. Bitte benutzen Sie auch rgb(197,131,92) statt hex-Code.
.myTextColor { color: #C5835C; }
<p style="color:#C5835C">This sample text font color is #C5835C.</p>
Die Farbe dieses Textes ist #C5835C.
.myBgColor { background-color: #C5835C; }
<div style="background-color:#C5835C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5835C.
.myBorderColor { border: 1px solid #C5835C; }
<div style="border:3px solid #C5835C">Div</div>
Die Grenzen von diesem div sind in Farbe #C5835C.
.myOpacity80 { color: #C5835C; opacity: 0.8; }
<p style="color:#C5835C;opacity:0.8;">80%</p>
Text in Farbe #C5835C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5835C;}
<p style="text-shadow: 3px 3px 1px #C5835C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5835C.
.textShadow {text-shadow: 3px 3px 1px #C5835C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5835C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5835C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5835C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5835C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5835C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5835C; -webkit-box-shadow: 1px 1px 3px 2px #C5835C; box-shadow: 1px 1px 3px 2px #C5835C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5835C; -webkit-box-shadow: 1px 1px 3px 2px #C5835C; box-shadow:1px 1px 3px 2px #C5835C;">
Div content here</div>
Dieser Text ist in der Farbe #C5835C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5835C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5835C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5835C.