Color Hex Logo

#706116 Color Hex

#706116
(112,97,22)
0 Favorites   0 Comments

Color spaces of #706116

RGB 1129722
HSL0.140.670.26
HSV50°80°44°
CMYK 0.000.130.80   0.56
XYZ11.101612.05212.5002
Yxy12.05210.43270.4698
Hunter Lab34.7161-3.672120.0313
CIE-Lab41.2988-2.567641.9448

#706116 color RGB value is (112,97,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 00010110
Octal 160 141 26
Decimal 112 97 22
Hex 70 61 16

RGB Percentages of Color #706116

%48.48
%41.99
%9.52

CMYK Percentages of Color #706116

%0
%13
%80
%56

Triadic Colors of #706116

#706116 #167061 #611670

Analogous Colors of #706116

#706116 #527016 #703416

Monochromatic Colors of #706116

#706116

Complementary Color

#706116 #162570

#706116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706116 Color CSS Codes

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

#706116 Text Font Color

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

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


#706116 Background Color

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

This div background color is #706116


#706116 Border Color

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

This div border color is #706116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706116


Comments

No comments written yet.

Please login to write comment.