Color Hex Logo

#517e12 Color Hex

#517E12
(81,126,18)
0 Favorites   0 Comments

Color spaces of #517e12

RGB 8112618
HSL0.240.750.28
HSV85°86°49°
CMYK 0.360.000.86   0.51
XYZ10.963416.71473.2207
Yxy16.71470.35480.5409
Hunter Lab40.8836-23.679523.9478
CIE-Lab47.8985-32.033148.3170

#517e12 color RGB value is (81,126,18).

#517e12 hex color red value is 81, green value is 126 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #517e12 hue: 0.24 , saturation: 0.75 and the lightness value of 517e12 is 0.28.

The process color (four color CMYK) of #517e12 color hex is 0.36, 0.00, 0.86, 0.51. Web safe color of #517e12 is #666600. Color #517e12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 00010010
Octal 121 176 22
Decimal 81 126 18
Hex 51 7E 12

RGB Percentages of Color #517e12

%36.00
%56.00
%8.00

CMYK Percentages of Color #517e12

%36
%0
%86
%51

Triadic Colors of #517e12

#517e12 #12517e #7e1251

Analogous Colors of #517e12

#517e12 #1b7e12 #7e7512

Monochromatic Colors of #517e12

#517e12

Complementary Color

#517e12 #3f127e

#517e12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517e12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517e12 Color CSS Codes

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

#517e12 Text Font Color

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

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


#517e12 Background Color

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

This div background color is #517e12


#517e12 Border Color

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

This div border color is #517e12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,126,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517e12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517e12;
  -webkit-box-shadow: 1px 1px 3px 2px #517e12;
  box-shadow:         1px 1px 3px 2px #517e12; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517e12


Comments

No comments written yet.

Please login to write comment.