Color Hex Logo

#512e14 Color Hex

#512E14
(81,46,20)
0 Favorites   0 Comments

Color spaces of #512e14

RGB 814620
HSL0.070.600.20
HSV26°75°32°
CMYK 0.000.430.75   0.68
XYZ4.49663.75381.1494
Yxy3.75380.47840.3993
Hunter Lab19.37477.521610.0449
CIE-Lab22.840213.421423.0926

#512e14 color RGB value is (81,46,20).

#512e14 hex color red value is 81, green value is 46 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #512e14 hue: 0.07 , saturation: 0.60 and the lightness value of 512e14 is 0.20.

The process color (four color CMYK) of #512e14 color hex is 0.00, 0.43, 0.75, 0.68. Web safe color of #512e14 is #663300. Color #512e14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 00010100
Octal 121 56 24
Decimal 81 46 20
Hex 51 2E 14

RGB Percentages of Color #512e14

%55.10
%31.29
%13.61

CMYK Percentages of Color #512e14

%0
%43
%75
%68

Triadic Colors of #512e14

#512e14 #14512e #2e1451

Analogous Colors of #512e14

#512e14 #514d14 #511419

Monochromatic Colors of #512e14

#512e14

Complementary Color

#512e14 #143751

#512e14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512e14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512e14 Color CSS Codes

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

#512e14 Text Font Color

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

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


#512e14 Background Color

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

This div background color is #512e14


#512e14 Border Color

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

This div border color is #512e14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,46,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512e14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512e14;
  -webkit-box-shadow: 1px 1px 3px 2px #512e14;
  box-shadow:         1px 1px 3px 2px #512e14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512e14


Comments

No comments written yet.

Please login to write comment.