Color Hex Logo

#517e4e Color Hex

#517E4E
(81,126,78)
0 Favorites   0 Comments

Color spaces of #517e4e

RGB 8112678
HSL0.320.240.40
HSV116°38°49°
CMYK 0.360.000.38   0.51
XYZ12.229317.22119.8872
Yxy17.22110.31090.4378
Hunter Lab41.4983-20.019214.9227
CIE-Lab48.5374-25.758221.3767

#517e4e color RGB value is (81,126,78).

#517e4e hex color red value is 81, green value is 126 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #517e4e hue: 0.32 , saturation: 0.24 and the lightness value of 517e4e is 0.40.

The process color (four color CMYK) of #517e4e color hex is 0.36, 0.00, 0.38, 0.51. Web safe color of #517e4e is #666666. Color #517e4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 01001110
Octal 121 176 116
Decimal 81 126 78
Hex 51 7E 4E

RGB Percentages of Color #517e4e

%28.42
%44.21
%27.37

CMYK Percentages of Color #517e4e

%36
%0
%38
%51

Triadic Colors of #517e4e

#517e4e #4e517e #7e4e51

Analogous Colors of #517e4e

#517e4e #4e7e63 #697e4e

Monochromatic Colors of #517e4e

#517e4e

Complementary Color

#517e4e #7b4e7e

#517e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#517e4e Color CSS Codes

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

#517e4e Text Font Color

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

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


#517e4e Background Color

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

This div background color is #517e4e


#517e4e Border Color

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

This div border color is #517e4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,126,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517e4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517e4e;
  -webkit-box-shadow: 1px 1px 3px 2px #517e4e;
  box-shadow:         1px 1px 3px 2px #517e4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517e4e


Comments

No comments written yet.

Please login to write comment.