Color Hex Logo

#511303 Color Hex

#511303
(81,19,3)
0 Favorites   0 Comments

Color spaces of #511303

RGB 81193
HSL0.030.930.16
HSV12°96°32°
CMYK 0.000.770.96   0.68
XYZ3.64262.22160.3230
Yxy2.22160.58870.3591
Hunter Lab14.905017.53939.1487
CIE-Lab16.609728.016524.0174

#511303 color RGB value is (81,19,3).

#511303 hex color red value is 81, green value is 19 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #511303 hue: 0.03 , saturation: 0.93 and the lightness value of 511303 is 0.16.

The process color (four color CMYK) of #511303 color hex is 0.00, 0.77, 0.96, 0.68. Web safe color of #511303 is #660000. Color #511303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010011 00000011
Octal 121 23 3
Decimal 81 19 3
Hex 51 13 3

RGB Percentages of Color #511303

%78.64
%18.45
%2.91

CMYK Percentages of Color #511303

%0
%77
%96
%68

Triadic Colors of #511303

#511303 #035113 #130351

Analogous Colors of #511303

#511303 #513a03 #51031a

Monochromatic Colors of #511303

#511303

Complementary Color

#511303 #034151

#511303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511303 Color CSS Codes

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

#511303 Text Font Color

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

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


#511303 Background Color

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

This div background color is #511303


#511303 Border Color

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

This div border color is #511303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511303


Comments

No comments written yet.

Please login to write comment.