Color Hex Logo

#518048 Color Hex

#518048
(81,128,72)
0 Favorites   0 Comments

Color spaces of #518048

RGB 8112872
HSL0.310.280.39
HSV110°44°50°
CMYK 0.370.000.44   0.50
XYZ12.282217.65568.8914
Yxy17.65560.31630.4547
Hunter Lab42.0186-21.356216.8669
CIE-Lab49.0757-27.714925.4301

#518048 color RGB value is (81,128,72).

#518048 hex color red value is 81, green value is 128 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #518048 hue: 0.31 , saturation: 0.28 and the lightness value of 518048 is 0.39.

The process color (four color CMYK) of #518048 color hex is 0.37, 0.00, 0.44, 0.50. Web safe color of #518048 is #669933. Color #518048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000000 01001000
Octal 121 200 110
Decimal 81 128 72
Hex 51 80 48

RGB Percentages of Color #518048

%28.83
%45.55
%25.62

CMYK Percentages of Color #518048

%37
%0
%44
%50

Triadic Colors of #518048

#518048 #485180 #804851

Analogous Colors of #518048

#518048 #48805b #6d8048

Monochromatic Colors of #518048

#518048

Complementary Color

#518048 #774880

#518048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518048 Color CSS Codes

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

#518048 Text Font Color

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

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


#518048 Background Color

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

This div background color is #518048


#518048 Border Color

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

This div border color is #518048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518048


Comments

No comments written yet.

Please login to write comment.