Color Hex Logo

#517053 Color Hex

#517053
(81,112,83)
0 Favorites   0 Comments

Color spaces of #517053

RGB 8111283
HSL0.340.160.38
HSV124°28°44°
CMYK 0.280.000.26   0.56
XYZ10.748813.962210.3121
Yxy13.96220.30690.3987
Hunter Lab37.3660-14.04289.7936
CIE-Lab44.1787-17.597812.5918

#517053 color RGB value is (81,112,83).

#517053 hex color red value is 81, green value is 112 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #517053 hue: 0.34 , saturation: 0.16 and the lightness value of 517053 is 0.38.

The process color (four color CMYK) of #517053 color hex is 0.28, 0.00, 0.26, 0.56. Web safe color of #517053 is #666666. Color #517053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110000 01010011
Octal 121 160 123
Decimal 81 112 83
Hex 51 70 53

RGB Percentages of Color #517053

%29.35
%40.58
%30.07

CMYK Percentages of Color #517053

%28
%0
%26
%56

Triadic Colors of #517053

#517053 #535170 #705351

Analogous Colors of #517053

#517053 #517063 #5f7051

Monochromatic Colors of #517053

#517053

Complementary Color

#517053 #70516e

#517053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517053 Color CSS Codes

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

#517053 Text Font Color

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

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


#517053 Background Color

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

This div background color is #517053


#517053 Border Color

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

This div border color is #517053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517053


Comments

No comments written yet.

Please login to write comment.