Color Hex Logo

#517125 Color Hex

#517125
(81,113,37)
0 Favorites   0 Comments

Color spaces of #517125

RGB 8111337
HSL0.240.510.29
HSV85°67°44°
CMYK 0.280.000.67   0.56
XYZ9.632413.69323.8856
Yxy13.69320.35400.5032
Hunter Lab37.0043-18.293219.6773
CIE-Lab43.7897-24.600037.2397

#517125 color RGB value is (81,113,37).

#517125 hex color red value is 81, green value is 113 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #517125 hue: 0.24 , saturation: 0.51 and the lightness value of 517125 is 0.29.

The process color (four color CMYK) of #517125 color hex is 0.28, 0.00, 0.67, 0.56. Web safe color of #517125 is #666633. Color #517125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 00100101
Octal 121 161 45
Decimal 81 113 37
Hex 51 71 25

RGB Percentages of Color #517125

%35.06
%48.92
%16.02

CMYK Percentages of Color #517125

%28
%0
%67
%56

Triadic Colors of #517125

#517125 #255171 #712551

Analogous Colors of #517125

#517125 #2b7125 #716b25

Monochromatic Colors of #517125

#517125

Complementary Color

#517125 #452571

#517125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517125 Color CSS Codes

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

#517125 Text Font Color

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

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


#517125 Background Color

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

This div background color is #517125


#517125 Border Color

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

This div border color is #517125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517125


Comments

No comments written yet.

Please login to write comment.