Color Hex Logo

#70370f Color Hex

#70370F
(112,55,15)
0 Favorites   0 Comments

Color spaces of #70370f

RGB 1125515
HSL0.070.760.25
HSV25°87°44°
CMYK 0.000.510.87   0.56
XYZ8.13456.21161.2222
Yxy6.21160.52250.3990
Hunter Lab24.923114.644214.5386
CIE-Lab29.940222.325934.4265

#70370f color RGB value is (112,55,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110111 00001111
Octal 160 67 17
Decimal 112 55 15
Hex 70 37 F

RGB Percentages of Color #70370f

%61.54
%30.22
%8.24

CMYK Percentages of Color #70370f

%0
%51
%87
%56

Triadic Colors of #70370f

#70370f #0f7037 #370f70

Analogous Colors of #70370f

#70370f #70680f #700f18

Monochromatic Colors of #70370f

#70370f

Complementary Color

#70370f #0f4870

#70370f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70370f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70370f Color CSS Codes

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

#70370f Text Font Color

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

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


#70370f Background Color

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

This div background color is #70370f


#70370f Border Color

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

This div border color is #70370f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70370f


Comments

No comments written yet.

Please login to write comment.