HEX: #52737D
RGB: (82,115,125)
#52737D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #52737D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #52737D wird in RGB als (82,115,125) definiert.
RGB: (82,115,125) (32%,45%,49%)
R 82 von 255 = 32%
G 115 von 255 = 45%
B 125 von 255 = 49%
R + G + B ~ 42%. #52737D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
82 + 115 + 125 = 322 (100%)
R 82 von 322 ~ 25.47%
G 115 von 322 ~ 35.71%
B 125 von 322 ~ 38.82%
Die Farbe #52737D wird in CMYK als (34,8,0,51) definiert.
CMYK: (34,8,0,51) C34M8Y0K51 (34%,8%,0%,51%) (0.34/0.08/0.00/0.51)
52 | 73 | 7D | |
---|---|---|---|
RGB | 82 | 115 | 125 |
HSL | 194° | 20.77% | 40.59% |
HSB/HSV | 194° | 34.40% | 49.02% |
CMYK | 34.40% | 8.00% | 0.00% |
50.98% |
Hexadezimal | 52 | 73 | 7D |
Dezimal | 82 | 115 | 125 |
Binär | 1010010 | 1110011 | 1111101 |
Oktal | 122 | 163 | 175 |
Beispiele css- und html für Elemente in der Farbe #52737D. Bitte benutzen Sie auch rgb(82,115,125) statt hex-Code.
.myTextColor { color: #52737D; }
<p style="color:#52737D">This sample text font color is #52737D.</p>
Die Farbe dieses Textes ist #52737D.
.myBgColor { background-color: #52737D; }
<div style="background-color:#52737D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #52737D.
.myBorderColor { border: 1px solid #52737D; }
<div style="border:3px solid #52737D">Div</div>
Die Grenzen von diesem div sind in Farbe #52737D.
.myOpacity80 { color: #52737D; opacity: 0.8; }
<p style="color:#52737D;opacity:0.8;">80%</p>
Text in Farbe #52737D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52737D;}
<p style="text-shadow: 3px 3px 1px #52737D">Text here.</p>
Dieser Text hat den Schatten in Farbe #52737D.
.textShadow {text-shadow: 3px 3px 1px #52737D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52737D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #52737D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52737D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52737D, Direction=45, Strength=4)">Text</p>
This text has shadow with #52737D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52737D; -webkit-box-shadow: 1px 1px 3px 2px #52737D; box-shadow: 1px 1px 3px 2px #52737D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #52737D; -webkit-box-shadow: 1px 1px 3px 2px #52737D; box-shadow:1px 1px 3px 2px #52737D;">
Div content here</div>
Dieser Text ist in der Farbe #52737D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #52737D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #52737D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #52737D.