#704b01 color RGB value is (7, 4, 176).
#704b01 hex color red value is 7, green value is 4, and blue value is 176.
Cylindrical-coordinate representations (HSL) of color #704b01
hue: 241.05,
saturation: 0.96 and lightness: 0.35.
The process color (four-color CMYK) of #704b01 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #704b01 is #ff9999. Color #704b01 contains mainly RED.
| Color spaces of #704b01 | Value |
|---|---|
| RGB | 112, 75, 1 |
| HSL | 0.11, 0.98, 0.22 |
| HSV | 40°, 99°, 44° |
| XYZ | 9.2, 8.48, 1.18 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110000 | 1001011 | 1 |
| Octal | 160 | 113 | 1 |
| Decimal | 112 | 75 | 1 |
| Hex | 70 | 4B | 1 |
Shades of #704b01
Tints of #704b01
.mybgColor {background-color: #704b01;}
.myforeColor {color: #704b01;}
.myborderColor {border:3px solid #704b01;}
<p style="color:#704b01">Text here</p>
This sample text is styled with the font color #704b01. 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:#704b01">Div content here</div>
<div style="border:3px solid #704b01">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(112, 75, 1, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #704b01; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #704b01;
-webkit-box-shadow: 1px 1px 3px #704b01;
box-shadow: 1px 1px 3px #704b01; }
<p style="text-shadow: 4px 4px 2px rgba(112, 75, 1, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #704b01;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #704b01;
-webkit-box-shadow: 1px 1px 3px #704b01;
box-shadow: 1px 1px 3px #704b01;">Div content here</div>
