Color Hex Logo

#703612 Color Hex

#703612
(112,54,18)
0 Favorites   0 Comments

Color spaces of #703612

RGB 1125418
HSL0.060.720.25
HSV23°84°44°
CMYK 0.000.520.84   0.56
XYZ8.11046.12681.3274
Yxy6.12680.52110.3936
Hunter Lab24.752415.170914.1471
CIE-Lab29.730123.013332.8148

#703612 color RGB value is (112,54,18).

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

The process color (four color CMYK) of #703612 color hex is 0.00, 0.52, 0.84, 0.56. Web safe color of #703612 is #663300. Color #703612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110110 00010010
Octal 160 66 22
Decimal 112 54 18
Hex 70 36 12

RGB Percentages of Color #703612

%60.87
%29.35
%9.78

CMYK Percentages of Color #703612

%0
%52
%84
%56

Triadic Colors of #703612

#703612 #127036 #361270

Analogous Colors of #703612

#703612 #706512 #70121d

Monochromatic Colors of #703612

#703612

Complementary Color

#703612 #124c70

#703612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703612 Color CSS Codes

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

#703612 Text Font Color

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

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


#703612 Background Color

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

This div background color is #703612


#703612 Border Color

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

This div border color is #703612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703612


Comments

No comments written yet.

Please login to write comment.