Color Hex Logo

#708413 Color Hex

#708413
(112,132,19)
0 Favorites   0 Comments

Color spaces of #708413

RGB 11213219
HSL0.200.750.30
HSV71°86°52°
CMYK 0.150.000.86   0.48
XYZ15.050919.99433.6821
Yxy19.99430.38860.5163
Hunter Lab44.7150-18.168826.4182
CIE-Lab51.8308-21.867352.2738

#708413 color RGB value is (112,132,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 00010011
Octal 160 204 23
Decimal 112 132 19
Hex 70 84 13

RGB Percentages of Color #708413

%42.59
%50.19
%7.22

CMYK Percentages of Color #708413

%15
%0
%86
%48

Triadic Colors of #708413

#708413 #137084 #841370

Analogous Colors of #708413

#708413 #388413 #845f13

Monochromatic Colors of #708413

#708413

Complementary Color

#708413 #271384

#708413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708413 Color CSS Codes

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

#708413 Text Font Color

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

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


#708413 Background Color

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

This div background color is #708413


#708413 Border Color

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

This div border color is #708413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708413


Comments

No comments written yet.

Please login to write comment.