Color Hex Logo

#707657 Color Hex

#707657
(112,118,87)
0 Favorites   0 Comments

Color spaces of #707657

RGB 11211887
HSL0.200.150.40
HSV72°26°46°
CMYK 0.050.000.26   0.54
XYZ14.880817.089711.5312
Yxy17.08970.34210.3929
Hunter Lab41.3397-8.090912.3996
CIE-Lab48.3729-7.985416.3637

#707657 color RGB value is (112,118,87).

#707657 hex color red value is 112, green value is 118 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #707657 hue: 0.20 , saturation: 0.15 and the lightness value of 707657 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 01010111
Octal 160 166 127
Decimal 112 118 87
Hex 70 76 57

RGB Percentages of Color #707657

%35.33
%37.22
%27.44

CMYK Percentages of Color #707657

%5
%0
%26
%54

Triadic Colors of #707657

#707657 #577076 #765770

Analogous Colors of #707657

#707657 #617657 #766d57

Monochromatic Colors of #707657

#707657

Complementary Color

#707657 #5d5776

#707657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707657 Color CSS Codes

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

#707657 Text Font Color

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

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


#707657 Background Color

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

This div background color is #707657


#707657 Border Color

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

This div border color is #707657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707657


Comments

No comments written yet.

Please login to write comment.