HEX: #51726D
RGB: (81,114,109)
#51726D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #51726D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #51726D wird in RGB als (81,114,109) definiert.
RGB: (81,114,109)
(32%, 45%, 43%)
R 81 von 255 = 32%
G 114 von 255 = 45%
B 109 von 255 = 43%
R + G + B ~ 40%. #51726D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 81 + 114 + 109 = 304 (100%)
R 81 von 304 ~ 26.64%
G 114 von 304 ~ 37.5%
B 109 von 304 ~ 35.86'%
Die Farbe #51726D wird in CMYK als (29,0,4,55) definiert.
CMYK: (29,0,4,55) C29M0Y4K55 (29%,0%,4%,55%) (0.29/0.00/0.04/0.55)
Farbe #51726D in den populären Farbmodellen.
51 | 72 | 6D | |
---|---|---|---|
RGB | 81 | 114 | 109 |
HSL | 171° | 16.92% | 38.24% |
HSB/HSV | 171° | 28.95% | 44.71% |
CMYK | 28.95% | 0.00% | 4.39% |
55.29% |
Die Farbe #51726D in den populären Zahlensystemen.
Hexadezimal | 51 | 72 | 6D |
Dezimal | 81 | 114 | 109 |
Binär | 1010001 | 1110010 | 1101101 |
Oktal | 121 | 162 | 155 |
Dunkle Töne der Farbe #51726D
Helle Töne der Farbe #51726D
Beispiele css- und html für Elemente in der Farbe #51726D. Bitte benutzen Sie auch rgb(81,114,109) statt hex-Code.
.myTextColor { color: #51726D; }
<p style="color:#51726D">This sample text font color is #51726D.</p>
Die Farbe dieses Textes ist #51726D.
.myBgColor { background-color: #51726D; }
<div style="background-color:#51726D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51726D.
.myBorderColor { border: 1px solid #51726D; }
<div style="border:3px solid #51726D">Div</div>
Die Grenzen von diesem div sind in Farbe #51726D.
.myOpacity80 { color: #51726D; opacity: 0.8; }
<p style="color:#51726D;opacity:0.8;">80%</p>
Text in Farbe #51726D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51726D;}
<p style="text-shadow: 3px 3px 1px #51726D">Text here.</p>
Dieser Text hat den Schatten in Farbe #51726D.
.textShadow {text-shadow: 3px 3px 1px #51726D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51726D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51726D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51726D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51726D, Direction=45, Strength=4)">Text</p>
This text has shadow with #51726D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51726D;
-webkit-box-shadow: 1px 1px 3px 2px #51726D;
box-shadow: 1px 1px 3px 2px #51726D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51726D; -webkit-box-shadow: 1px 1px 3px 2px #51726D; box-shadow:1px 1px 3px 2px #51726D;">
Div content here
</div>
Dieser Text ist in der Farbe #51726D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51726D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51726D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51726D.
Kontrastfarbe für #hex ist #AE8D92.