Color Hex Logo

#516942 Color Hex

#516942
(81,105,66)
0 Favorites   0 Comments

Color spaces of #516942

RGB 8110566
HSL0.270.230.34
HSV97°37°41°
CMYK 0.230.000.37   0.59
XYZ9.428312.24587.0210
Yxy12.24580.32860.4268
Hunter Lab34.9940-13.146912.6002
CIE-Lab41.6041-16.837819.1171

#516942 color RGB value is (81,105,66).

#516942 hex color red value is 81, green value is 105 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #516942 hue: 0.27 , saturation: 0.23 and the lightness value of 516942 is 0.34.

The process color (four color CMYK) of #516942 color hex is 0.23, 0.00, 0.37, 0.59. Web safe color of #516942 is #666633. Color #516942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101001 01000010
Octal 121 151 102
Decimal 81 105 66
Hex 51 69 42

RGB Percentages of Color #516942

%32.14
%41.67
%26.19

CMYK Percentages of Color #516942

%23
%0
%37
%59

Triadic Colors of #516942

#516942 #425169 #694251

Analogous Colors of #516942

#516942 #426947 #656942

Monochromatic Colors of #516942

#516942

Complementary Color

#516942 #5a4269

#516942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516942 Color CSS Codes

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

#516942 Text Font Color

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

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


#516942 Background Color

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

This div background color is #516942


#516942 Border Color

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

This div border color is #516942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516942


Comments

No comments written yet.

Please login to write comment.