Color Hex Logo

#705733 Color Hex

#705733
(112,87,51)
0 Favorites   0 Comments

Color spaces of #705733

RGB 1128751
HSL0.100.370.32
HSV35°54°44°
CMYK 0.000.220.54   0.56
XYZ10.687810.50024.5954
Yxy10.50020.41450.4072
Hunter Lab32.40402.167514.2746
CIE-Lab38.72565.448624.7211

#705733 color RGB value is (112,87,51).

#705733 hex color red value is 112, green value is 87 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #705733 hue: 0.10 , saturation: 0.37 and the lightness value of 705733 is 0.32.

The process color (four color CMYK) of #705733 color hex is 0.00, 0.22, 0.54, 0.56. Web safe color of #705733 is #666633. Color #705733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 00110011
Octal 160 127 63
Decimal 112 87 51
Hex 70 57 33

RGB Percentages of Color #705733

%44.80
%34.80
%20.40

CMYK Percentages of Color #705733

%0
%22
%54
%56

Triadic Colors of #705733

#705733 #337057 #573370

Analogous Colors of #705733

#705733 #6b7033 #703933

Monochromatic Colors of #705733

#705733

Complementary Color

#705733 #334c70

#705733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705733 Color CSS Codes

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

#705733 Text Font Color

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

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


#705733 Background Color

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

This div background color is #705733


#705733 Border Color

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

This div border color is #705733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705733


Comments

No comments written yet.

Please login to write comment.