Color Hex Logo

#707651 Color Hex

#707651
(112,118,81)
0 Favorites   0 Comments

Color spaces of #707651

RGB 11211881
HSL0.190.190.39
HSV70°31°46°
CMYK 0.050.000.31   0.54
XYZ14.645716.995710.2932
Yxy16.99570.34930.4053
Hunter Lab41.2258-8.732114.0547
CIE-Lab48.2546-8.902519.6751

#707651 color RGB value is (112,118,81).

#707651 hex color red value is 112, green value is 118 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #707651 hue: 0.19 , saturation: 0.19 and the lightness value of 707651 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 01010001
Octal 160 166 121
Decimal 112 118 81
Hex 70 76 51

RGB Percentages of Color #707651

%36.01
%37.94
%26.05

CMYK Percentages of Color #707651

%5
%0
%31
%54

Triadic Colors of #707651

#707651 #517076 #765170

Analogous Colors of #707651

#707651 #5e7651 #766a51

Monochromatic Colors of #707651

#707651

Complementary Color

#707651 #575176

#707651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707651 Color CSS Codes

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

#707651 Text Font Color

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

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


#707651 Background Color

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

This div background color is #707651


#707651 Border Color

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

This div border color is #707651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707651


Comments

No comments written yet.

Please login to write comment.