Color Hex Logo

#70571f Color Hex

#70571F
(112,87,31)
0 Favorites   0 Comments

Color spaces of #70571f

RGB 1128731
HSL0.120.570.28
HSV41°72°44°
CMYK 0.000.220.72   0.56
XYZ10.337610.36012.7512
Yxy10.36010.44090.4418
Hunter Lab32.18711.001817.4632
CIE-Lab38.48113.837235.2448

#70571f color RGB value is (112,87,31).

#70571f hex color red value is 112, green value is 87 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #70571f hue: 0.12 , saturation: 0.57 and the lightness value of 70571f is 0.28.

The process color (four color CMYK) of #70571f color hex is 0.00, 0.22, 0.72, 0.56. Web safe color of #70571f is #666633. Color #70571f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 00011111
Octal 160 127 37
Decimal 112 87 31
Hex 70 57 1F

RGB Percentages of Color #70571f

%48.70
%37.83
%13.48

CMYK Percentages of Color #70571f

%0
%22
%72
%56

Triadic Colors of #70571f

#70571f #1f7057 #571f70

Analogous Colors of #70571f

#70571f #61701f #702f1f

Monochromatic Colors of #70571f

#70571f

Complementary Color

#70571f #1f3870

#70571f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70571f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70571f Color CSS Codes

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

#70571f Text Font Color

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

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


#70571f Background Color

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

This div background color is #70571f


#70571f Border Color

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

This div border color is #70571f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70571f


Comments

No comments written yet.

Please login to write comment.