color details

Color Details
#1b2126 Color Hex

#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
Color spaces of #1b2126Value
RGB27, 33, 38
HSL0.58, 0.17, 0.13
HSV207°, 29°, 15°
XYZ1.35, 1.46, 2.04
Base Numbers
Base Red Green Blue
Binary 11011 100001 100110
Octal 33 41 46
Decimal 27 33 38
Hex 1B 21 26

RGB Percentages for Color #1b2126

27.55%
33.67%
38.78%

CMYK Percentages of the Color #1b2126

28.95%
13.16%
85.1%
CSS Codes for Color #1b2126
.mybgColor {background-color: #1b2126;}
.myforeColor {color: #1b2126;}
.myborderColor {border:3px solid #1b2126;}
Text Font Color #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,

Background Color #1b2126

<div style="background-color:#1b2126">Div content here</div>

The background color of this div is #1b2126
Border Color #1b2126

<div style="border:3px solid #1b2126">Div here</div>

The border color of this div is #1b2126
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27, 33, 38, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #1b2126;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #1b2126

Scroll to Top