Color Hex Logo

#70421a Color Hex

#70421A
(112,66,26)
0 Favorites   0 Comments

Color spaces of #70421a

RGB 1126626
HSL0.080.620.27
HSV28°77°44°
CMYK 0.000.410.77   0.56
XYZ8.81687.41581.9440
Yxy7.41580.48510.4080
Hunter Lab27.232010.136414.8299
CIE-Lab32.735316.273631.7537

#70421a color RGB value is (112,66,26).

#70421a hex color red value is 112, green value is 66 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #70421a hue: 0.08 , saturation: 0.62 and the lightness value of 70421a is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 00011010
Octal 160 102 32
Decimal 112 66 26
Hex 70 42 1A

RGB Percentages of Color #70421a

%54.90
%32.35
%12.75

CMYK Percentages of Color #70421a

%0
%41
%77
%56

Triadic Colors of #70421a

#70421a #1a7042 #421a70

Analogous Colors of #70421a

#70421a #706d1a #701a1d

Monochromatic Colors of #70421a

#70421a

Complementary Color

#70421a #1a4870

#70421a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70421a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70421a Color CSS Codes

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

#70421a Text Font Color

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

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


#70421a Background Color

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

This div background color is #70421a


#70421a Border Color

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

This div border color is #70421a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70421a


Comments

No comments written yet.

Please login to write comment.