Color Hex Logo

#70651f Color Hex

#70651F
(112,101,31)
0 Favorites   0 Comments

Color spaces of #70651f

RGB 11210131
HSL0.140.570.28
HSV52°72°44°
CMYK 0.000.100.72   0.56
XYZ11.583112.85103.1663
Yxy12.85100.41970.4656
Hunter Lab35.8483-5.058619.8570
CIE-Lab42.5379-4.424739.4247

#70651f color RGB value is (112,101,31).

#70651f hex color red value is 112, green value is 101 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #70651f hue: 0.14 , saturation: 0.57 and the lightness value of 70651f is 0.28.

The process color (four color CMYK) of #70651f color hex is 0.00, 0.10, 0.72, 0.56. Web safe color of #70651f is #666633. Color #70651f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 00011111
Octal 160 145 37
Decimal 112 101 31
Hex 70 65 1F

RGB Percentages of Color #70651f

%45.90
%41.39
%12.70

CMYK Percentages of Color #70651f

%0
%10
%72
%56

Triadic Colors of #70651f

#70651f #1f7065 #651f70

Analogous Colors of #70651f

#70651f #53701f #703d1f

Monochromatic Colors of #70651f

#70651f

Complementary Color

#70651f #1f2a70

#70651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70651f Color CSS Codes

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

#70651f Text Font Color

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

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


#70651f Background Color

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

This div background color is #70651f


#70651f Border Color

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

This div border color is #70651f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70651f


Comments

No comments written yet.

Please login to write comment.