HEX: #82595B
RGB: (130,89,91)
#82595B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #82595B ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #82595B wird in RGB als (130,89,91) definiert.
RGB: (130,89,91) (51%,35%,36%)
R 130 von 255 = 51%
G 89 von 255 = 35%
B 91 von 255 = 36%
R + G + B ~ 41%. #82595B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
130 + 89 + 91 = 310 (100%)
R 130 von 310 ~ 41.94%
G 89 von 310 ~ 28.71%
B 91 von 310 ~ 29.35%
Die Farbe #82595B wird in CMYK als (0,32,30,49) definiert.
CMYK: (0,32,30,49) C0M32Y30K49 (0%,32%,30%,49%) (0.00/0.32/0.30/0.49)
82 | 59 | 5B | |
---|---|---|---|
RGB | 130 | 89 | 91 |
HSL | 357° | 18.72% | 42.94% |
HSB/HSV | 357° | 31.54% | 50.98% |
CMYK | 0.00% | 31.54% | 30.00% |
49.02% |
Hexadezimal | 82 | 59 | 5B |
Dezimal | 130 | 89 | 91 |
Binär | 10000010 | 1011001 | 1011011 |
Oktal | 202 | 131 | 133 |
Beispiele css- und html für Elemente in der Farbe #82595B. Bitte benutzen Sie auch rgb(130,89,91) statt hex-Code.
.myTextColor { color: #82595B; }
<p style="color:#82595B">This sample text font color is #82595B.</p>
Die Farbe dieses Textes ist #82595B.
.myBgColor { background-color: #82595B; }
<div style="background-color:#82595B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #82595B.
.myBorderColor { border: 1px solid #82595B; }
<div style="border:3px solid #82595B">Div</div>
Die Grenzen von diesem div sind in Farbe #82595B.
.myOpacity80 { color: #82595B; opacity: 0.8; }
<p style="color:#82595B;opacity:0.8;">80%</p>
Text in Farbe #82595B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82595B;}
<p style="text-shadow: 3px 3px 1px #82595B">Text here.</p>
Dieser Text hat den Schatten in Farbe #82595B.
.textShadow {text-shadow: 3px 3px 1px #82595B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82595B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #82595B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82595B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82595B, Direction=45, Strength=4)">Text</p>
This text has shadow with #82595B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82595B; -webkit-box-shadow: 1px 1px 3px 2px #82595B; box-shadow: 1px 1px 3px 2px #82595B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #82595B; -webkit-box-shadow: 1px 1px 3px 2px #82595B; box-shadow:1px 1px 3px 2px #82595B;">
Div content here</div>
Dieser Text ist in der Farbe #82595B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #82595B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #82595B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #82595B.