#1b2126 color RGB value is (1, 178, 18).
#1b2126 hex color red value is 1, green value is 178, and blue value is 18.
Cylindrical-coordinate representations (HSL) of color #1b2126
hue: 125.76,
saturation: 0.99 and lightness: 0.35.
The process color (four-color CMYK) of #1b2126 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #1b2126 is #ff9999. Color #1b2126 contains mainly RED.
| Color spaces of #1b2126 | Value |
|---|---|
| RGB | 27, 33, 38 |
| HSL | 0.58, 0.17, 0.13 |
| HSV | 207°, 29°, 15° |
| XYZ | 1.35, 1.46, 2.04 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011 | 100001 | 100110 |
| Octal | 33 | 41 | 46 |
| Decimal | 27 | 33 | 38 |
| Hex | 1B | 21 | 26 |
Shades of #1b2126
Tints of #1b2126
.mybgColor {background-color: #1b2126;}
.myforeColor {color: #1b2126;}
.myborderColor {border:3px solid #1b2126;}
<p style="color:#1b2126">Text here</p>
This sample text is styled with the font color #1b2126. 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:#1b2126">Div content here</div>
<div style="border:3px solid #1b2126">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(27, 33, 38, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #1b2126; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #1b2126;
-webkit-box-shadow: 1px 1px 3px #1b2126;
box-shadow: 1px 1px 3px #1b2126; }
<p style="text-shadow: 4px 4px 2px rgba(27, 33, 38, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #1b2126;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #1b2126;
-webkit-box-shadow: 1px 1px 3px #1b2126;
box-shadow: 1px 1px 3px #1b2126;">Div content here</div>
