Color Hex Logo

#513842 Color Hex

#513842
(81,56,66)
0 Favorites   0 Comments

Color spaces of #513842

RGB 815666
HSL0.930.180.27
HSV336°31°32°
CMYK 0.000.310.19   0.68
XYZ5.79094.97105.8085
Yxy4.97100.34950.3000
Hunter Lab22.29577.34450.1607
CIE-Lab26.652012.9012-1.7511

#513842 color RGB value is (81,56,66).

#513842 hex color red value is 81, green value is 56 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #513842 hue: 0.93 , saturation: 0.18 and the lightness value of 513842 is 0.27.

The process color (four color CMYK) of #513842 color hex is 0.00, 0.31, 0.19, 0.68. Web safe color of #513842 is #663333. Color #513842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111000 01000010
Octal 121 70 102
Decimal 81 56 66
Hex 51 38 42

RGB Percentages of Color #513842

%39.90
%27.59
%32.51

CMYK Percentages of Color #513842

%0
%31
%19
%68

Triadic Colors of #513842

#513842 #425138 #384251

Analogous Colors of #513842

#513842 #513b38 #51384f

Monochromatic Colors of #513842

#513842

Complementary Color

#513842 #385147

#513842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513842 Color CSS Codes

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

#513842 Text Font Color

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

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


#513842 Background Color

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

This div background color is #513842


#513842 Border Color

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

This div border color is #513842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513842


Comments

No comments written yet.

Please login to write comment.