HEX: #CC5E13
RGB: (204,94,19)
#CC5E13 enthält hauptsächlich rote Farbe. Für #CC5E13 ist eine «websichere» Webfarbe #CC6600 (oder kurz #C60).
Die Farbe #CC5E13 wird in RGB als (204,94,19) definiert.
RGB: (204,94,19)
(80%, 37%, 7%)
R 204 von 255 = 80%
G 94 von 255 = 37%
B 19 von 255 = 7%
R + G + B ~ 41%. #CC5E13 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 204 + 94 + 19 = 317 (100%)
R 204 von 317 ~ 64.35%
G 94 von 317 ~ 29.65%
B 19 von 317 ~ 5.99'%
Die Farbe #CC5E13 wird in CMYK als (0,54,91,20) definiert.
CMYK: (0,54,91,20)
C0M54Y91K20 (0%, 54%, 91%, 20%)
(0.00 / 0.54 / 0.91 / 0.20)
Farbe #CC5E13 in den populären Farbmodellen.
CC | 5E | 13 | |
---|---|---|---|
RGB | 204 | 94 | 19 |
HSL | 24° | 82.96% | 43.73% |
HSB/HSV | 24° | 90.69% | 80.00% |
CMYK | 0.00% | 53.92% | 90.69% |
20.00% |
Die Farbe #CC5E13 in den populären Zahlensystemen.
Hexadezimal | CC | 5E | 13 |
Dezimal | 204 | 94 | 19 |
Binär | 11001100 | 1011110 | 10011 |
Oktal | 314 | 136 | 23 |
Dunkle Töne der Farbe #CC5E13
Helle Töne der Farbe #CC5E13
Beispiele css- und html für Elemente in der Farbe #CC5E13. Bitte benutzen Sie auch rgb(204,94,19) statt hex-Code.
.myTextColor { color: #CC5E13; }
<p style="color:#CC5E13">This sample text font color is #CC5E13.</p>
Die Farbe dieses Textes ist #CC5E13.
.myBgColor { background-color: #CC5E13; }
<div style="background-color:#CC5E13">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC5E13.
.myBorderColor { border: 1px solid #CC5E13; }
<div style="border:3px solid #CC5E13">Div</div>
Die Grenzen von diesem div sind in Farbe #CC5E13.
.myOpacity80 { color: #CC5E13; opacity: 0.8; }
<p style="color:#CC5E13;opacity:0.8;">80%</p>
Text in Farbe #CC5E13 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC5E13;}
<p style="text-shadow: 3px 3px 1px #CC5E13">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC5E13.
.textShadow {text-shadow: 3px 3px 1px #CC5E13', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC5E13, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC5E13 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC5E13, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC5E13, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC5E13 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC5E13;
-webkit-box-shadow: 1px 1px 3px 2px #CC5E13;
box-shadow: 1px 1px 3px 2px #CC5E13;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC5E13; -webkit-box-shadow: 1px 1px 3px 2px #CC5E13; box-shadow:1px 1px 3px 2px #CC5E13;">
Div content here
</div>
Dieser Text ist in der Farbe #CC5E13 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC5E13 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC5E13.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC5E13.
Kontrastfarbe für #hex ist #33A1EC.