Color Hex Logo

#70472f Color Hex

#70472F
(112,71,47)
0 Favorites   0 Comments

Color spaces of #70472f

RGB 1127147
HSL0.060.410.31
HSV22°58°44°
CMYK 0.000.370.58   0.56
XYZ9.44848.15653.7657
Yxy8.15650.44210.3817
Hunter Lab28.55969.074112.1741
CIE-Lab34.306714.781021.5741

#70472f color RGB value is (112,71,47).

#70472f hex color red value is 112, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #70472f hue: 0.06 , saturation: 0.41 and the lightness value of 70472f is 0.31.

The process color (four color CMYK) of #70472f color hex is 0.00, 0.37, 0.58, 0.56. Web safe color of #70472f is #663333. Color #70472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000111 00101111
Octal 160 107 57
Decimal 112 71 47
Hex 70 47 2F

RGB Percentages of Color #70472f

%48.70
%30.87
%20.43

CMYK Percentages of Color #70472f

%0
%37
%58
%56

Triadic Colors of #70472f

#70472f #2f7047 #472f70

Analogous Colors of #70472f

#70472f #70682f #702f38

Monochromatic Colors of #70472f

#70472f

Complementary Color

#70472f #2f5870

#70472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70472f Color CSS Codes

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

#70472f Text Font Color

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

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


#70472f Background Color

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

This div background color is #70472f


#70472f Border Color

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

This div border color is #70472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70472f

#70472f Color Palettes


Comments

No comments written yet.

Please login to write comment.