Color Hex Logo

#706160 Color Hex

#706160
(112,97,96)
0 Favorites   0 Comments

Color spaces of #706160

RGB 1129796
HSL0.010.080.41
HSV14°44°
CMYK 0.000.130.14   0.56
XYZ13.068112.838712.8557
Yxy12.83870.33710.3312
Hunter Lab35.83112.39693.8094
CIE-Lab42.51925.82642.7787

#706160 color RGB value is (112,97,96).

#706160 hex color red value is 112, green value is 97 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #706160 hue: 0.01 , saturation: 0.08 and the lightness value of 706160 is 0.41.

The process color (four color CMYK) of #706160 color hex is 0.00, 0.13, 0.14, 0.56. Web safe color of #706160 is #666666. Color #706160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 01100000
Octal 160 141 140
Decimal 112 97 96
Hex 70 61 60

RGB Percentages of Color #706160

%36.72
%31.80
%31.48

CMYK Percentages of Color #706160

%0
%13
%14
%56

Triadic Colors of #706160

#706160 #607061 #616070

Analogous Colors of #706160

#706160 #706960 #706067

Monochromatic Colors of #706160

#706160

Complementary Color

#706160 #606f70

#706160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706160 Color CSS Codes

.mybgcolor {background-color:#706160; } 
.myforecolor {color:#706160; }
.mybordercolor {border:3px solid #706160; }

#706160 Text Font Color

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

This sample text font color is #706160
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#706160 Background Color

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

This div background color is #706160


#706160 Border Color

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

This div border color 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 2px #706160;
  -webkit-box-shadow: 1px 1px 3px 2px #706160;
  box-shadow:         1px 1px 3px 2px #706160; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,97,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #706160">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706160


Comments

No comments written yet.

Please login to write comment.