Color Hex Logo

#70312a Color Hex

#70312A
(112,49,42)
0 Favorites   0 Comments

Color spaces of #70312a

RGB 1124942
HSL0.020.450.30
HSV63°44°
CMYK 0.000.560.63   0.56
XYZ8.19835.80852.8795
Yxy5.80850.48550.3440
Hunter Lab24.100818.54339.7868
CIE-Lab28.924127.280017.8687

#70312a color RGB value is (112,49,42).

#70312a hex color red value is 112, green value is 49 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #70312a hue: 0.02 , saturation: 0.45 and the lightness value of 70312a is 0.30.

The process color (four color CMYK) of #70312a color hex is 0.00, 0.56, 0.63, 0.56. Web safe color of #70312a is #663333. Color #70312a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 00101010
Octal 160 61 52
Decimal 112 49 42
Hex 70 31 2A

RGB Percentages of Color #70312a

%55.17
%24.14
%20.69

CMYK Percentages of Color #70312a

%0
%56
%63
%56

Triadic Colors of #70312a

#70312a #2a7031 #312a70

Analogous Colors of #70312a

#70312a #70542a #702a46

Monochromatic Colors of #70312a

#70312a

Complementary Color

#70312a #2a6970

#70312a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70312a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70312a Color CSS Codes

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

#70312a Text Font Color

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

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


#70312a Background Color

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

This div background color is #70312a


#70312a Border Color

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

This div border color is #70312a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,49,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70312a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70312a;
  -webkit-box-shadow: 1px 1px 3px 2px #70312a;
  box-shadow:         1px 1px 3px 2px #70312a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70312a


Comments

No comments written yet.

Please login to write comment.