Color Hex Logo

#513d4e Color Hex

#513D4E
(81,61,78)
0 Favorites   0 Comments

Color spaces of #513d4e

RGB 816178
HSL0.860.140.28
HSV309°25°32°
CMYK 0.000.250.04   0.68
XYZ6.43725.63697.9565
Yxy5.63690.32140.2814
Hunter Lab23.74226.8478-3.2498
CIE-Lab28.477312.0964-6.9300

#513d4e color RGB value is (81,61,78).

#513d4e hex color red value is 81, green value is 61 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #513d4e hue: 0.86 , saturation: 0.14 and the lightness value of 513d4e is 0.28.

The process color (four color CMYK) of #513d4e color hex is 0.00, 0.25, 0.04, 0.68. Web safe color of #513d4e is #663366. Color #513d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111101 01001110
Octal 121 75 116
Decimal 81 61 78
Hex 51 3D 4E

RGB Percentages of Color #513d4e

%36.82
%27.73
%35.45

CMYK Percentages of Color #513d4e

%0
%25
%4
%68

Triadic Colors of #513d4e

#513d4e #4e513d #3d4e51

Analogous Colors of #513d4e

#513d4e #513d44 #4a3d51

Monochromatic Colors of #513d4e

#513d4e

Complementary Color

#513d4e #3d5140

#513d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#513d4e Color CSS Codes

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

#513d4e Text Font Color

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

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


#513d4e Background Color

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

This div background color is #513d4e


#513d4e Border Color

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

This div border color is #513d4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,61,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513d4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513d4e;
  -webkit-box-shadow: 1px 1px 3px 2px #513d4e;
  box-shadow:         1px 1px 3px 2px #513d4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513d4e


Comments

No comments written yet.

Please login to write comment.