Color Hex Logo

#517518 Color Hex

#517518
(81,117,24)
0 Favorites   0 Comments

Color spaces of #517518

RGB 8111724
HSL0.230.660.28
HSV83°79°46°
CMYK 0.310.000.79   0.54
XYZ9.919514.53793.1474
Yxy14.53790.35930.5266
Hunter Lab38.1286-20.286721.7958
CIE-Lab44.9947-27.500543.7832

#517518 color RGB value is (81,117,24).

#517518 hex color red value is 81, green value is 117 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #517518 hue: 0.23 , saturation: 0.66 and the lightness value of 517518 is 0.28.

The process color (four color CMYK) of #517518 color hex is 0.31, 0.00, 0.79, 0.54. Web safe color of #517518 is #666600. Color #517518 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 00011000
Octal 121 165 30
Decimal 81 117 24
Hex 51 75 18

RGB Percentages of Color #517518

%36.49
%52.70
%10.81

CMYK Percentages of Color #517518

%31
%0
%79
%54

Triadic Colors of #517518

#517518 #185175 #751851

Analogous Colors of #517518

#517518 #237518 #756b18

Monochromatic Colors of #517518

#517518

Complementary Color

#517518 #3c1875

#517518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517518 Color CSS Codes

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

#517518 Text Font Color

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

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


#517518 Background Color

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

This div background color is #517518


#517518 Border Color

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

This div border color is #517518


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,117,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517518; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517518;
  -webkit-box-shadow: 1px 1px 3px 2px #517518;
  box-shadow:         1px 1px 3px 2px #517518; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517518


Comments

No comments written yet.

Please login to write comment.