Color Hex Logo

#707547 Color Hex

#707547
(112,117,71)
0 Favorites   0 Comments

Color spaces of #707547

RGB 11211771
HSL0.180.240.37
HSV67°39°46°
CMYK 0.040.000.39   0.54
XYZ14.180716.62238.4222
Yxy16.62230.36150.4238
Hunter Lab40.7705-9.262816.2914
CIE-Lab47.7806-9.726724.7510

#707547 color RGB value is (112,117,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110101 01000111
Octal 160 165 107
Decimal 112 117 71
Hex 70 75 47

RGB Percentages of Color #707547

%37.33
%39.00
%23.67

CMYK Percentages of Color #707547

%4
%0
%39
%54

Triadic Colors of #707547

#707547 #477075 #754770

Analogous Colors of #707547

#707547 #597547 #756347

Monochromatic Colors of #707547

#707547

Complementary Color

#707547 #4c4775

#707547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707547 Color CSS Codes

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

#707547 Text Font Color

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

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


#707547 Background Color

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

This div background color is #707547


#707547 Border Color

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

This div border color is #707547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707547


Comments

No comments written yet.

Please login to write comment.