Color Hex Logo

#705320 Color Hex

#705320
(112,83,32)
0 Favorites   0 Comments

Color spaces of #705320

RGB 1128332
HSL0.110.560.28
HSV38°71°44°
CMYK 0.000.260.71   0.56
XYZ10.03619.73552.7167
Yxy9.73550.44630.4329
Hunter Lab31.20182.811716.6789
CIE-Lab37.36356.311433.5641

#705320 color RGB value is (112,83,32).

#705320 hex color red value is 112, green value is 83 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #705320 hue: 0.11 , saturation: 0.56 and the lightness value of 705320 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010011 00100000
Octal 160 123 40
Decimal 112 83 32
Hex 70 53 20

RGB Percentages of Color #705320

%49.34
%36.56
%14.10

CMYK Percentages of Color #705320

%0
%26
%71
%56

Triadic Colors of #705320

#705320 #207053 #532070

Analogous Colors of #705320

#705320 #657020 #702b20

Monochromatic Colors of #705320

#705320

Complementary Color

#705320 #203d70

#705320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705320 Color CSS Codes

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

#705320 Text Font Color

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

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


#705320 Background Color

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

This div background color is #705320


#705320 Border Color

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

This div border color is #705320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705320


Comments

No comments written yet.

Please login to write comment.