#080b0e color RGB value is (0, 128, 176).
#080b0e hex color red value is 0, green value is 128, and blue value is 176.
Cylindrical-coordinate representations (HSL) of color #080b0e
hue: 196.36,
saturation: 1 and lightness: 0.35.
The process color (four-color CMYK) of #080b0e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #080b0e is #ff9999. Color #080b0e contains mainly RED.
| Color spaces of #080b0e | Value |
|---|---|
| RGB | 8, 11, 14 |
| HSL | 0.58, 0.27, 0.04 |
| HSV | 210°, 43°, 5° |
| XYZ | 0.3, 0.32, 0.46 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1000 | 1011 | 1110 |
| Octal | 10 | 13 | 16 |
| Decimal | 8 | 11 | 14 |
| Hex | 8 | B | E |
Shades of #080b0e
Tints of #080b0e
.mybgColor {background-color: #080b0e;}
.myforeColor {color: #080b0e;}
.myborderColor {border:3px solid #080b0e;}
<p style="color:#080b0e">Text here</p>
This sample text is styled with the font color #080b0e. 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:#080b0e">Div content here</div>
<div style="border:3px solid #080b0e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(8, 11, 14, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #080b0e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #080b0e;
-webkit-box-shadow: 1px 1px 3px #080b0e;
box-shadow: 1px 1px 3px #080b0e; }
<p style="text-shadow: 4px 4px 2px rgba(8, 11, 14, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #080b0e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #080b0e;
-webkit-box-shadow: 1px 1px 3px #080b0e;
box-shadow: 1px 1px 3px #080b0e;">Div content here</div>
