Color Hex Logo

#517969 Color Hex

#517969
(81,121,105)
0 Favorites   0 Comments

Color spaces of #517969

RGB 81121105
HSL0.430.200.40
HSV156°33°47°
CMYK 0.330.000.13   0.53
XYZ12.780516.444015.8650
Yxy16.44400.28340.3647
Hunter Lab40.5512-14.70695.1896
CIE-Lab47.5517-17.77264.3297

#517969 color RGB value is (81,121,105).

#517969 hex color red value is 81, green value is 121 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #517969 hue: 0.43 , saturation: 0.20 and the lightness value of 517969 is 0.40.

The process color (four color CMYK) of #517969 color hex is 0.33, 0.00, 0.13, 0.53. Web safe color of #517969 is #666666. Color #517969 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 01101001
Octal 121 171 151
Decimal 81 121 105
Hex 51 79 69

RGB Percentages of Color #517969

%26.38
%39.41
%34.20

CMYK Percentages of Color #517969

%33
%0
%13
%53

Triadic Colors of #517969

#517969 #695179 #796951

Analogous Colors of #517969

#517969 #517579 #517955

Monochromatic Colors of #517969

#517969

Complementary Color

#517969 #795161

#517969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517969 Color CSS Codes

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

#517969 Text Font Color

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

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


#517969 Background Color

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

This div background color is #517969


#517969 Border Color

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

This div border color is #517969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517969


Comments

No comments written yet.

Please login to write comment.