Color Hex Logo

#70392a Color Hex

#70392A
(112,57,42)
0 Favorites   0 Comments

Color spaces of #70392a

RGB 1125742
HSL0.040.450.30
HSV13°63°44°
CMYK 0.000.490.63   0.56
XYZ8.56316.53823.0012
Yxy6.53820.47300.3612
Hunter Lab25.569915.030510.9399
CIE-Lab30.731622.718320.1572

#70392a color RGB value is (112,57,42).

#70392a hex color red value is 112, green value is 57 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #70392a hue: 0.04 , saturation: 0.45 and the lightness value of 70392a is 0.30.

The process color (four color CMYK) of #70392a color hex is 0.00, 0.49, 0.63, 0.56. Web safe color of #70392a is #663333. Color #70392a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 00101010
Octal 160 71 52
Decimal 112 57 42
Hex 70 39 2A

RGB Percentages of Color #70392a

%53.08
%27.01
%19.91

CMYK Percentages of Color #70392a

%0
%49
%63
%56

Triadic Colors of #70392a

#70392a #2a7039 #392a70

Analogous Colors of #70392a

#70392a #705c2a #702a3e

Monochromatic Colors of #70392a

#70392a

Complementary Color

#70392a #2a6170

#70392a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70392a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70392a Color CSS Codes

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

#70392a Text Font Color

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

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


#70392a Background Color

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

This div background color is #70392a


#70392a Border Color

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

This div border color is #70392a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,57,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70392a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70392a;
  -webkit-box-shadow: 1px 1px 3px 2px #70392a;
  box-shadow:         1px 1px 3px 2px #70392a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70392a


Comments

No comments written yet.

Please login to write comment.