Color Hex Logo

#707663 Color Hex

#707663
(112,118,99)
0 Favorites   0 Comments

Color spaces of #707663

RGB 11211899
HSL0.220.090.43
HSV79°16°46°
CMYK 0.050.000.16   0.54
XYZ15.412717.302514.3318
Yxy17.30250.32760.3678
Hunter Lab41.5963-6.65378.6893
CIE-Lab48.6389-5.95919.7099

#707663 color RGB value is (112,118,99).

#707663 hex color red value is 112, green value is 118 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #707663 hue: 0.22 , saturation: 0.09 and the lightness value of 707663 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 01100011
Octal 160 166 143
Decimal 112 118 99
Hex 70 76 63

RGB Percentages of Color #707663

%34.04
%35.87
%30.09

CMYK Percentages of Color #707663

%5
%0
%16
%54

Triadic Colors of #707663

#707663 #637076 #766370

Analogous Colors of #707663

#707663 #677663 #767363

Monochromatic Colors of #707663

#707663

Complementary Color

#707663 #696376

#707663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707663 Color CSS Codes

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

#707663 Text Font Color

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

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


#707663 Background Color

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

This div background color is #707663


#707663 Border Color

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

This div border color is #707663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707663


Comments

No comments written yet.

Please login to write comment.