Color Hex Logo

#513648 Color Hex

#513648
(81,54,72)
0 Favorites   0 Comments

Color spaces of #513648

RGB 815472
HSL0.890.200.26
HSV320°33°32°
CMYK 0.000.330.11   0.68
XYZ5.88224.85556.7581
Yxy4.85550.33620.2775
Hunter Lab22.03529.0882-2.7593
CIE-Lab26.319115.3649-6.2227

#513648 color RGB value is (81,54,72).

#513648 hex color red value is 81, green value is 54 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #513648 hue: 0.89 , saturation: 0.20 and the lightness value of 513648 is 0.26.

The process color (four color CMYK) of #513648 color hex is 0.00, 0.33, 0.11, 0.68. Web safe color of #513648 is #663333. Color #513648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110110 01001000
Octal 121 66 110
Decimal 81 54 72
Hex 51 36 48

RGB Percentages of Color #513648

%39.13
%26.09
%34.78

CMYK Percentages of Color #513648

%0
%33
%11
%68

Triadic Colors of #513648

#513648 #485136 #364851

Analogous Colors of #513648

#513648 #51363b #4d3651

Monochromatic Colors of #513648

#513648

Complementary Color

#513648 #36513f

#513648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513648 Color CSS Codes

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

#513648 Text Font Color

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

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


#513648 Background Color

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

This div background color is #513648


#513648 Border Color

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

This div border color is #513648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513648


Comments

No comments written yet.

Please login to write comment.