HEX: #516249
RGB: (81,98,73)
#516249 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #516249 ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #516249 wird in RGB als (81,98,73) definiert.
RGB: (81,98,73)
(32%, 38%, 29%)
R 81 von 255 = 32%
G 98 von 255 = 38%
B 73 von 255 = 29%
R + G + B ~ 33%. #516249 ziemlich dunkle Farbe.
R + G + B = 81 + 98 + 73 = 252 (100%)
R 81 von 252 ~ 32.14%
G 98 von 252 ~ 38.89%
B 73 von 252 ~ 28.97'%
Die Farbe #516249 wird in CMYK als (17,0,26,62) definiert.
CMYK: (17,0,26,62) C17M0Y26K62 (17%,0%,26%,62%) (0.17/0.00/0.26/0.62)
Farbe #516249 in den populären Farbmodellen.
51 | 62 | 49 | |
---|---|---|---|
RGB | 81 | 98 | 73 |
HSL | 101° | 14.62% | 33.53% |
HSB/HSV | 101° | 25.51% | 38.43% |
CMYK | 17.35% | 0.00% | 25.51% |
61.57% |
Die Farbe #516249 in den populären Zahlensystemen.
Hexadezimal | 51 | 62 | 49 |
Dezimal | 81 | 98 | 73 |
Binär | 1010001 | 1100010 | 1001001 |
Oktal | 121 | 142 | 111 |
Dunkle Töne der Farbe #516249
Helle Töne der Farbe #516249
Beispiele css- und html für Elemente in der Farbe #516249. Bitte benutzen Sie auch rgb(81,98,73) statt hex-Code.
.myTextColor { color: #516249; }
<p style="color:#516249">This sample text font color is #516249.</p>
Die Farbe dieses Textes ist #516249.
.myBgColor { background-color: #516249; }
<div style="background-color:#516249">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #516249.
.myBorderColor { border: 1px solid #516249; }
<div style="border:3px solid #516249">Div</div>
Die Grenzen von diesem div sind in Farbe #516249.
.myOpacity80 { color: #516249; opacity: 0.8; }
<p style="color:#516249;opacity:0.8;">80%</p>
Text in Farbe #516249 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #516249;}
<p style="text-shadow: 3px 3px 1px #516249">Text here.</p>
Dieser Text hat den Schatten in Farbe #516249.
.textShadow {text-shadow: 3px 3px 1px #516249', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #516249, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #516249 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#516249, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#516249, Direction=45, Strength=4)">Text</p>
This text has shadow with #516249 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #516249;
-webkit-box-shadow: 1px 1px 3px 2px #516249;
box-shadow: 1px 1px 3px 2px #516249;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #516249; -webkit-box-shadow: 1px 1px 3px 2px #516249; box-shadow:1px 1px 3px 2px #516249;">
Div content here
</div>
Dieser Text ist in der Farbe #516249 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #516249 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #516249.
Dieser Text ist weiß auf dem Hintergrund in Farbe #516249.
Kontrastfarbe für #hex ist #AE9DB6.