Color Hex Logo

#708668 Color Hex

#708668
(112,134,104)
0 Favorites   0 Comments

Color spaces of #708668

RGB 112134104
HSL0.290.130.47
HSV104°22°53°
CMYK 0.160.000.22   0.47
XYZ17.705921.494416.3123
Yxy21.49440.31900.3872
Hunter Lab46.3621-12.963611.5925
CIE-Lab53.4864-13.950913.5820

#708668 color RGB value is (112,134,104).

#708668 hex color red value is 112, green value is 134 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #708668 hue: 0.29 , saturation: 0.13 and the lightness value of 708668 is 0.47.

The process color (four color CMYK) of #708668 color hex is 0.16, 0.00, 0.22, 0.47. Web safe color of #708668 is #669966. Color #708668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 01101000
Octal 160 206 150
Decimal 112 134 104
Hex 70 86 68

RGB Percentages of Color #708668

%32.00
%38.29
%29.71

CMYK Percentages of Color #708668

%16
%0
%22
%47

Triadic Colors of #708668

#708668 #687086 #866870

Analogous Colors of #708668

#708668 #68866f #7f8668

Monochromatic Colors of #708668

#708668

Complementary Color

#708668 #7e6886

#708668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708668 Color CSS Codes

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

#708668 Text Font Color

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

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


#708668 Background Color

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

This div background color is #708668


#708668 Border Color

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

This div border color is #708668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708668


Comments

No comments written yet.

Please login to write comment.