Color Hex Logo

#512516 Color Hex

#512516
(81,37,22)
0 Favorites   0 Comments

Color spaces of #512516

RGB 813722
HSL0.040.570.20
HSV15°73°32°
CMYK 0.000.540.73   0.68
XYZ4.19973.13041.1419
Yxy3.13040.49570.3695
Hunter Lab17.692911.40728.5585
CIE-Lab20.558719.184319.2546

#512516 color RGB value is (81,37,22).

#512516 hex color red value is 81, green value is 37 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #512516 hue: 0.04 , saturation: 0.57 and the lightness value of 512516 is 0.20.

The process color (four color CMYK) of #512516 color hex is 0.00, 0.54, 0.73, 0.68. Web safe color of #512516 is #663300. Color #512516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 00010110
Octal 121 45 26
Decimal 81 37 22
Hex 51 25 16

RGB Percentages of Color #512516

%57.86
%26.43
%15.71

CMYK Percentages of Color #512516

%0
%54
%73
%68

Triadic Colors of #512516

#512516 #165125 #251651

Analogous Colors of #512516

#512516 #514316 #511625

Monochromatic Colors of #512516

#512516

Complementary Color

#512516 #164251

#512516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512516 Color CSS Codes

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

#512516 Text Font Color

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

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


#512516 Background Color

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

This div background color is #512516


#512516 Border Color

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

This div border color is #512516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512516


Comments

No comments written yet.

Please login to write comment.