Color Hex Logo

#70532a Color Hex

#70532A
(112,83,42)
0 Favorites   0 Comments

Color spaces of #70532a

RGB 1128342
HSL0.100.450.30
HSV35°63°44°
CMYK 0.000.260.63   0.56
XYZ10.19339.79843.5445
Yxy9.79840.43310.4163
Hunter Lab31.30243.347515.1980
CIE-Lab37.47827.044628.3438

#70532a color RGB value is (112,83,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010011 00101010
Octal 160 123 52
Decimal 112 83 42
Hex 70 53 2A

RGB Percentages of Color #70532a

%47.26
%35.02
%17.72

CMYK Percentages of Color #70532a

%0
%26
%63
%56

Triadic Colors of #70532a

#70532a #2a7053 #532a70

Analogous Colors of #70532a

#70532a #6a702a #70302a

Monochromatic Colors of #70532a

#70532a

Complementary Color

#70532a #2a4770

#70532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70532a Color CSS Codes

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

#70532a Text Font Color

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

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


#70532a Background Color

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

This div background color is #70532a


#70532a Border Color

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

This div border color is #70532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70532a


Comments

No comments written yet.

Please login to write comment.