Color Hex Logo

#703745 Color Hex

#703745
(112,55,69)
0 Favorites   0 Comments

Color spaces of #703745

RGB 1125569
HSL0.960.340.33
HSV345°51°44°
CMYK 0.000.510.38   0.56
XYZ9.12256.60686.4247
Yxy6.60680.41180.2982
Hunter Lab25.703718.37003.1729
CIE-Lab30.894526.79462.9902

#703745 color RGB value is (112,55,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110111 01000101
Octal 160 67 105
Decimal 112 55 69
Hex 70 37 45

RGB Percentages of Color #703745

%47.46
%23.31
%29.24

CMYK Percentages of Color #703745

%0
%51
%38
%56

Triadic Colors of #703745

#703745 #457037 #374570

Analogous Colors of #703745

#703745 #704637 #703762

Monochromatic Colors of #703745

#703745

Complementary Color

#703745 #377062

#703745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703745 Color CSS Codes

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

#703745 Text Font Color

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

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


#703745 Background Color

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

This div background color is #703745


#703745 Border Color

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

This div border color is #703745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703745


Comments

No comments written yet.

Please login to write comment.