Color Hex Logo

#718413 Color Hex

#718413
(113,132,19)
0 Favorites   0 Comments

Color spaces of #718413

RGB 11313219
HSL0.190.750.30
HSV70°86°52°
CMYK 0.140.000.86   0.48
XYZ15.178920.06033.6881
Yxy20.06030.38990.5153
Hunter Lab44.7887-17.886626.4699
CIE-Lab51.9053-21.424052.3672

#718413 color RGB value is (113,132,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000100 00010011
Octal 161 204 23
Decimal 113 132 19
Hex 71 84 13

RGB Percentages of Color #718413

%42.80
%50.00
%7.20

CMYK Percentages of Color #718413

%14
%0
%86
%48

Triadic Colors of #718413

#718413 #137184 #841371

Analogous Colors of #718413

#718413 #398413 #845f13

Monochromatic Colors of #718413

#718413

Complementary Color

#718413 #261384

#718413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718413 Color CSS Codes

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

#718413 Text Font Color

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

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


#718413 Background Color

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

This div background color is #718413


#718413 Border Color

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

This div border color is #718413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718413


Comments

No comments written yet.

Please login to write comment.