#620028 color RGB value is (6, 32, 2).
#620028 hex color red value is 6, green value is 32, and blue value is 2.
Cylindrical-coordinate representations (HSL) of color #620028
hue: 112,
saturation: 0.88 and lightness: 0.07.
The process color (four-color CMYK) of #620028 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #620028 is #ff9999. Color #620028 contains mainly RED.
| Color spaces of #620028 | Value |
|---|---|
| RGB | 98, 0, 40 |
| HSL | 0.93, 1, 0.19 |
| HSV | 336°, 100°, 38° |
| XYZ | 5.42, 2.75, 2.25 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1100010 | 0 | 101000 |
| Octal | 142 | 0 | 50 |
| Decimal | 98 | 0 | 40 |
| Hex | 62 | 0 | 28 |
Shades of #620028
Tints of #620028
.mybgColor {background-color: #620028;}
.myforeColor {color: #620028;}
.myborderColor {border:3px solid #620028;}
<p style="color:#620028">Text here</p>
This sample text is styled with the font color #620028. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#620028">Div content here</div>
<div style="border:3px solid #620028">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(98, 0, 40, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #620028; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #620028;
-webkit-box-shadow: 1px 1px 3px #620028;
box-shadow: 1px 1px 3px #620028; }
<p style="text-shadow: 4px 4px 2px rgba(98, 0, 40, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #620028;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #620028;
-webkit-box-shadow: 1px 1px 3px #620028;
box-shadow: 1px 1px 3px #620028;">Div content here</div>
