#48271e color RGB value is (4, 130, 113).
#48271e hex color red value is 4, green value is 130, and blue value is 113.
Cylindrical-coordinate representations (HSL) of color #48271e
hue: 171.9,
saturation: 0.94 and lightness: 0.26.
The process color (four-color CMYK) of #48271e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #48271e is #ff9999. Color #48271e contains mainly RED.
| Color spaces of #48271e | Value |
|---|---|
| RGB | 72, 39, 30 |
| HSL | 0.04, 0.41, 0.2 |
| HSV | 13°, 58°, 28° |
| XYZ | 3.63, 2.92, 1.6 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1001000 | 100111 | 11110 |
| Octal | 110 | 47 | 36 |
| Decimal | 72 | 39 | 30 |
| Hex | 48 | 27 | 1E |
Shades of #48271e
Tints of #48271e
.mybgColor {background-color: #48271e;}
.myforeColor {color: #48271e;}
.myborderColor {border:3px solid #48271e;}
<p style="color:#48271e">Text here</p>
This sample text is styled with the font color #48271e. 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:#48271e">Div content here</div>
<div style="border:3px solid #48271e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(72, 39, 30, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #48271e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #48271e;
-webkit-box-shadow: 1px 1px 3px #48271e;
box-shadow: 1px 1px 3px #48271e; }
<p style="text-shadow: 4px 4px 2px rgba(72, 39, 30, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #48271e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #48271e;
-webkit-box-shadow: 1px 1px 3px #48271e;
box-shadow: 1px 1px 3px #48271e;">Div content here</div>
