HEX: #71436D
RGB: (113,67,109)
#71436D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71436D ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #71436D wird in RGB als (113,67,109) definiert.
RGB: (113,67,109)
(44%, 26%, 43%)
R 113 von 255 = 44%
G 67 von 255 = 26%
B 109 von 255 = 43%
R + G + B ~ 38%. #71436D ziemlich dunkle Farbe.
R + G + B = 113 + 67 + 109 = 289 (100%)
R 113 von 289 ~ 39.1%
G 67 von 289 ~ 23.18%
B 109 von 289 ~ 37.72'%
Die Farbe #71436D wird in CMYK als (0,41,4,56) definiert.
CMYK: (0,41,4,56)
C0M41Y4K56 (0%, 41%, 4%, 56%)
(0.00 / 0.41 / 0.04 / 0.56)
Farbe #71436D in den populären Farbmodellen.
71 | 43 | 6D | |
---|---|---|---|
RGB | 113 | 67 | 109 |
HSL | 305° | 25.56% | 35.29% |
HSB/HSV | 305° | 40.71% | 44.31% |
CMYK | 0.00% | 40.71% | 3.54% |
55.69% |
Die Farbe #71436D in den populären Zahlensystemen.
Hexadezimal | 71 | 43 | 6D |
Dezimal | 113 | 67 | 109 |
Binär | 1110001 | 1000011 | 1101101 |
Oktal | 161 | 103 | 155 |
Dunkle Töne der Farbe #71436D
Helle Töne der Farbe #71436D
Beispiele css- und html für Elemente in der Farbe #71436D. Bitte benutzen Sie auch rgb(113,67,109) statt hex-Code.
.myTextColor { color: #71436D; }
<p style="color:#71436D">This sample text font color is #71436D.</p>
Die Farbe dieses Textes ist #71436D.
.myBgColor { background-color: #71436D; }
<div style="background-color:#71436D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71436D.
.myBorderColor { border: 1px solid #71436D; }
<div style="border:3px solid #71436D">Div</div>
Die Grenzen von diesem div sind in Farbe #71436D.
.myOpacity80 { color: #71436D; opacity: 0.8; }
<p style="color:#71436D;opacity:0.8;">80%</p>
Text in Farbe #71436D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71436D;}
<p style="text-shadow: 3px 3px 1px #71436D">Text here.</p>
Dieser Text hat den Schatten in Farbe #71436D.
.textShadow {text-shadow: 3px 3px 1px #71436D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71436D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71436D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71436D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71436D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71436D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71436D;
-webkit-box-shadow: 1px 1px 3px 2px #71436D;
box-shadow: 1px 1px 3px 2px #71436D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71436D; -webkit-box-shadow: 1px 1px 3px 2px #71436D; box-shadow:1px 1px 3px 2px #71436D;">
Div content here
</div>
Dieser Text ist in der Farbe #71436D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71436D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71436D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71436D.
Kontrastfarbe für #hex ist #8EBC92.