Color Hex Logo

#516519 Color Hex

#516519
(81,101,25)
0 Favorites   0 Comments

Color spaces of #516519

RGB 8110125
HSL0.210.600.25
HSV76°75°40°
CMYK 0.200.000.75   0.60
XYZ8.222511.12692.6340
Yxy11.12690.37400.5062
Hunter Lab33.3570-14.374518.6681
CIE-Lab39.7934-19.353238.3528

#516519 color RGB value is (81,101,25).

#516519 hex color red value is 81, green value is 101 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #516519 hue: 0.21 , saturation: 0.60 and the lightness value of 516519 is 0.25.

The process color (four color CMYK) of #516519 color hex is 0.20, 0.00, 0.75, 0.60. Web safe color of #516519 is #666600. Color #516519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100101 00011001
Octal 121 145 31
Decimal 81 101 25
Hex 51 65 19

RGB Percentages of Color #516519

%39.13
%48.79
%12.08

CMYK Percentages of Color #516519

%20
%0
%75
%60

Triadic Colors of #516519

#516519 #195165 #651951

Analogous Colors of #516519

#516519 #2b6519 #655319

Monochromatic Colors of #516519

#516519

Complementary Color

#516519 #2d1965

#516519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516519 Color CSS Codes

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

#516519 Text Font Color

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

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


#516519 Background Color

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

This div background color is #516519


#516519 Border Color

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

This div border color is #516519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516519


Comments

No comments written yet.

Please login to write comment.