Color Hex Logo

#513608 Color Hex

#513608
(81,54,8)
0 Favorites   0 Comments

Color spaces of #513608

RGB 81548
HSL0.110.820.17
HSV38°90°32°
CMYK 0.000.330.90   0.68
XYZ4.75634.40520.8293
Yxy4.40520.47610.4409
Hunter Lab20.98863.720612.3493
CIE-Lab24.96827.665731.1867

#513608 color RGB value is (81,54,8).

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

The process color (four color CMYK) of #513608 color hex is 0.00, 0.33, 0.90, 0.68. Web safe color of #513608 is #663300. Color #513608 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110110 00001000
Octal 121 66 10
Decimal 81 54 8
Hex 51 36 8

RGB Percentages of Color #513608

%56.64
%37.76
%5.59

CMYK Percentages of Color #513608

%0
%33
%90
%68

Triadic Colors of #513608

#513608 #085136 #360851

Analogous Colors of #513608

#513608 #485108 #511208

Monochromatic Colors of #513608

#513608

Complementary Color

#513608 #082351

#513608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513608 Color CSS Codes

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

#513608 Text Font Color

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

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


#513608 Background Color

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

This div background color is #513608


#513608 Border Color

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

This div border color is #513608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513608


Comments

No comments written yet.

Please login to write comment.