Color Hex Logo

#70400f Color Hex

#70400F
(112,64,15)
0 Favorites   0 Comments

Color spaces of #70400f

RGB 1126415
HSL0.080.760.25
HSV30°87°44°
CMYK 0.000.430.87   0.56
XYZ8.60177.14601.3779
Yxy7.14600.50230.4173
Hunter Lab26.732010.655915.6563
CIE-Lab32.137016.996936.3880

#70400f color RGB value is (112,64,15).

#70400f hex color red value is 112, green value is 64 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #70400f hue: 0.08 , saturation: 0.76 and the lightness value of 70400f is 0.25.

The process color (four color CMYK) of #70400f color hex is 0.00, 0.43, 0.87, 0.56. Web safe color of #70400f is #663300. Color #70400f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000000 00001111
Octal 160 100 17
Decimal 112 64 15
Hex 70 40 F

RGB Percentages of Color #70400f

%58.64
%33.51
%7.85

CMYK Percentages of Color #70400f

%0
%43
%87
%56

Triadic Colors of #70400f

#70400f #0f7040 #400f70

Analogous Colors of #70400f

#70400f #70700f #70100f

Monochromatic Colors of #70400f

#70400f

Complementary Color

#70400f #0f3f70

#70400f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70400f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70400f Color CSS Codes

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

#70400f Text Font Color

<p style="color:#70400f">Text here</p>

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


#70400f Background Color

<div style="background-color:#70400f">
Div content here</div>

This div background color is #70400f


#70400f Border Color

<div style="border:3px solid #70400f">
Div here</div>

This div border color is #70400f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,64,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70400f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70400f;
  -webkit-box-shadow: 1px 1px 3px 2px #70400f;
  box-shadow:         1px 1px 3px 2px #70400f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70400f


Comments

No comments written yet.

Please login to write comment.