Color Hex Logo

#707562 Color Hex

#707562
(112,117,98)
0 Favorites   0 Comments

Color spaces of #707562

RGB 11211798
HSL0.210.090.42
HSV76°16°46°
CMYK 0.040.000.16   0.54
XYZ15.248017.049214.0424
Yxy17.04920.32900.3679
Hunter Lab41.2907-6.34148.7397
CIE-Lab48.3220-5.56759.8529

#707562 color RGB value is (112,117,98).

#707562 hex color red value is 112, green value is 117 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #707562 hue: 0.21 , saturation: 0.09 and the lightness value of 707562 is 0.42.

The process color (four color CMYK) of #707562 color hex is 0.04, 0.00, 0.16, 0.54. Web safe color of #707562 is #666666. Color #707562 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110101 01100010
Octal 160 165 142
Decimal 112 117 98
Hex 70 75 62

RGB Percentages of Color #707562

%34.25
%35.78
%29.97

CMYK Percentages of Color #707562

%4
%0
%16
%54

Triadic Colors of #707562

#707562 #627075 #756270

Analogous Colors of #707562

#707562 #677562 #757162

Monochromatic Colors of #707562

#707562

Complementary Color

#707562 #676275

#707562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707562 Color CSS Codes

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

#707562 Text Font Color

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

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


#707562 Background Color

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

This div background color is #707562


#707562 Border Color

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

This div border color is #707562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707562


Comments

No comments written yet.

Please login to write comment.