Color Hex Logo

#513318 Color Hex

#513318
(81,51,24)
0 Favorites   0 Comments

Color spaces of #513318

RGB 815124
HSL0.080.540.21
HSV28°70°32°
CMYK 0.000.370.70   0.68
XYZ4.74204.18291.4216
Yxy4.18290.45830.4043
Hunter Lab20.45215.595510.1953
CIE-Lab24.267110.502622.3317

#513318 color RGB value is (81,51,24).

#513318 hex color red value is 81, green value is 51 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #513318 hue: 0.08 , saturation: 0.54 and the lightness value of 513318 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 00011000
Octal 121 63 30
Decimal 81 51 24
Hex 51 33 18

RGB Percentages of Color #513318

%51.92
%32.69
%15.38

CMYK Percentages of Color #513318

%0
%37
%70
%68

Triadic Colors of #513318

#513318 #185133 #331851

Analogous Colors of #513318

#513318 #515018 #511819

Monochromatic Colors of #513318

#513318

Complementary Color

#513318 #183651

#513318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513318 Color CSS Codes

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

#513318 Text Font Color

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

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


#513318 Background Color

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

This div background color is #513318


#513318 Border Color

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

This div border color is #513318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513318


Comments

No comments written yet.

Please login to write comment.