HEX: #516333
RGB: (81,99,51)
#516333 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #516333 ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #516333 wird in RGB als (81,99,51) definiert.
RGB: (81,99,51)
(32%, 39%, 20%)
R 81 von 255 = 32%
G 99 von 255 = 39%
B 51 von 255 = 20%
R + G + B ~ 30%. #516333 ziemlich dunkle Farbe.
R + G + B = 81 + 99 + 51 = 231 (100%)
R 81 von 231 ~ 35.06%
G 99 von 231 ~ 42.86%
B 51 von 231 ~ 22.08'%
Die Farbe #516333 wird in CMYK als (18,0,48,61) definiert.
CMYK: (18,0,48,61) C18M0Y48K61 (18%,0%,48%,61%) (0.18/0.00/0.48/0.61)
Farbe #516333 in den populären Farbmodellen.
51 | 63 | 33 | |
---|---|---|---|
RGB | 81 | 99 | 51 |
HSL | 83° | 32.00% | 29.41% |
HSB/HSV | 83° | 48.48% | 38.82% |
CMYK | 18.18% | 0.00% | 48.48% |
61.18% |
Die Farbe #516333 in den populären Zahlensystemen.
Hexadezimal | 51 | 63 | 33 |
Dezimal | 81 | 99 | 51 |
Binär | 1010001 | 1100011 | 110011 |
Oktal | 121 | 143 | 63 |
Dunkle Töne der Farbe #516333
Helle Töne der Farbe #516333
Beispiele css- und html für Elemente in der Farbe #516333. Bitte benutzen Sie auch rgb(81,99,51) statt hex-Code.
.myTextColor { color: #516333; }
<p style="color:#516333">This sample text font color is #516333.</p>
Die Farbe dieses Textes ist #516333.
.myBgColor { background-color: #516333; }
<div style="background-color:#516333">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #516333.
.myBorderColor { border: 1px solid #516333; }
<div style="border:3px solid #516333">Div</div>
Die Grenzen von diesem div sind in Farbe #516333.
.myOpacity80 { color: #516333; opacity: 0.8; }
<p style="color:#516333;opacity:0.8;">80%</p>
Text in Farbe #516333 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #516333;}
<p style="text-shadow: 3px 3px 1px #516333">Text here.</p>
Dieser Text hat den Schatten in Farbe #516333.
.textShadow {text-shadow: 3px 3px 1px #516333', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #516333, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #516333 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#516333, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#516333, Direction=45, Strength=4)">Text</p>
This text has shadow with #516333 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #516333;
-webkit-box-shadow: 1px 1px 3px 2px #516333;
box-shadow: 1px 1px 3px 2px #516333;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #516333; -webkit-box-shadow: 1px 1px 3px 2px #516333; box-shadow:1px 1px 3px 2px #516333;">
Div content here
</div>
Dieser Text ist in der Farbe #516333 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #516333 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #516333.
Dieser Text ist weiß auf dem Hintergrund in Farbe #516333.
Kontrastfarbe für #hex ist #AE9CCC.