Color Hex Logo

#70370a Color Hex

#70370A
(112,55,10)
0 Favorites   0 Comments

Color spaces of #70370a

RGB 1125510
HSL0.070.840.24
HSV26°91°44°
CMYK 0.000.510.91   0.56
XYZ8.10316.19901.0566
Yxy6.19900.52760.4036
Hunter Lab24.897814.522514.9123
CIE-Lab29.909122.176036.4943

#70370a color RGB value is (112,55,10).

#70370a hex color red value is 112, green value is 55 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #70370a hue: 0.07 , saturation: 0.84 and the lightness value of 70370a is 0.24.

The process color (four color CMYK) of #70370a color hex is 0.00, 0.51, 0.91, 0.56. Web safe color of #70370a is #663300. Color #70370a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110111 00001010
Octal 160 67 12
Decimal 112 55 10
Hex 70 37 A

RGB Percentages of Color #70370a

%63.28
%31.07
%5.65

CMYK Percentages of Color #70370a

%0
%51
%91
%56

Triadic Colors of #70370a

#70370a #0a7037 #370a70

Analogous Colors of #70370a

#70370a #706a0a #700a10

Monochromatic Colors of #70370a

#70370a

Complementary Color

#70370a #0a4370

#70370a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70370a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70370a Color CSS Codes

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

#70370a Text Font Color

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

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


#70370a Background Color

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

This div background color is #70370a


#70370a Border Color

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

This div border color is #70370a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70370a


Comments

No comments written yet.

Please login to write comment.