Color Hex Logo

#51240c Color Hex

#51240C
(81,36,12)
0 Favorites   0 Comments

Color spaces of #51240c

RGB 813612
HSL0.060.740.18
HSV21°85°32°
CMYK 0.000.560.85   0.68
XYZ4.09063.03760.7185
Yxy3.03760.52130.3871
Hunter Lab17.428711.39459.7559
CIE-Lab20.193919.213024.5400

#51240c color RGB value is (81,36,12).

#51240c hex color red value is 81, green value is 36 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #51240c hue: 0.06 , saturation: 0.74 and the lightness value of 51240c is 0.18.

The process color (four color CMYK) of #51240c color hex is 0.00, 0.56, 0.85, 0.68. Web safe color of #51240c is #663300. Color #51240c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100100 00001100
Octal 121 44 14
Decimal 81 36 12
Hex 51 24 C

RGB Percentages of Color #51240c

%62.79
%27.91
%9.30

CMYK Percentages of Color #51240c

%0
%56
%85
%68

Triadic Colors of #51240c

#51240c #0c5124 #240c51

Analogous Colors of #51240c

#51240c #51470c #510c17

Monochromatic Colors of #51240c

#51240c

Complementary Color

#51240c #0c3951

#51240c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51240c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51240c Color CSS Codes

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

#51240c Text Font Color

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

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


#51240c Background Color

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

This div background color is #51240c


#51240c Border Color

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

This div border color is #51240c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,36,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51240c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51240c;
  -webkit-box-shadow: 1px 1px 3px 2px #51240c;
  box-shadow:         1px 1px 3px 2px #51240c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51240c

#51240c Color Palettes


Comments

No comments written yet.

Please login to write comment.