Color Hex Logo

#518532 Color Hex

#518532
(81,133,50)
0 Favorites   0 Comments

Color spaces of #518532

RGB 8113350
HSL0.270.450.36
HSV98°62°52°
CMYK 0.390.000.62   0.48
XYZ12.356618.75475.9864
Yxy18.75470.33310.5055
Hunter Lab43.3067-24.855722.1189
CIE-Lab50.3990-32.909338.4311

#518532 color RGB value is (81,133,50).

#518532 hex color red value is 81, green value is 133 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #518532 hue: 0.27 , saturation: 0.45 and the lightness value of 518532 is 0.36.

The process color (four color CMYK) of #518532 color hex is 0.39, 0.00, 0.62, 0.48. Web safe color of #518532 is #669933. Color #518532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000101 00110010
Octal 121 205 62
Decimal 81 133 50
Hex 51 85 32

RGB Percentages of Color #518532

%30.68
%50.38
%18.94

CMYK Percentages of Color #518532

%39
%0
%62
%48

Triadic Colors of #518532

#518532 #325185 #853251

Analogous Colors of #518532

#518532 #32853d #7b8532

Monochromatic Colors of #518532

#518532

Complementary Color

#518532 #663285

#518532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518532 Color CSS Codes

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

#518532 Text Font Color

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

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


#518532 Background Color

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

This div background color is #518532


#518532 Border Color

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

This div border color is #518532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518532


Comments

No comments written yet.

Please login to write comment.