#484c3f color RGB value is (4, 132, 195).
#484c3f hex color red value is 4, green value is 132, and blue value is 195.
Cylindrical-coordinate representations (HSL) of color #484c3f
hue: 199.79,
saturation: 0.96 and lightness: 0.39.
The process color (four-color CMYK) of #484c3f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #484c3f is #ff9999. Color #484c3f contains mainly RED.
| Color spaces of #484c3f | Value |
|---|---|
| RGB | 72, 76, 63 |
| HSL | 0.22, 0.09, 0.27 |
| HSV | 78°, 17°, 30° |
| XYZ | 6.15, 6.91, 5.71 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1001000 | 1001100 | 111111 |
| Octal | 110 | 114 | 77 |
| Decimal | 72 | 76 | 63 |
| Hex | 48 | 4C | 3F |
Shades of #484c3f
Tints of #484c3f
.mybgColor {background-color: #484c3f;}
.myforeColor {color: #484c3f;}
.myborderColor {border:3px solid #484c3f;}
<p style="color:#484c3f">Text here</p>
This sample text is styled with the font color #484c3f. 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:#484c3f">Div content here</div>
<div style="border:3px solid #484c3f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(72, 76, 63, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #484c3f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #484c3f;
-webkit-box-shadow: 1px 1px 3px #484c3f;
box-shadow: 1px 1px 3px #484c3f; }
<p style="text-shadow: 4px 4px 2px rgba(72, 76, 63, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #484c3f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #484c3f;
-webkit-box-shadow: 1px 1px 3px #484c3f;
box-shadow: 1px 1px 3px #484c3f;">Div content here</div>
