Color Hex Logo

#705010 Color Hex

#705010
(112,80,16)
0 Favorites   0 Comments

Color spaces of #705010

RGB 1128016
HSL0.110.750.25
HSV40°86°44°
CMYK 0.000.290.86   0.56
XYZ9.64439.21951.7614
Yxy9.21950.46760.4470
Hunter Lab30.36363.560017.8151
CIE-Lab36.40357.332939.7689

#705010 color RGB value is (112,80,16).

#705010 hex color red value is 112, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #705010 hue: 0.11 , saturation: 0.75 and the lightness value of 705010 is 0.25.

The process color (four color CMYK) of #705010 color hex is 0.00, 0.29, 0.86, 0.56. Web safe color of #705010 is #666600. Color #705010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010000 00010000
Octal 160 120 20
Decimal 112 80 16
Hex 70 50 10

RGB Percentages of Color #705010

%53.85
%38.46
%7.69

CMYK Percentages of Color #705010

%0
%29
%86
%56

Triadic Colors of #705010

#705010 #107050 #501070

Analogous Colors of #705010

#705010 #607010 #702010

Monochromatic Colors of #705010

#705010

Complementary Color

#705010 #103070

#705010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705010 Color CSS Codes

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

#705010 Text Font Color

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

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


#705010 Background Color

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

This div background color is #705010


#705010 Border Color

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

This div border color is #705010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705010


Comments

No comments written yet.

Please login to write comment.