Color Hex Logo

#511808 Color Hex

#511808
(81,24,8)
0 Favorites   0 Comments

Color spaces of #511808

RGB 81248
HSL0.040.820.17
HSV13°90°32°
CMYK 0.000.700.90   0.68
XYZ3.76382.42010.4985
Yxy2.42010.56320.3622
Hunter Lab15.556715.96238.9898
CIE-Lab17.553325.798323.1341

#511808 color RGB value is (81,24,8).

#511808 hex color red value is 81, green value is 24 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #511808 hue: 0.04 , saturation: 0.82 and the lightness value of 511808 is 0.17.

The process color (four color CMYK) of #511808 color hex is 0.00, 0.70, 0.90, 0.68. Web safe color of #511808 is #660000. Color #511808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011000 00001000
Octal 121 30 10
Decimal 81 24 8
Hex 51 18 8

RGB Percentages of Color #511808

%71.68
%21.24
%7.08

CMYK Percentages of Color #511808

%0
%70
%90
%68

Triadic Colors of #511808

#511808 #085118 #180851

Analogous Colors of #511808

#511808 #513d08 #51081d

Monochromatic Colors of #511808

#511808

Complementary Color

#511808 #084151

#511808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511808 Color CSS Codes

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

#511808 Text Font Color

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

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


#511808 Background Color

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

This div background color is #511808


#511808 Border Color

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

This div border color is #511808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511808


Comments

No comments written yet.

Please login to write comment.