Color Hex Logo

#70411c Color Hex

#70411C
(112,65,28)
0 Favorites   0 Comments

Color spaces of #70411c

RGB 1126528
HSL0.070.600.27
HSV26°75°44°
CMYK 0.000.420.75   0.56
XYZ8.78207.30922.0466
Yxy7.30920.48420.4030
Hunter Lab27.035510.670314.4366
CIE-Lab32.500716.986930.4452

#70411c color RGB value is (112,65,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000001 00011100
Octal 160 101 34
Decimal 112 65 28
Hex 70 41 1C

RGB Percentages of Color #70411c

%54.63
%31.71
%13.66

CMYK Percentages of Color #70411c

%0
%42
%75
%56

Triadic Colors of #70411c

#70411c #1c7041 #411c70

Analogous Colors of #70411c

#70411c #706b1c #701c21

Monochromatic Colors of #70411c

#70411c

Complementary Color

#70411c #1c4b70

#70411c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70411c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70411c Color CSS Codes

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

#70411c Text Font Color

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

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


#70411c Background Color

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

This div background color is #70411c


#70411c Border Color

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

This div border color is #70411c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70411c


Comments

No comments written yet.

Please login to write comment.