Color Hex Logo

#705557 Color Hex

#705557
(112,85,87)
0 Favorites   0 Comments

Color spaces of #705557

RGB 1128587
HSL0.990.140.39
HSV356°24°44°
CMYK 0.000.240.22   0.56
XYZ11.650910.629910.4545
Yxy10.62990.35590.3247
Hunter Lab32.60356.73103.8108
CIE-Lab38.950011.52303.1592

#705557 color RGB value is (112,85,87).

#705557 hex color red value is 112, green value is 85 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #705557 hue: 0.99 , saturation: 0.14 and the lightness value of 705557 is 0.39.

The process color (four color CMYK) of #705557 color hex is 0.00, 0.24, 0.22, 0.56. Web safe color of #705557 is #666666. Color #705557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 01010111
Octal 160 125 127
Decimal 112 85 87
Hex 70 55 57

RGB Percentages of Color #705557

%39.44
%29.93
%30.63

CMYK Percentages of Color #705557

%0
%24
%22
%56

Triadic Colors of #705557

#705557 #577055 #555770

Analogous Colors of #705557

#705557 #706155 #705565

Monochromatic Colors of #705557

#705557

Complementary Color

#705557 #55706e

#705557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705557 Color CSS Codes

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

#705557 Text Font Color

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

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


#705557 Background Color

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

This div background color is #705557


#705557 Border Color

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

This div border color is #705557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705557


Comments

No comments written yet.

Please login to write comment.