Color Hex Logo

#516213 Color Hex

#516213
(81,98,19)
0 Favorites   0 Comments

Color spaces of #516213

RGB 819819
HSL0.200.680.23
HSV73°81°38°
CMYK 0.170.000.81   0.62
XYZ7.878610.53172.2337
Yxy10.53170.38160.5102
Hunter Lab32.4526-13.457118.6359
CIE-Lab38.7803-18.113339.6986

#516213 color RGB value is (81,98,19).

#516213 hex color red value is 81, green value is 98 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #516213 hue: 0.20 , saturation: 0.68 and the lightness value of 516213 is 0.23.

The process color (four color CMYK) of #516213 color hex is 0.17, 0.00, 0.81, 0.62. Web safe color of #516213 is #666600. Color #516213 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100010 00010011
Octal 121 142 23
Decimal 81 98 19
Hex 51 62 13

RGB Percentages of Color #516213

%40.91
%49.49
%9.60

CMYK Percentages of Color #516213

%17
%0
%81
%62

Triadic Colors of #516213

#516213 #135162 #621351

Analogous Colors of #516213

#516213 #2a6213 #624c13

Monochromatic Colors of #516213

#516213

Complementary Color

#516213 #241362

#516213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516213 Color CSS Codes

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

#516213 Text Font Color

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

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


#516213 Background Color

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

This div background color is #516213


#516213 Border Color

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

This div border color is #516213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516213


Comments

No comments written yet.

Please login to write comment.