Color Hex Logo

#707610 Color Hex

#707610
(112,118,16)
0 Favorites   0 Comments

Color spaces of #707610

RGB 11211816
HSL0.180.760.26
HSV64°86°46°
CMYK 0.050.000.86   0.54
XYZ13.254116.43902.9647
Yxy16.43900.40580.5034
Hunter Lab40.5450-12.602524.0462
CIE-Lab47.5453-14.619049.3921

#707610 color RGB value is (112,118,16).

#707610 hex color red value is 112, green value is 118 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #707610 hue: 0.18 , saturation: 0.76 and the lightness value of 707610 is 0.26.

The process color (four color CMYK) of #707610 color hex is 0.05, 0.00, 0.86, 0.54. Web safe color of #707610 is #666600. Color #707610 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 00010000
Octal 160 166 20
Decimal 112 118 16
Hex 70 76 10

RGB Percentages of Color #707610

%45.53
%47.97
%6.50

CMYK Percentages of Color #707610

%5
%0
%86
%54

Triadic Colors of #707610

#707610 #107076 #761070

Analogous Colors of #707610

#707610 #3d7610 #764910

Monochromatic Colors of #707610

#707610

Complementary Color

#707610 #161076

#707610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707610 Color CSS Codes

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

#707610 Text Font Color

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

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


#707610 Background Color

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

This div background color is #707610


#707610 Border Color

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

This div border color is #707610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707610


Comments

No comments written yet.

Please login to write comment.