Color Hex Logo

#517524 Color Hex

#517524
(81,117,36)
0 Favorites   0 Comments

Color spaces of #517524

RGB 8111736
HSL0.240.530.30
HSV87°69°46°
CMYK 0.310.000.69   0.54
XYZ10.073114.59933.9561
Yxy14.59930.35190.5100
Hunter Lab38.2090-19.807620.6075
CIE-Lab45.0804-26.661239.0692

#517524 color RGB value is (81,117,36).

#517524 hex color red value is 81, green value is 117 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #517524 hue: 0.24 , saturation: 0.53 and the lightness value of 517524 is 0.30.

The process color (four color CMYK) of #517524 color hex is 0.31, 0.00, 0.69, 0.54. Web safe color of #517524 is #666633. Color #517524 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 00100100
Octal 121 165 44
Decimal 81 117 36
Hex 51 75 24

RGB Percentages of Color #517524

%34.62
%50.00
%15.38

CMYK Percentages of Color #517524

%31
%0
%69
%54

Triadic Colors of #517524

#517524 #245175 #752451

Analogous Colors of #517524

#517524 #297524 #757124

Monochromatic Colors of #517524

#517524

Complementary Color

#517524 #482475

#517524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517524 Color CSS Codes

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

#517524 Text Font Color

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

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


#517524 Background Color

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

This div background color is #517524


#517524 Border Color

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

This div border color is #517524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517524


Comments

No comments written yet.

Please login to write comment.