Color Hex Logo

#70703e Color Hex

#70703E
(112,112,62)
0 Favorites   0 Comments

Color spaces of #70703e

RGB 11211262
HSL0.170.290.34
HSV60°45°44°
CMYK 0.000.000.45   0.56
XYZ13.345815.38096.8228
Yxy15.38090.37540.4327
Hunter Lab39.2185-7.890017.1383
CIE-Lab46.1515-8.015027.7194

#70703e color RGB value is (112,112,62).

#70703e hex color red value is 112, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #70703e hue: 0.17 , saturation: 0.29 and the lightness value of 70703e is 0.34.

The process color (four color CMYK) of #70703e color hex is 0.00, 0.00, 0.45, 0.56. Web safe color of #70703e is #666633. Color #70703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110000 00111110
Octal 160 160 76
Decimal 112 112 62
Hex 70 70 3E

RGB Percentages of Color #70703e

%39.16
%39.16
%21.68

CMYK Percentages of Color #70703e

%0
%0
%45
%56

Triadic Colors of #70703e

#70703e #3e7070 #703e70

Analogous Colors of #70703e

#70703e #57703e #70573e

Monochromatic Colors of #70703e

#70703e

Complementary Color

#70703e #3e3e70

#70703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70703e Color CSS Codes

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

#70703e Text Font Color

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

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


#70703e Background Color

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

This div background color is #70703e


#70703e Border Color

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

This div border color is #70703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70703e


Comments

No comments written yet.

Please login to write comment.