Color Hex Logo

#515712 Color Hex

#515712
(81,87,18)
0 Favorites   0 Comments

Color spaces of #515712

RGB 818718
HSL0.180.660.21
HSV65°79°34°
CMYK 0.070.000.79   0.66
XYZ6.91078.60941.8698
Yxy8.60940.39740.4951
Hunter Lab29.3418-9.307016.7610
CIE-Lab35.2211-12.092436.7132

#515712 color RGB value is (81,87,18).

#515712 hex color red value is 81, green value is 87 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #515712 hue: 0.18 , saturation: 0.66 and the lightness value of 515712 is 0.21.

The process color (four color CMYK) of #515712 color hex is 0.07, 0.00, 0.79, 0.66. Web safe color of #515712 is #666600. Color #515712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 00010010
Octal 121 127 22
Decimal 81 87 18
Hex 51 57 12

RGB Percentages of Color #515712

%43.55
%46.77
%9.68

CMYK Percentages of Color #515712

%7
%0
%79
%66

Triadic Colors of #515712

#515712 #125157 #571251

Analogous Colors of #515712

#515712 #2f5712 #573b12

Monochromatic Colors of #515712

#515712

Complementary Color

#515712 #181257

#515712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515712 Color CSS Codes

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

#515712 Text Font Color

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

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


#515712 Background Color

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

This div background color is #515712


#515712 Border Color

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

This div border color is #515712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515712


Comments

No comments written yet.

Please login to write comment.