Color Hex Logo

#705716 Color Hex

#705716
(112,87,22)
0 Favorites   0 Comments

Color spaces of #705716

RGB 1128722
HSL0.120.670.26
HSV43°80°44°
CMYK 0.000.220.80   0.56
XYZ10.235110.31912.2114
Yxy10.31910.44960.4533
Hunter Lab32.12340.657618.4048
CIE-Lab38.40913.356039.2416

#705716 color RGB value is (112,87,22).

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

The process color (four color CMYK) of #705716 color hex is 0.00, 0.22, 0.80, 0.56. Web safe color of #705716 is #666600. Color #705716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 00010110
Octal 160 127 26
Decimal 112 87 22
Hex 70 57 16

RGB Percentages of Color #705716

%50.68
%39.37
%9.95

CMYK Percentages of Color #705716

%0
%22
%80
%56

Triadic Colors of #705716

#705716 #167057 #571670

Analogous Colors of #705716

#705716 #5c7016 #702a16

Monochromatic Colors of #705716

#705716

Complementary Color

#705716 #162f70

#705716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705716 Color CSS Codes

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

#705716 Text Font Color

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

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


#705716 Background Color

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

This div background color is #705716


#705716 Border Color

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

This div border color is #705716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705716


Comments

No comments written yet.

Please login to write comment.