Color Hex Logo

#516328 Color Hex

#516328
(81,99,40)
0 Favorites   0 Comments

Color spaces of #516328

RGB 819940
HSL0.220.420.27
HSV78°60°39°
CMYK 0.180.000.60   0.61
XYZ8.238210.82623.6630
Yxy10.82620.36250.4764
Hunter Lab32.9032-12.888316.4317
CIE-Lab39.2862-17.026430.7572

#516328 color RGB value is (81,99,40).

#516328 hex color red value is 81, green value is 99 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #516328 hue: 0.22 , saturation: 0.42 and the lightness value of 516328 is 0.27.

The process color (four color CMYK) of #516328 color hex is 0.18, 0.00, 0.60, 0.61. Web safe color of #516328 is #666633. Color #516328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100011 00101000
Octal 121 143 50
Decimal 81 99 40
Hex 51 63 28

RGB Percentages of Color #516328

%36.82
%45.00
%18.18

CMYK Percentages of Color #516328

%18
%0
%60
%61

Triadic Colors of #516328

#516328 #285163 #632851

Analogous Colors of #516328

#516328 #346328 #635828

Monochromatic Colors of #516328

#516328

Complementary Color

#516328 #3a2863

#516328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516328 Color CSS Codes

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

#516328 Text Font Color

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

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


#516328 Background Color

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

This div background color is #516328


#516328 Border Color

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

This div border color is #516328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516328


Comments

No comments written yet.

Please login to write comment.