Color Hex Logo

#51330b Color Hex

#51330B
(81,51,11)
0 Favorites   0 Comments

Color spaces of #51330b

RGB 815111
HSL0.100.760.18
HSV34°86°32°
CMYK 0.000.370.86   0.68
XYZ4.63764.14110.8715
Yxy4.14110.48060.4291
Hunter Lab20.34975.067411.7056
CIE-Lab24.13259.721929.1424

#51330b color RGB value is (81,51,11).

#51330b hex color red value is 81, green value is 51 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #51330b hue: 0.10 , saturation: 0.76 and the lightness value of 51330b is 0.18.

The process color (four color CMYK) of #51330b color hex is 0.00, 0.37, 0.86, 0.68. Web safe color of #51330b is #663300. Color #51330b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 00001011
Octal 121 63 13
Decimal 81 51 11
Hex 51 33 B

RGB Percentages of Color #51330b

%56.64
%35.66
%7.69

CMYK Percentages of Color #51330b

%0
%37
%86
%68

Triadic Colors of #51330b

#51330b #0b5133 #330b51

Analogous Colors of #51330b

#51330b #4c510b #51100b

Monochromatic Colors of #51330b

#51330b

Complementary Color

#51330b #0b2951

#51330b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51330b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51330b Color CSS Codes

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

#51330b Text Font Color

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

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


#51330b Background Color

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

This div background color is #51330b


#51330b Border Color

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

This div border color is #51330b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51330b


Comments

No comments written yet.

Please login to write comment.