Color Hex Logo

#70391c Color Hex

#70391C
(112,57,28)
0 Favorites   0 Comments

Color spaces of #70391c

RGB 1125728
HSL0.060.600.27
HSV21°75°44°
CMYK 0.000.490.75   0.56
XYZ8.35486.45481.9042
Yxy6.45480.49990.3862
Hunter Lab25.406314.238313.3406
CIE-Lab30.532121.746028.3141

#70391c color RGB value is (112,57,28).

#70391c hex color red value is 112, green value is 57 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #70391c hue: 0.06 , saturation: 0.60 and the lightness value of 70391c is 0.27.

The process color (four color CMYK) of #70391c color hex is 0.00, 0.49, 0.75, 0.56. Web safe color of #70391c is #663333. Color #70391c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 00011100
Octal 160 71 34
Decimal 112 57 28
Hex 70 39 1C

RGB Percentages of Color #70391c

%56.85
%28.93
%14.21

CMYK Percentages of Color #70391c

%0
%49
%75
%56

Triadic Colors of #70391c

#70391c #1c7039 #391c70

Analogous Colors of #70391c

#70391c #70631c #701c29

Monochromatic Colors of #70391c

#70391c

Complementary Color

#70391c #1c5370

#70391c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70391c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70391c Color CSS Codes

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

#70391c Text Font Color

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

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


#70391c Background Color

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

This div background color is #70391c


#70391c Border Color

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

This div border color is #70391c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70391c


Comments

No comments written yet.

Please login to write comment.