color details

Color Details
#706160 Color Hex

#706160 color RGB value is (7, 6, 22).
#706160 hex color red value is 7, green value is 6, and blue value is 22.
Cylindrical-coordinate representations (HSL) of color #706160 hue: 243.75, saturation: 0.57 and lightness: 0.05.

The process color (four-color CMYK) of #706160 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #706160 is #ff9999. Color #706160 contains mainly RED.

Color Spaces
Color spaces of #706160Value
RGB112, 97, 96
HSL0.01, 0.08, 0.41
HSV4°, 14°, 44°
XYZ13.07, 12.84, 12.85
Base Numbers
Base Red Green Blue
Binary 1110000 1100001 1100000
Octal 160 141 140
Decimal 112 97 96
Hex 70 61 60

RGB Percentages for Color #706160

36.72%
31.8%
31.48%

CMYK Percentages of the Color #706160

13.39%
14.29%
56.08%
CSS Codes for Color #706160
.mybgColor {background-color: #706160;}
.myforeColor {color: #706160;}
.myborderColor {border:3px solid #706160;}
Text Font Color #706160

<p style="color:#706160">Text here</p>

This sample text is styled with the font color #706160. 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 #706160

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

The background color of this div is #706160
Border Color #706160

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

The border color of this div is #706160
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(112, 97, 96, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #706160;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #706160;
-webkit-box-shadow: 1px 1px 3px #706160;
box-shadow: 1px 1px 3px #706160;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112, 97, 96, 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 #706160;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #706160; -webkit-box-shadow: 1px 1px 3px #706160; box-shadow: 1px 1px 3px #706160;">Div content here</div>

This div box has a shadow with a specified color. #706160

Scroll to Top