Color Hex Logo

#70650f Color Hex

#70650F
(112,101,15)
0 Favorites   0 Comments

Color spaces of #70650f

RGB 11210115
HSL0.150.760.25
HSV53°87°44°
CMYK 0.000.100.87   0.56
XYZ11.422012.78662.3180
Yxy12.78660.43060.4820
Hunter Lab35.7584-5.560321.1874
CIE-Lab42.4399-5.157245.3281

#70650f color RGB value is (112,101,15).

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

The process color (four color CMYK) of #70650f color hex is 0.00, 0.10, 0.87, 0.56. Web safe color of #70650f is #666600. Color #70650f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 00001111
Octal 160 145 17
Decimal 112 101 15
Hex 70 65 F

RGB Percentages of Color #70650f

%49.12
%44.30
%6.58

CMYK Percentages of Color #70650f

%0
%10
%87
%56

Triadic Colors of #70650f

#70650f #0f7065 #650f70

Analogous Colors of #70650f

#70650f #4b700f #70350f

Monochromatic Colors of #70650f

#70650f

Complementary Color

#70650f #0f1a70

#70650f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70650f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70650f Color CSS Codes

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

#70650f Text Font Color

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

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


#70650f Background Color

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

This div background color is #70650f


#70650f Border Color

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

This div border color is #70650f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70650f


Comments

No comments written yet.

Please login to write comment.