Color Hex Logo

#708410 Color Hex

#708410
(112,132,16)
0 Favorites   0 Comments

Color spaces of #708410

RGB 11213216
HSL0.200.780.29
HSV70°88°52°
CMYK 0.150.000.88   0.48
XYZ15.026919.98473.5556
Yxy19.98470.38960.5182
Hunter Lab44.7043-18.231426.5773
CIE-Lab51.8199-21.964453.0044

#708410 color RGB value is (112,132,16).

#708410 hex color red value is 112, green value is 132 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #708410 hue: 0.20 , saturation: 0.78 and the lightness value of 708410 is 0.29.

The process color (four color CMYK) of #708410 color hex is 0.15, 0.00, 0.88, 0.48. Web safe color of #708410 is #669900. Color #708410 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 00010000
Octal 160 204 20
Decimal 112 132 16
Hex 70 84 10

RGB Percentages of Color #708410

%43.08
%50.77
%6.15

CMYK Percentages of Color #708410

%15
%0
%88
%48

Triadic Colors of #708410

#708410 #107084 #841070

Analogous Colors of #708410

#708410 #368410 #845e10

Monochromatic Colors of #708410

#708410

Complementary Color

#708410 #241084

#708410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708410 Color CSS Codes

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

#708410 Text Font Color

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

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


#708410 Background Color

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

This div background color is #708410


#708410 Border Color

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

This div border color is #708410


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,132,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 #708410">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708410


Comments

No comments written yet.

Please login to write comment.