Color Hex Logo

#705140 Color Hex

#705140
(112,81,64)
0 Favorites   0 Comments

Color spaces of #705140

RGB 1128164
HSL0.060.270.35
HSV21°43°44°
CMYK 0.000.280.43   0.56
XYZ10.54999.69986.1667
Yxy9.69980.39940.3672
Hunter Lab31.14455.962310.0616
CIE-Lab37.298210.558915.0875

#705140 color RGB value is (112,81,64).

#705140 hex color red value is 112, green value is 81 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #705140 hue: 0.06 , saturation: 0.27 and the lightness value of 705140 is 0.35.

The process color (four color CMYK) of #705140 color hex is 0.00, 0.28, 0.43, 0.56. Web safe color of #705140 is #666633. Color #705140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010001 01000000
Octal 160 121 100
Decimal 112 81 64
Hex 70 51 40

RGB Percentages of Color #705140

%43.58
%31.52
%24.90

CMYK Percentages of Color #705140

%0
%28
%43
%56

Triadic Colors of #705140

#705140 #407051 #514070

Analogous Colors of #705140

#705140 #706940 #704047

Monochromatic Colors of #705140

#705140

Complementary Color

#705140 #405f70

#705140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705140 Color CSS Codes

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

#705140 Text Font Color

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

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


#705140 Background Color

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

This div background color is #705140


#705140 Border Color

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

This div border color is #705140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705140


Comments

No comments written yet.

Please login to write comment.