HEX: #6D4763
RGB: (109,71,99)
#6D4763 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D4763 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6D4763 wird in RGB als (109,71,99) definiert.
RGB: (109,71,99)
(43%, 28%, 39%)
R 109 von 255 = 43%
G 71 von 255 = 28%
B 99 von 255 = 39%
R + G + B ~ 37%. #6D4763 ziemlich dunkle Farbe.
R + G + B = 109 + 71 + 99 = 279 (100%)
R 109 von 279 ~ 39.07%
G 71 von 279 ~ 25.45%
B 99 von 279 ~ 35.48'%
Die Farbe #6D4763 wird in CMYK als (0,35,9,57) definiert.
CMYK: (0,35,9,57) C0M35Y9K57 (0%,35%,9%,57%) (0.00/0.35/0.09/0.57)
Farbe #6D4763 in den populären Farbmodellen.
6D | 47 | 63 | |
---|---|---|---|
RGB | 109 | 71 | 99 |
HSL | 316° | 21.11% | 35.29% |
HSB/HSV | 316° | 34.86% | 42.75% |
CMYK | 0.00% | 34.86% | 9.17% |
57.25% |
Die Farbe #6D4763 in den populären Zahlensystemen.
Hexadezimal | 6D | 47 | 63 |
Dezimal | 109 | 71 | 99 |
Binär | 1101101 | 1000111 | 1100011 |
Oktal | 155 | 107 | 143 |
Dunkle Töne der Farbe #6D4763
Helle Töne der Farbe #6D4763
Beispiele css- und html für Elemente in der Farbe #6D4763. Bitte benutzen Sie auch rgb(109,71,99) statt hex-Code.
.myTextColor { color: #6D4763; }
<p style="color:#6D4763">This sample text font color is #6D4763.</p>
Die Farbe dieses Textes ist #6D4763.
.myBgColor { background-color: #6D4763; }
<div style="background-color:#6D4763">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D4763.
.myBorderColor { border: 1px solid #6D4763; }
<div style="border:3px solid #6D4763">Div</div>
Die Grenzen von diesem div sind in Farbe #6D4763.
.myOpacity80 { color: #6D4763; opacity: 0.8; }
<p style="color:#6D4763;opacity:0.8;">80%</p>
Text in Farbe #6D4763 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D4763;}
<p style="text-shadow: 3px 3px 1px #6D4763">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D4763.
.textShadow {text-shadow: 3px 3px 1px #6D4763', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D4763, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D4763 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D4763, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D4763, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D4763 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D4763;
-webkit-box-shadow: 1px 1px 3px 2px #6D4763;
box-shadow: 1px 1px 3px 2px #6D4763;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D4763; -webkit-box-shadow: 1px 1px 3px 2px #6D4763; box-shadow:1px 1px 3px 2px #6D4763;">
Div content here
</div>
Dieser Text ist in der Farbe #6D4763 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D4763 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D4763.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D4763.
Kontrastfarbe für #hex ist #92B89C.