Color Hex Logo

#703742 Color Hex

#703742
(112,55,66)
0 Favorites   0 Comments

Color spaces of #703742

RGB 1125566
HSL0.970.340.33
HSV348°51°44°
CMYK 0.000.510.41   0.56
XYZ9.03166.57055.9465
Yxy6.57050.41910.3049
Hunter Lab25.633018.03554.1886
CIE-Lab30.808426.40264.8237

#703742 color RGB value is (112,55,66).

#703742 hex color red value is 112, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #703742 hue: 0.97 , saturation: 0.34 and the lightness value of 703742 is 0.33.

The process color (four color CMYK) of #703742 color hex is 0.00, 0.51, 0.41, 0.56. Web safe color of #703742 is #663333. Color #703742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110111 01000010
Octal 160 67 102
Decimal 112 55 66
Hex 70 37 42

RGB Percentages of Color #703742

%48.07
%23.61
%28.33

CMYK Percentages of Color #703742

%0
%51
%41
%56

Triadic Colors of #703742

#703742 #427037 #374270

Analogous Colors of #703742

#703742 #704937 #70375e

Monochromatic Colors of #703742

#703742

Complementary Color

#703742 #377065

#703742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703742 Color CSS Codes

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

#703742 Text Font Color

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

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


#703742 Background Color

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

This div background color is #703742


#703742 Border Color

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

This div border color is #703742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703742


Comments

No comments written yet.

Please login to write comment.