Color Hex Logo

#703611 Color Hex

#703611
(112,54,17)
0 Favorites   0 Comments

Color spaces of #703611

RGB 1125417
HSL0.060.740.25
HSV23°85°44°
CMYK 0.000.520.85   0.56
XYZ8.10246.12351.2852
Yxy6.12350.52240.3948
Hunter Lab24.745715.140614.2427
CIE-Lab29.721922.976333.2937

#703611 color RGB value is (112,54,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110110 00010001
Octal 160 66 21
Decimal 112 54 17
Hex 70 36 11

RGB Percentages of Color #703611

%61.20
%29.51
%9.29

CMYK Percentages of Color #703611

%0
%52
%85
%56

Triadic Colors of #703611

#703611 #117036 #361170

Analogous Colors of #703611

#703611 #706611 #70111c

Monochromatic Colors of #703611

#703611

Complementary Color

#703611 #114b70

#703611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703611 Color CSS Codes

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

#703611 Text Font Color

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

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


#703611 Background Color

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

This div background color is #703611


#703611 Border Color

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

This div border color is #703611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703611


Comments

No comments written yet.

Please login to write comment.