Color Hex Logo

#706520 Color Hex

#706520
(112,101,32)
0 Favorites   0 Comments

Color spaces of #706520

RGB 11210132
HSL0.140.560.28
HSV52°71°44°
CMYK 0.000.100.71   0.56
XYZ11.596512.85643.2368
Yxy12.85640.41880.4643
Hunter Lab35.8558-5.017219.7468
CIE-Lab42.5461-4.364538.9857

#706520 color RGB value is (112,101,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 00100000
Octal 160 145 40
Decimal 112 101 32
Hex 70 65 20

RGB Percentages of Color #706520

%45.71
%41.22
%13.06

CMYK Percentages of Color #706520

%0
%10
%71
%56

Triadic Colors of #706520

#706520 #207065 #652070

Analogous Colors of #706520

#706520 #537020 #703d20

Monochromatic Colors of #706520

#706520

Complementary Color

#706520 #202b70

#706520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706520 Color CSS Codes

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

#706520 Text Font Color

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

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


#706520 Background Color

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

This div background color is #706520


#706520 Border Color

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

This div border color is #706520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706520


Comments

No comments written yet.

Please login to write comment.