Color Hex Logo

#706712 Color Hex

#706712
(112,103,18)
0 Favorites   0 Comments

Color spaces of #706712

RGB 11210318
HSL0.150.720.25
HSV54°84°44°
CMYK 0.000.080.84   0.56
XYZ11.641513.18892.5044
Yxy13.18890.42590.4825
Hunter Lab36.3165-6.334621.3329
CIE-Lab43.0465-6.201244.9263

#706712 color RGB value is (112,103,18).

#706712 hex color red value is 112, green value is 103 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #706712 hue: 0.15 , saturation: 0.72 and the lightness value of 706712 is 0.25.

The process color (four color CMYK) of #706712 color hex is 0.00, 0.08, 0.84, 0.56. Web safe color of #706712 is #666600. Color #706712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100111 00010010
Octal 160 147 22
Decimal 112 103 18
Hex 70 67 12

RGB Percentages of Color #706712

%48.07
%44.21
%7.73

CMYK Percentages of Color #706712

%0
%8
%84
%56

Triadic Colors of #706712

#706712 #127067 #671270

Analogous Colors of #706712

#706712 #4a7012 #703812

Monochromatic Colors of #706712

#706712

Complementary Color

#706712 #121b70

#706712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706712 Color CSS Codes

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

#706712 Text Font Color

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

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


#706712 Background Color

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

This div background color is #706712


#706712 Border Color

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

This div border color is #706712


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,103,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706712; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706712;
  -webkit-box-shadow: 1px 1px 3px 2px #706712;
  box-shadow:         1px 1px 3px 2px #706712; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706712


Comments

No comments written yet.

Please login to write comment.