Color Hex Logo

#517349 Color Hex

#517349
(81,115,73)
0 Favorites   0 Comments

Color spaces of #517349

RGB 8111573
HSL0.300.220.37
HSV109°37°45°
CMYK 0.300.000.37   0.55
XYZ10.726714.49188.5352
Yxy14.49180.31780.4293
Hunter Lab38.0681-16.322013.3543
CIE-Lab44.9301-21.002619.4571

#517349 color RGB value is (81,115,73).

#517349 hex color red value is 81, green value is 115 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #517349 hue: 0.30 , saturation: 0.22 and the lightness value of 517349 is 0.37.

The process color (four color CMYK) of #517349 color hex is 0.30, 0.00, 0.37, 0.55. Web safe color of #517349 is #666633. Color #517349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110011 01001001
Octal 121 163 111
Decimal 81 115 73
Hex 51 73 49

RGB Percentages of Color #517349

%30.11
%42.75
%27.14

CMYK Percentages of Color #517349

%30
%0
%37
%55

Triadic Colors of #517349

#517349 #495173 #734951

Analogous Colors of #517349

#517349 #497356 #667349

Monochromatic Colors of #517349

#517349

Complementary Color

#517349 #6b4973

#517349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517349 Color CSS Codes

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

#517349 Text Font Color

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

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


#517349 Background Color

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

This div background color is #517349


#517349 Border Color

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

This div border color is #517349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517349


Comments

No comments written yet.

Please login to write comment.