Color Hex Logo

#517920 Color Hex

#517920
(81,121,32)
0 Favorites   0 Comments

Color spaces of #517920

RGB 8112132
HSL0.240.580.30
HSV87°74°47°
CMYK 0.330.000.74   0.53
XYZ10.491415.52843.8108
Yxy15.52840.35170.5206
Hunter Lab39.4061-21.437221.8506
CIE-Lab46.3496-28.900842.0786

#517920 color RGB value is (81,121,32).

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

The process color (four color CMYK) of #517920 color hex is 0.33, 0.00, 0.74, 0.53. Web safe color of #517920 is #666633. Color #517920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 00100000
Octal 121 171 40
Decimal 81 121 32
Hex 51 79 20

RGB Percentages of Color #517920

%34.62
%51.71
%13.68

CMYK Percentages of Color #517920

%33
%0
%74
%53

Triadic Colors of #517920

#517920 #205179 #792051

Analogous Colors of #517920

#517920 #257920 #797520

Monochromatic Colors of #517920

#517920

Complementary Color

#517920 #482079

#517920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517920 Color CSS Codes

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

#517920 Text Font Color

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

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


#517920 Background Color

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

This div background color is #517920


#517920 Border Color

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

This div border color is #517920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517920


Comments

No comments written yet.

Please login to write comment.