Color Hex Logo

#70574e Color Hex

#70574E
(112,87,78)
0 Favorites   0 Comments

Color spaces of #70574e

RGB 1128778
HSL0.040.180.37
HSV16°30°44°
CMYK 0.000.220.30   0.56
XYZ11.465410.81128.6902
Yxy10.81120.37020.3491
Hunter Lab32.88044.70237.3461
CIE-Lab39.26068.85879.1670

#70574e color RGB value is (112,87,78).

#70574e hex color red value is 112, green value is 87 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #70574e hue: 0.04 , saturation: 0.18 and the lightness value of 70574e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 01001110
Octal 160 127 116
Decimal 112 87 78
Hex 70 57 4E

RGB Percentages of Color #70574e

%40.43
%31.41
%28.16

CMYK Percentages of Color #70574e

%0
%22
%30
%56

Triadic Colors of #70574e

#70574e #4e7057 #574e70

Analogous Colors of #70574e

#70574e #70684e #704e56

Monochromatic Colors of #70574e

#70574e

Complementary Color

#70574e #4e6770

#70574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70574e Color CSS Codes

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

#70574e Text Font Color

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

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


#70574e Background Color

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

This div background color is #70574e


#70574e Border Color

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

This div border color is #70574e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70574e


Comments

No comments written yet.

Please login to write comment.