Color Hex Logo

#518367 Color Hex

#518367
(81,131,103)
0 Favorites   0 Comments

Color spaces of #518367

RGB 81131103
HSL0.410.240.42
HSV146°38°51°
CMYK 0.380.000.21   0.49
XYZ13.957818.961215.7562
Yxy18.96120.28680.3895
Hunter Lab43.5445-18.98629.0275
CIE-Lab50.6418-23.45639.8985

#518367 color RGB value is (81,131,103).

#518367 hex color red value is 81, green value is 131 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #518367 hue: 0.41 , saturation: 0.24 and the lightness value of 518367 is 0.42.

The process color (four color CMYK) of #518367 color hex is 0.38, 0.00, 0.21, 0.49. Web safe color of #518367 is #669966. Color #518367 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000011 01100111
Octal 121 203 147
Decimal 81 131 103
Hex 51 83 67

RGB Percentages of Color #518367

%25.71
%41.59
%32.70

CMYK Percentages of Color #518367

%38
%0
%21
%49

Triadic Colors of #518367

#518367 #675183 #836751

Analogous Colors of #518367

#518367 #518380 #548351

Monochromatic Colors of #518367

#518367

Complementary Color

#518367 #83516d

#518367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518367 Color CSS Codes

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

#518367 Text Font Color

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

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


#518367 Background Color

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

This div background color is #518367


#518367 Border Color

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

This div border color is #518367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518367


Comments

No comments written yet.

Please login to write comment.