Color Hex Logo

#51331c Color Hex

#51331C
(81,51,28)
0 Favorites   0 Comments

Color spaces of #51331c

RGB 815128
HSL0.070.490.21
HSV26°65°32°
CMYK 0.000.370.65   0.68
XYZ4.78684.20081.6572
Yxy4.20080.44970.3946
Hunter Lab20.49595.82099.5532
CIE-Lab24.324510.833219.9607

#51331c color RGB value is (81,51,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 00011100
Octal 121 63 34
Decimal 81 51 28
Hex 51 33 1C

RGB Percentages of Color #51331c

%50.63
%31.88
%17.50

CMYK Percentages of Color #51331c

%0
%37
%65
%68

Triadic Colors of #51331c

#51331c #1c5133 #331c51

Analogous Colors of #51331c

#51331c #514e1c #511c20

Monochromatic Colors of #51331c

#51331c

Complementary Color

#51331c #1c3a51

#51331c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51331c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51331c Color CSS Codes

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

#51331c Text Font Color

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

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


#51331c Background Color

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

This div background color is #51331c


#51331c Border Color

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

This div border color is #51331c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51331c


Comments

No comments written yet.

Please login to write comment.