Color Hex Logo

#703e0a Color Hex

#703E0A
(112,62,10)
0 Favorites   0 Comments

Color spaces of #703e0a

RGB 1126210
HSL0.080.840.24
HSV31°91°44°
CMYK 0.000.450.91   0.56
XYZ8.45956.91191.1754
Yxy6.91190.51120.4177
Hunter Lab26.290511.427615.7526
CIE-Lab31.605518.043937.8768

#703e0a color RGB value is (112,62,10).

#703e0a hex color red value is 112, green value is 62 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #703e0a hue: 0.08 , saturation: 0.84 and the lightness value of 703e0a is 0.24.

The process color (four color CMYK) of #703e0a color hex is 0.00, 0.45, 0.91, 0.56. Web safe color of #703e0a is #663300. Color #703e0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111110 00001010
Octal 160 76 12
Decimal 112 62 10
Hex 70 3E A

RGB Percentages of Color #703e0a

%60.87
%33.70
%5.43

CMYK Percentages of Color #703e0a

%0
%45
%91
%56

Triadic Colors of #703e0a

#703e0a #0a703e #3e0a70

Analogous Colors of #703e0a

#703e0a #6f700a #700b0a

Monochromatic Colors of #703e0a

#703e0a

Complementary Color

#703e0a #0a3c70

#703e0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703e0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#703e0a Color CSS Codes

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

#703e0a Text Font Color

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

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


#703e0a Background Color

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

This div background color is #703e0a


#703e0a Border Color

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

This div border color is #703e0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703e0a


Comments

No comments written yet.

Please login to write comment.