Color Hex Logo

#516334 Color Hex

#516334
(81,99,52)
0 Favorites   0 Comments

Color spaces of #516334

RGB 819952
HSL0.230.310.30
HSV83°47°39°
CMYK 0.180.000.47   0.61
XYZ8.475010.92094.9101
Yxy10.92090.34870.4493
Hunter Lab33.0468-12.054714.3234
CIE-Lab39.4469-15.619124.4102

#516334 color RGB value is (81,99,52).

#516334 hex color red value is 81, green value is 99 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #516334 hue: 0.23 , saturation: 0.31 and the lightness value of 516334 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100011 00110100
Octal 121 143 64
Decimal 81 99 52
Hex 51 63 34

RGB Percentages of Color #516334

%34.91
%42.67
%22.41

CMYK Percentages of Color #516334

%18
%0
%47
%61

Triadic Colors of #516334

#516334 #345163 #633451

Analogous Colors of #516334

#516334 #3a6334 #635e34

Monochromatic Colors of #516334

#516334

Complementary Color

#516334 #463463

#516334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516334 Color CSS Codes

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

#516334 Text Font Color

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

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


#516334 Background Color

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

This div background color is #516334


#516334 Border Color

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

This div border color is #516334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516334


Comments

No comments written yet.

Please login to write comment.