Color Hex Logo

#70374c Color Hex

#70374C
(112,55,76)
0 Favorites   0 Comments

Color spaces of #70374c

RGB 1125576
HSL0.940.340.33
HSV338°51°44°
CMYK 0.000.510.32   0.56
XYZ9.35286.69897.6376
Yxy6.69890.39480.2828
Hunter Lab25.882219.20880.6217
CIE-Lab31.111427.7702-1.2561

#70374c color RGB value is (112,55,76).

#70374c hex color red value is 112, green value is 55 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #70374c hue: 0.94 , saturation: 0.34 and the lightness value of 70374c is 0.33.

The process color (four color CMYK) of #70374c color hex is 0.00, 0.51, 0.32, 0.56. Web safe color of #70374c is #663333. Color #70374c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110111 01001100
Octal 160 67 114
Decimal 112 55 76
Hex 70 37 4C

RGB Percentages of Color #70374c

%46.09
%22.63
%31.28

CMYK Percentages of Color #70374c

%0
%51
%32
%56

Triadic Colors of #70374c

#70374c #4c7037 #374c70

Analogous Colors of #70374c

#70374c #703f37 #703769

Monochromatic Colors of #70374c

#70374c

Complementary Color

#70374c #37705b

#70374c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70374c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70374c Color CSS Codes

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

#70374c Text Font Color

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

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


#70374c Background Color

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

This div background color is #70374c


#70374c Border Color

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

This div border color is #70374c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,55,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 #70374c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70374c


Comments

No comments written yet.

Please login to write comment.