Color Hex Logo

#705612 Color Hex

#705612
(112,86,18)
0 Favorites   0 Comments

Color spaces of #705612

RGB 1128618
HSL0.120.720.25
HSV43°84°44°
CMYK 0.000.230.84   0.56
XYZ10.119110.14401.9969
Yxy10.14400.45460.4557
Hunter Lab31.84960.975218.5774
CIE-Lab38.09963.788040.5326

#705612 color RGB value is (112,86,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 00010010
Octal 160 126 22
Decimal 112 86 18
Hex 70 56 12

RGB Percentages of Color #705612

%51.85
%39.81
%8.33

CMYK Percentages of Color #705612

%0
%23
%84
%56

Triadic Colors of #705612

#705612 #127056 #561270

Analogous Colors of #705612

#705612 #5b7012 #702712

Monochromatic Colors of #705612

#705612

Complementary Color

#705612 #122c70

#705612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705612 Color CSS Codes

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

#705612 Text Font Color

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

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


#705612 Background Color

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

This div background color is #705612


#705612 Border Color

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

This div border color is #705612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705612


Comments

No comments written yet.

Please login to write comment.