Color Hex Logo

#701612 Color Hex

#701612
(112,22,18)
0 Favorites   0 Comments

Color spaces of #701612

RGB 1122218
HSL0.010.720.25
HSV84°44°
CMYK 0.000.800.84   0.56
XYZ7.07824.06220.9833
Yxy4.06220.58380.3351
Hunter Lab20.154927.416311.2158
CIE-Lab23.876038.481427.1027

#701612 color RGB value is (112,22,18).

#701612 hex color red value is 112, green value is 22 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #701612 hue: 0.01 , saturation: 0.72 and the lightness value of 701612 is 0.25.

The process color (four color CMYK) of #701612 color hex is 0.00, 0.80, 0.84, 0.56. Web safe color of #701612 is #660000. Color #701612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010110 00010010
Octal 160 26 22
Decimal 112 22 18
Hex 70 16 12

RGB Percentages of Color #701612

%73.68
%14.47
%11.84

CMYK Percentages of Color #701612

%0
%80
%84
%56

Triadic Colors of #701612

#701612 #127016 #161270

Analogous Colors of #701612

#701612 #704512 #70123d

Monochromatic Colors of #701612

#701612

Complementary Color

#701612 #126c70

#701612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701612 Color CSS Codes

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

#701612 Text Font Color

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

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


#701612 Background Color

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

This div background color is #701612


#701612 Border Color

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

This div border color is #701612


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,22,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #701612; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #701612;
  -webkit-box-shadow: 1px 1px 3px 2px #701612;
  box-shadow:         1px 1px 3px 2px #701612; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701612


Comments

No comments written yet.

Please login to write comment.