HEX: #C58033
RGB: (197,128,51)
#C58033 enthält hauptsächlich rote Farbe. Für #C58033 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C58033 wird in RGB als (197,128,51) definiert.
RGB: (197,128,51)
(77%, 50%, 20%)
R 197 von 255 = 77%
G 128 von 255 = 50%
B 51 von 255 = 20%
R + G + B ~ 49%. #C58033 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 197 + 128 + 51 = 376 (100%)
R 197 von 376 ~ 52.39%
G 128 von 376 ~ 34.04%
B 51 von 376 ~ 13.56'%
Die Farbe #C58033 wird in CMYK als (0,35,74,23) definiert.
CMYK: (0,35,74,23)
C0M35Y74K23 (0%, 35%, 74%, 23%)
(0.00 / 0.35 / 0.74 / 0.23)
Farbe #C58033 in den populären Farbmodellen.
C5 | 80 | 33 | |
---|---|---|---|
RGB | 197 | 128 | 51 |
HSL | 32° | 58.87% | 48.63% |
HSB/HSV | 32° | 74.11% | 77.25% |
CMYK | 0.00% | 35.03% | 74.11% |
22.75% |
Die Farbe #C58033 in den populären Zahlensystemen.
Hexadezimal | C5 | 80 | 33 |
Dezimal | 197 | 128 | 51 |
Binär | 11000101 | 10000000 | 110011 |
Oktal | 305 | 200 | 63 |
Dunkle Töne der Farbe #C58033
Helle Töne der Farbe #C58033
Beispiele css- und html für Elemente in der Farbe #C58033. Bitte benutzen Sie auch rgb(197,128,51) statt hex-Code.
.myTextColor { color: #C58033; }
<p style="color:#C58033">This sample text font color is #C58033.</p>
Die Farbe dieses Textes ist #C58033.
.myBgColor { background-color: #C58033; }
<div style="background-color:#C58033">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C58033.
.myBorderColor { border: 1px solid #C58033; }
<div style="border:3px solid #C58033">Div</div>
Die Grenzen von diesem div sind in Farbe #C58033.
.myOpacity80 { color: #C58033; opacity: 0.8; }
<p style="color:#C58033;opacity:0.8;">80%</p>
Text in Farbe #C58033 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C58033;}
<p style="text-shadow: 3px 3px 1px #C58033">Text here.</p>
Dieser Text hat den Schatten in Farbe #C58033.
.textShadow {text-shadow: 3px 3px 1px #C58033', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C58033, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C58033 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C58033, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C58033, Direction=45, Strength=4)">Text</p>
This text has shadow with #C58033 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C58033;
-webkit-box-shadow: 1px 1px 3px 2px #C58033;
box-shadow: 1px 1px 3px 2px #C58033;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C58033; -webkit-box-shadow: 1px 1px 3px 2px #C58033; box-shadow:1px 1px 3px 2px #C58033;">
Div content here
</div>
Dieser Text ist in der Farbe #C58033 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C58033 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C58033.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C58033.
Kontrastfarbe für #hex ist #3A7FCC.