Color Hex Logo

#70323c Color Hex

#70323C
(112,50,60)
0 Favorites   0 Comments

Color spaces of #70323c

RGB 1125060
HSL0.970.380.32
HSV350°55°44°
CMYK 0.000.550.46   0.56
XYZ8.63836.05224.9879
Yxy6.05220.43900.3076
Hunter Lab24.601219.62515.1998
CIE-Lab29.543828.49256.9617

#70323c color RGB value is (112,50,60).

#70323c hex color red value is 112, green value is 50 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #70323c hue: 0.97 , saturation: 0.38 and the lightness value of 70323c is 0.32.

The process color (four color CMYK) of #70323c color hex is 0.00, 0.55, 0.46, 0.56. Web safe color of #70323c is #663333. Color #70323c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110010 00111100
Octal 160 62 74
Decimal 112 50 60
Hex 70 32 3C

RGB Percentages of Color #70323c

%50.45
%22.52
%27.03

CMYK Percentages of Color #70323c

%0
%55
%46
%56

Triadic Colors of #70323c

#70323c #3c7032 #323c70

Analogous Colors of #70323c

#70323c #704732 #70325b

Monochromatic Colors of #70323c

#70323c

Complementary Color

#70323c #327066

#70323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70323c Color CSS Codes

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

#70323c Text Font Color

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

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


#70323c Background Color

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

This div background color is #70323c


#70323c Border Color

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

This div border color is #70323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70323c


Comments

No comments written yet.

Please login to write comment.