Color Hex Logo

#511c0a Color Hex

#511C0A
(81,28,10)
1 Favorites   0 Comments

Color spaces of #511c0a

RGB 812810
HSL0.040.780.18
HSV15°88°32°
CMYK 0.000.650.88   0.68
XYZ3.86342.60180.5857
Yxy2.60180.54790.3690
Hunter Lab16.130114.52589.1382
CIE-Lab18.372923.756023.2999

#511c0a color RGB value is (81,28,10).

#511c0a hex color red value is 81, green value is 28 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #511c0a hue: 0.04 , saturation: 0.78 and the lightness value of 511c0a is 0.18.

The process color (four color CMYK) of #511c0a color hex is 0.00, 0.65, 0.88, 0.68. Web safe color of #511c0a is #663300. Color #511c0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011100 00001010
Octal 121 34 12
Decimal 81 28 10
Hex 51 1C A

RGB Percentages of Color #511c0a

%68.07
%23.53
%8.40

CMYK Percentages of Color #511c0a

%0
%65
%88
%68

Triadic Colors of #511c0a

#511c0a #0a511c #1c0a51

Analogous Colors of #511c0a

#511c0a #51400a #510a1b

Monochromatic Colors of #511c0a

#511c0a

Complementary Color

#511c0a #0a3f51

#511c0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511c0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#511c0a Color CSS Codes

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

#511c0a Text Font Color

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

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


#511c0a Background Color

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

This div background color is #511c0a


#511c0a Border Color

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

This div border color is #511c0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511c0a


Comments

No comments written yet.

Please login to write comment.