Color Hex Logo

#704707 Color Hex

#704707
(112,71,7)
0 Favorites   0 Comments

Color spaces of #704707

RGB 112717
HSL0.100.880.23
HSV37°94°44°
CMYK 0.000.370.94   0.56
XYZ8.97377.96661.2657
Yxy7.96660.49290.4376
Hunter Lab28.22527.356917.0989
CIE-Lab33.913212.531340.7515

#704707 color RGB value is (112,71,7).

#704707 hex color red value is 112, green value is 71 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #704707 hue: 0.10 , saturation: 0.88 and the lightness value of 704707 is 0.23.

The process color (four color CMYK) of #704707 color hex is 0.00, 0.37, 0.94, 0.56. Web safe color of #704707 is #663300. Color #704707 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000111 00000111
Octal 160 107 7
Decimal 112 71 7
Hex 70 47 7

RGB Percentages of Color #704707

%58.95
%37.37
%3.68

CMYK Percentages of Color #704707

%0
%37
%94
%56

Triadic Colors of #704707

#704707 #077047 #470770

Analogous Colors of #704707

#704707 #657007 #701307

Monochromatic Colors of #704707

#704707

Complementary Color

#704707 #073070

#704707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704707 Color CSS Codes

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

#704707 Text Font Color

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

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


#704707 Background Color

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

This div background color is #704707


#704707 Border Color

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

This div border color is #704707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704707


Comments

No comments written yet.

Please login to write comment.