color details

Color Details
#704b01 Color Hex

#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
Color spaces of #704b01Value
RGB112, 75, 1
HSL0.11, 0.98, 0.22
HSV40°, 99°, 44°
XYZ9.2, 8.48, 1.18
Base Numbers
Base Red Green Blue
Binary 1110000 1001011 1
Octal 160 113 1
Decimal 112 75 1
Hex 70 4B 1

RGB Percentages for Color #704b01

59.57%
39.89%
0.53%

CMYK Percentages of the Color #704b01

33.04%
99.11%
56.08%
CSS Codes for Color #704b01
.mybgColor {background-color: #704b01;}
.myforeColor {color: #704b01;}
.myborderColor {border:3px solid #704b01;}
Text Font Color #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,

Background Color #704b01

<div style="background-color:#704b01">Div content here</div>

The background color of this div is #704b01
Border Color #704b01

<div style="border:3px solid #704b01">Div here</div>

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

<p style="text-shadow: 4px 4px 2px rgba(112, 75, 1, 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 #704b01;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #704b01

Scroll to Top