Color Hex Logo

#705617 Color Hex

#705617
(112,86,23)
0 Favorites   0 Comments

Color spaces of #705617

RGB 1128623
HSL0.120.660.26
HSV42°79°44°
CMYK 0.000.230.79   0.56
XYZ10.164510.16222.2364
Yxy10.16220.45050.4504
Hunter Lab31.87821.128618.1553
CIE-Lab38.13204.002538.5588

#705617 color RGB value is (112,86,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 00010111
Octal 160 126 27
Decimal 112 86 23
Hex 70 56 17

RGB Percentages of Color #705617

%50.68
%38.91
%10.41

CMYK Percentages of Color #705617

%0
%23
%79
%56

Triadic Colors of #705617

#705617 #177056 #561770

Analogous Colors of #705617

#705617 #5e7017 #702a17

Monochromatic Colors of #705617

#705617

Complementary Color

#705617 #173170

#705617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705617 Color CSS Codes

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

#705617 Text Font Color

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

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


#705617 Background Color

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

This div background color is #705617


#705617 Border Color

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

This div border color is #705617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705617


Comments

No comments written yet.

Please login to write comment.