Color Hex Logo

#70574c Color Hex

#70574C
(112,87,76)
0 Favorites   0 Comments

Color spaces of #70574c

RGB 1128776
HSL0.050.190.37
HSV18°32°44°
CMYK 0.000.220.32   0.56
XYZ11.394810.78298.3182
Yxy10.78290.37370.3536
Hunter Lab32.83734.47557.9671
CIE-Lab39.21248.558610.3305

#70574c color RGB value is (112,87,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 01001100
Octal 160 127 114
Decimal 112 87 76
Hex 70 57 4C

RGB Percentages of Color #70574c

%40.73
%31.64
%27.64

CMYK Percentages of Color #70574c

%0
%22
%32
%56

Triadic Colors of #70574c

#70574c #4c7057 #574c70

Analogous Colors of #70574c

#70574c #70694c #704c53

Monochromatic Colors of #70574c

#70574c

Complementary Color

#70574c #4c6570

#70574c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70574c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70574c Color CSS Codes

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

#70574c Text Font Color

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

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


#70574c Background Color

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

This div background color is #70574c


#70574c Border Color

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

This div border color is #70574c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70574c


Comments

No comments written yet.

Please login to write comment.