Color Hex Logo

#513940 Color Hex

#513940
(81,57,64)
0 Favorites   0 Comments

Color spaces of #513940

RGB 815764
HSL0.950.170.27
HSV343°30°32°
CMYK 0.000.300.21   0.68
XYZ5.78195.04585.5197
Yxy5.04580.35370.3087
Hunter Lab22.46296.63561.1549
CIE-Lab26.864911.8817-0.1150

#513940 color RGB value is (81,57,64).

#513940 hex color red value is 81, green value is 57 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #513940 hue: 0.95 , saturation: 0.17 and the lightness value of 513940 is 0.27.

The process color (four color CMYK) of #513940 color hex is 0.00, 0.30, 0.21, 0.68. Web safe color of #513940 is #663333. Color #513940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 01000000
Octal 121 71 100
Decimal 81 57 64
Hex 51 39 40

RGB Percentages of Color #513940

%40.10
%28.22
%31.68

CMYK Percentages of Color #513940

%0
%30
%21
%68

Triadic Colors of #513940

#513940 #405139 #394051

Analogous Colors of #513940

#513940 #513e39 #51394c

Monochromatic Colors of #513940

#513940

Complementary Color

#513940 #39514a

#513940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513940 Color CSS Codes

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

#513940 Text Font Color

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

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


#513940 Background Color

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

This div background color is #513940


#513940 Border Color

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

This div border color is #513940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513940


Comments

No comments written yet.

Please login to write comment.