Color Hex Logo

#515d0a Color Hex

#515D0A
(81,93,10)
0 Favorites   0 Comments

Color spaces of #515d0a

RGB 819310
HSL0.190.810.20
HSV69°89°36°
CMYK 0.130.000.89   0.64
XYZ7.36259.59991.7521
Yxy9.59990.39340.5130
Hunter Lab30.9837-11.805418.3358
CIE-Lab37.1146-15.801741.0840

#515d0a color RGB value is (81,93,10).

#515d0a hex color red value is 81, green value is 93 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #515d0a hue: 0.19 , saturation: 0.81 and the lightness value of 515d0a is 0.20.

The process color (four color CMYK) of #515d0a color hex is 0.13, 0.00, 0.89, 0.64. Web safe color of #515d0a is #666600. Color #515d0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011101 00001010
Octal 121 135 12
Decimal 81 93 10
Hex 51 5D A

RGB Percentages of Color #515d0a

%44.02
%50.54
%5.43

CMYK Percentages of Color #515d0a

%13
%0
%89
%64

Triadic Colors of #515d0a

#515d0a #0a515d #5d0a51

Analogous Colors of #515d0a

#515d0a #285d0a #5d400a

Monochromatic Colors of #515d0a

#515d0a

Complementary Color

#515d0a #160a5d

#515d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#515d0a Color CSS Codes

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

#515d0a Text Font Color

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

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


#515d0a Background Color

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

This div background color is #515d0a


#515d0a Border Color

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

This div border color is #515d0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,93,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515d0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515d0a;
  -webkit-box-shadow: 1px 1px 3px 2px #515d0a;
  box-shadow:         1px 1px 3px 2px #515d0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515d0a


Comments

No comments written yet.

Please login to write comment.