Color Hex Logo

#513242 Color Hex

#513242
(81,50,66)
0 Favorites   0 Comments

Color spaces of #513242

RGB 815066
HSL0.910.240.26
HSV329°38°32°
CMYK 0.000.380.19   0.68
XYZ5.51734.42395.7174
Yxy4.42390.35230.2825
Hunter Lab21.033110.0154-1.3936
CIE-Lab25.026116.7609-4.1587

#513242 color RGB value is (81,50,66).

#513242 hex color red value is 81, green value is 50 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #513242 hue: 0.91 , saturation: 0.24 and the lightness value of 513242 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110010 01000010
Octal 121 62 102
Decimal 81 50 66
Hex 51 32 42

RGB Percentages of Color #513242

%41.12
%25.38
%33.50

CMYK Percentages of Color #513242

%0
%38
%19
%68

Triadic Colors of #513242

#513242 #425132 #324251

Analogous Colors of #513242

#513242 #513233 #513251

Monochromatic Colors of #513242

#513242

Complementary Color

#513242 #325141

#513242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513242 Color CSS Codes

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

#513242 Text Font Color

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

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


#513242 Background Color

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

This div background color is #513242


#513242 Border Color

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

This div border color is #513242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513242


Comments

No comments written yet.

Please login to write comment.