Color Hex Logo

#70870f Color Hex

#70870F
(112,135,15)
0 Favorites   0 Comments

Color spaces of #70870f

RGB 11213515
HSL0.200.800.29
HSV72°89°53°
CMYK 0.170.000.89   0.47
XYZ15.432320.80723.6548
Yxy20.80720.38680.5216
Hunter Lab45.6149-19.436527.1799
CIE-Lab52.7378-23.511253.9979

#70870f color RGB value is (112,135,15).

#70870f hex color red value is 112, green value is 135 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #70870f hue: 0.20 , saturation: 0.80 and the lightness value of 70870f is 0.29.

The process color (four color CMYK) of #70870f color hex is 0.17, 0.00, 0.89, 0.47. Web safe color of #70870f is #669900. Color #70870f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 00001111
Octal 160 207 17
Decimal 112 135 15
Hex 70 87 F

RGB Percentages of Color #70870f

%42.75
%51.53
%5.73

CMYK Percentages of Color #70870f

%17
%0
%89
%47

Triadic Colors of #70870f

#70870f #0f7087 #870f70

Analogous Colors of #70870f

#70870f #34870f #87620f

Monochromatic Colors of #70870f

#70870f

Complementary Color

#70870f #260f87

#70870f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70870f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70870f Color CSS Codes

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

#70870f Text Font Color

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

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


#70870f Background Color

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

This div background color is #70870f


#70870f Border Color

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

This div border color is #70870f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70870f


Comments

No comments written yet.

Please login to write comment.