Color Hex Logo

#70493e Color Hex

#70493E
(112,73,62)
0 Favorites   0 Comments

Color spaces of #70493e

RGB 1127362
HSL0.040.290.34
HSV13°45°44°
CMYK 0.000.350.45   0.56
XYZ9.93418.55765.6856
Yxy8.55760.41090.3540
Hunter Lab29.25349.42318.9539
CIE-Lab35.118215.186113.3806

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 00111110
Octal 160 111 76
Decimal 112 73 62
Hex 70 49 3E

RGB Percentages of Color #70493e

%45.34
%29.55
%25.10

CMYK Percentages of Color #70493e

%0
%35
%45
%56

Triadic Colors of #70493e

#70493e #3e7049 #493e70

Analogous Colors of #70493e

#70493e #70623e #703e4c

Monochromatic Colors of #70493e

#70493e

Complementary Color

#70493e #3e6570

#70493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70493e Color CSS Codes

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

#70493e Text Font Color

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

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


#70493e Background Color

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

This div background color is #70493e


#70493e Border Color

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

This div border color is #70493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70493e


Comments

No comments written yet.

Please login to write comment.