Color Hex Logo

#707532 Color Hex

#707532
(112,117,50)
0 Favorites   0 Comments

Color spaces of #707532

RGB 11211750
HSL0.180.400.33
HSV64°57°46°
CMYK 0.040.000.57   0.54
XYZ13.619116.39765.4649
Yxy16.39760.38380.4621
Hunter Lab40.4940-10.830520.3442
CIE-Lab47.4919-12.030335.6946

#707532 color RGB value is (112,117,50).

#707532 hex color red value is 112, green value is 117 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #707532 hue: 0.18 , saturation: 0.40 and the lightness value of 707532 is 0.33.

The process color (four color CMYK) of #707532 color hex is 0.04, 0.00, 0.57, 0.54. Web safe color of #707532 is #666633. Color #707532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110101 00110010
Octal 160 165 62
Decimal 112 117 50
Hex 70 75 32

RGB Percentages of Color #707532

%40.14
%41.94
%17.92

CMYK Percentages of Color #707532

%4
%0
%57
%54

Triadic Colors of #707532

#707532 #327075 #753270

Analogous Colors of #707532

#707532 #4f7532 #755932

Monochromatic Colors of #707532

#707532

Complementary Color

#707532 #373275

#707532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707532 Color CSS Codes

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

#707532 Text Font Color

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

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


#707532 Background Color

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

This div background color is #707532


#707532 Border Color

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

This div border color is #707532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707532


Comments

No comments written yet.

Please login to write comment.