Color Hex Logo

#705457 Color Hex

#705457
(112,84,87)
0 Favorites   0 Comments

Color spaces of #705457

RGB 1128487
HSL0.980.140.38
HSV354°25°44°
CMYK 0.000.250.22   0.56
XYZ11.572710.473510.4285
Yxy10.47350.35640.3225
Hunter Lab32.36287.19543.5485
CIE-Lab38.679212.13342.7682

#705457 color RGB value is (112,84,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010100 01010111
Octal 160 124 127
Decimal 112 84 87
Hex 70 54 57

RGB Percentages of Color #705457

%39.58
%29.68
%30.74

CMYK Percentages of Color #705457

%0
%25
%22
%56

Triadic Colors of #705457

#705457 #577054 #545770

Analogous Colors of #705457

#705457 #705f54 #705465

Monochromatic Colors of #705457

#705457

Complementary Color

#705457 #54706d

#705457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705457 Color CSS Codes

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

#705457 Text Font Color

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

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


#705457 Background Color

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

This div background color is #705457


#705457 Border Color

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

This div border color is #705457


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,84,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 #705457">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705457


Comments

No comments written yet.

Please login to write comment.