Color Hex Logo

#512012 Color Hex

#512012
(81,32,18)
0 Favorites   0 Comments

Color spaces of #512012

RGB 813218
HSL0.040.640.19
HSV13°78°32°
CMYK 0.000.600.78   0.68
XYZ4.01902.82600.9059
Yxy2.82600.51850.3646
Hunter Lab16.810713.25598.5725
CIE-Lab19.333121.894720.3755

#512012 color RGB value is (81,32,18).

#512012 hex color red value is 81, green value is 32 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #512012 hue: 0.04 , saturation: 0.64 and the lightness value of 512012 is 0.19.

The process color (four color CMYK) of #512012 color hex is 0.00, 0.60, 0.78, 0.68. Web safe color of #512012 is #663300. Color #512012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100000 00010010
Octal 121 40 22
Decimal 81 32 18
Hex 51 20 12

RGB Percentages of Color #512012

%61.83
%24.43
%13.74

CMYK Percentages of Color #512012

%0
%60
%78
%68

Triadic Colors of #512012

#512012 #125120 #201251

Analogous Colors of #512012

#512012 #514012 #511224

Monochromatic Colors of #512012

#512012

Complementary Color

#512012 #124351

#512012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512012 Color CSS Codes

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

#512012 Text Font Color

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

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


#512012 Background Color

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

This div background color is #512012


#512012 Border Color

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

This div border color is #512012


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,32,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 #512012">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512012


Comments

No comments written yet.

Please login to write comment.