Color Hex Logo

#706a0f Color Hex

#706A0F
(112,106,15)
0 Favorites   0 Comments

Color spaces of #706a0f

RGB 11210615
HSL0.160.760.25
HSV56°87°44°
CMYK 0.000.050.87   0.56
XYZ11.922313.78732.4848
Yxy13.78730.42290.4890
Hunter Lab37.1313-7.666022.0242
CIE-Lab43.9263-8.013046.5920

#706a0f color RGB value is (112,106,15).

#706a0f hex color red value is 112, green value is 106 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #706a0f hue: 0.16 , saturation: 0.76 and the lightness value of 706a0f is 0.25.

The process color (four color CMYK) of #706a0f color hex is 0.00, 0.05, 0.87, 0.56. Web safe color of #706a0f is #666600. Color #706a0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101010 00001111
Octal 160 152 17
Decimal 112 106 15
Hex 70 6A F

RGB Percentages of Color #706a0f

%48.07
%45.49
%6.44

CMYK Percentages of Color #706a0f

%0
%5
%87
%56

Triadic Colors of #706a0f

#706a0f #0f706a #6a0f70

Analogous Colors of #706a0f

#706a0f #46700f #703a0f

Monochromatic Colors of #706a0f

#706a0f

Complementary Color

#706a0f #0f1570

#706a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#706a0f Color CSS Codes

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

#706a0f Text Font Color

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

This sample text font color is #706a0f
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.


#706a0f Background Color

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

This div background color is #706a0f


#706a0f Border Color

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

This div border color is #706a0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,106,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706a0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706a0f;
  -webkit-box-shadow: 1px 1px 3px 2px #706a0f;
  box-shadow:         1px 1px 3px 2px #706a0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706a0f


Comments

No comments written yet.

Please login to write comment.