Color Hex Logo

#705743 Color Hex

#705743
(112,87,67)
0 Favorites   0 Comments

Color spaces of #705743

RGB 1128767
HSL0.070.250.35
HSV27°40°44°
CMYK 0.000.220.40   0.56
XYZ11.103410.66646.7838
Yxy10.66640.38890.3736
Hunter Lab32.65953.531510.5463
CIE-Lab39.01287.299015.5629

#705743 color RGB value is (112,87,67).

#705743 hex color red value is 112, green value is 87 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #705743 hue: 0.07 , saturation: 0.25 and the lightness value of 705743 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 01000011
Octal 160 127 103
Decimal 112 87 67
Hex 70 57 43

RGB Percentages of Color #705743

%42.11
%32.71
%25.19

CMYK Percentages of Color #705743

%0
%22
%40
%56

Triadic Colors of #705743

#705743 #437057 #574370

Analogous Colors of #705743

#705743 #706e43 #704346

Monochromatic Colors of #705743

#705743

Complementary Color

#705743 #435c70

#705743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705743 Color CSS Codes

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

#705743 Text Font Color

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

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


#705743 Background Color

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

This div background color is #705743


#705743 Border Color

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

This div border color is #705743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705743


Comments

No comments written yet.

Please login to write comment.