Color Hex Logo

#517944 Color Hex

#517944
(81,121,68)
0 Favorites   0 Comments

Color spaces of #517944

RGB 8112168
HSL0.290.280.37
HSV105°44°47°
CMYK 0.330.000.44   0.53
XYZ11.274115.84147.9323
Yxy15.84140.32170.4520
Hunter Lab39.8013-19.090316.0445
CIE-Lab46.7657-24.872424.6867

#517944 color RGB value is (81,121,68).

#517944 hex color red value is 81, green value is 121 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #517944 hue: 0.29 , saturation: 0.28 and the lightness value of 517944 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 01000100
Octal 121 171 104
Decimal 81 121 68
Hex 51 79 44

RGB Percentages of Color #517944

%30.00
%44.81
%25.19

CMYK Percentages of Color #517944

%33
%0
%44
%53

Triadic Colors of #517944

#517944 #445179 #794451

Analogous Colors of #517944

#517944 #447952 #6c7944

Monochromatic Colors of #517944

#517944

Complementary Color

#517944 #6c4479

#517944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517944 Color CSS Codes

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

#517944 Text Font Color

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

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


#517944 Background Color

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

This div background color is #517944


#517944 Border Color

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

This div border color is #517944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517944


Comments

No comments written yet.

Please login to write comment.