Color Hex Logo

#518315 Color Hex

#518315
(81,131,21)
0 Favorites   0 Comments

Color spaces of #518315

RGB 8113121
HSL0.240.720.30
HSV87°84°51°
CMYK 0.380.000.84   0.49
XYZ11.645018.03613.5770
Yxy18.03610.35010.5423
Hunter Lab42.4689-25.375824.7345
CIE-Lab49.5399-34.164948.9453

#518315 color RGB value is (81,131,21).

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

The process color (four color CMYK) of #518315 color hex is 0.38, 0.00, 0.84, 0.49. Web safe color of #518315 is #669900. Color #518315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000011 00010101
Octal 121 203 25
Decimal 81 131 21
Hex 51 83 15

RGB Percentages of Color #518315

%34.76
%56.22
%9.01

CMYK Percentages of Color #518315

%38
%0
%84
%49

Triadic Colors of #518315

#518315 #155183 #831551

Analogous Colors of #518315

#518315 #1a8315 #837e15

Monochromatic Colors of #518315

#518315

Complementary Color

#518315 #471583

#518315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#518315 Color CSS Codes

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

#518315 Text Font Color

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

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


#518315 Background Color

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

This div background color is #518315


#518315 Border Color

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

This div border color is #518315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518315


Comments

No comments written yet.

Please login to write comment.