Color Hex Logo

#516a0b Color Hex

#516A0B
(81,106,11)
0 Favorites   0 Comments

Color spaces of #516a0b

RGB 8110611
HSL0.210.810.23
HSV76°90°42°
CMYK 0.240.000.90   0.58
XYZ8.607812.08162.1949
Yxy12.08160.37610.5279
Hunter Lab34.7586-16.622920.5870
CIE-Lab41.3455-22.641944.4403

#516a0b color RGB value is (81,106,11).

#516a0b hex color red value is 81, green value is 106 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #516a0b hue: 0.21 , saturation: 0.81 and the lightness value of 516a0b is 0.23.

The process color (four color CMYK) of #516a0b color hex is 0.24, 0.00, 0.90, 0.58. Web safe color of #516a0b is #666600. Color #516a0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 00001011
Octal 121 152 13
Decimal 81 106 11
Hex 51 6A B

RGB Percentages of Color #516a0b

%40.91
%53.54
%5.56

CMYK Percentages of Color #516a0b

%24
%0
%90
%58

Triadic Colors of #516a0b

#516a0b #0b516a #6a0b51

Analogous Colors of #516a0b

#516a0b #226a0b #6a540b

Monochromatic Colors of #516a0b

#516a0b

Complementary Color

#516a0b #240b6a

#516a0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516a0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#516a0b Color CSS Codes

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

#516a0b Text Font Color

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

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


#516a0b Background Color

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

This div background color is #516a0b


#516a0b Border Color

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

This div border color is #516a0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,106,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #516a0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #516a0b;
  -webkit-box-shadow: 1px 1px 3px 2px #516a0b;
  box-shadow:         1px 1px 3px 2px #516a0b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516a0b


Comments

No comments written yet.

Please login to write comment.