HEX: #52497E
RGB: (82,73,126)
#52497E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #52497E ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #52497E wird in RGB als (82,73,126) definiert.
RGB: (82,73,126)
(32%, 29%, 49%)
R 82 von 255 = 32%
G 73 von 255 = 29%
B 126 von 255 = 49%
R + G + B ~ 37%. #52497E ziemlich dunkle Farbe.
R + G + B = 82 + 73 + 126 = 281 (100%)
R 82 von 281 ~ 29.18%
G 73 von 281 ~ 25.98%
B 126 von 281 ~ 44.84'%
Die Farbe #52497E wird in CMYK als (35,42,0,51) definiert.
CMYK: (35,42,0,51)
C35M42Y0K51 (35%, 42%, 0%, 51%)
(0.35 / 0.42 / 0.00 / 0.51)
Farbe #52497E in den populären Farbmodellen.
52 | 49 | 7E | |
---|---|---|---|
RGB | 82 | 73 | 126 |
HSL | 250° | 26.63% | 39.02% |
HSB/HSV | 250° | 42.06% | 49.41% |
CMYK | 34.92% | 42.06% | 0.00% |
50.59% |
Die Farbe #52497E in den populären Zahlensystemen.
Hexadezimal | 52 | 49 | 7E |
Dezimal | 82 | 73 | 126 |
Binär | 1010010 | 1001001 | 1111110 |
Oktal | 122 | 111 | 176 |
Dunkle Töne der Farbe #52497E
Helle Töne der Farbe #52497E
Beispiele css- und html für Elemente in der Farbe #52497E. Bitte benutzen Sie auch rgb(82,73,126) statt hex-Code.
.myTextColor { color: #52497E; }
<p style="color:#52497E">This sample text font color is #52497E.</p>
Die Farbe dieses Textes ist #52497E.
.myBgColor { background-color: #52497E; }
<div style="background-color:#52497E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #52497E.
.myBorderColor { border: 1px solid #52497E; }
<div style="border:3px solid #52497E">Div</div>
Die Grenzen von diesem div sind in Farbe #52497E.
.myOpacity80 { color: #52497E; opacity: 0.8; }
<p style="color:#52497E;opacity:0.8;">80%</p>
Text in Farbe #52497E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52497E;}
<p style="text-shadow: 3px 3px 1px #52497E">Text here.</p>
Dieser Text hat den Schatten in Farbe #52497E.
.textShadow {text-shadow: 3px 3px 1px #52497E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52497E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #52497E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52497E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52497E, Direction=45, Strength=4)">Text</p>
This text has shadow with #52497E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52497E;
-webkit-box-shadow: 1px 1px 3px 2px #52497E;
box-shadow: 1px 1px 3px 2px #52497E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52497E; -webkit-box-shadow: 1px 1px 3px 2px #52497E; box-shadow:1px 1px 3px 2px #52497E;">
Div content here
</div>
Dieser Text ist in der Farbe #52497E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #52497E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #52497E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #52497E.
Kontrastfarbe für #hex ist #ADB681.