Color Hex Logo

#70490f Color Hex

#70490F
(112,73,15)
0 Favorites   0 Comments

Color spaces of #70490f

RGB 1127315
HSL0.100.760.25
HSV36°87°44°
CMYK 0.000.350.87   0.56
XYZ9.15098.24431.5609
Yxy8.24430.48270.4349
Hunter Lab28.71296.641016.8759
CIE-Lab34.486611.548838.4609

#70490f color RGB value is (112,73,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 00001111
Octal 160 111 17
Decimal 112 73 15
Hex 70 49 F

RGB Percentages of Color #70490f

%56.00
%36.50
%7.50

CMYK Percentages of Color #70490f

%0
%35
%87
%56

Triadic Colors of #70490f

#70490f #0f7049 #490f70

Analogous Colors of #70490f

#70490f #67700f #70190f

Monochromatic Colors of #70490f

#70490f

Complementary Color

#70490f #0f3670

#70490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70490f Color CSS Codes

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

#70490f Text Font Color

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

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


#70490f Background Color

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

This div background color is #70490f


#70490f Border Color

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

This div border color is #70490f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70490f


Comments

No comments written yet.

Please login to write comment.