Color Hex Logo

#51321c Color Hex

#51321C
(81,50,28)
0 Favorites   0 Comments

Color spaces of #51321c

RGB 815028
HSL0.070.490.21
HSV25°65°32°
CMYK 0.000.380.65   0.68
XYZ4.74354.11441.6428
Yxy4.11440.45170.3918
Hunter Lab20.28406.24609.3969
CIE-Lab24.046111.474719.6247

#51321c color RGB value is (81,50,28).

#51321c hex color red value is 81, green value is 50 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #51321c hue: 0.07 , saturation: 0.49 and the lightness value of 51321c is 0.21.

The process color (four color CMYK) of #51321c color hex is 0.00, 0.38, 0.65, 0.68. Web safe color of #51321c is #663333. Color #51321c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110010 00011100
Octal 121 62 34
Decimal 81 50 28
Hex 51 32 1C

RGB Percentages of Color #51321c

%50.94
%31.45
%17.61

CMYK Percentages of Color #51321c

%0
%38
%65
%68

Triadic Colors of #51321c

#51321c #1c5132 #321c51

Analogous Colors of #51321c

#51321c #514d1c #511c21

Monochromatic Colors of #51321c

#51321c

Complementary Color

#51321c #1c3b51

#51321c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51321c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51321c Color CSS Codes

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

#51321c Text Font Color

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

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


#51321c Background Color

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

This div background color is #51321c


#51321c Border Color

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

This div border color is #51321c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51321c


Comments

No comments written yet.

Please login to write comment.