Color Hex Logo

#514044 Color Hex

#514044
(81,64,68)
0 Favorites   0 Comments

Color spaces of #514044

RGB 816468
HSL0.960.120.28
HSV346°21°32°
CMYK 0.000.210.16   0.68
XYZ6.27015.83356.2643
Yxy5.83350.34140.3176
Hunter Lab24.15264.07201.5292
CIE-Lab28.98858.11400.3574

#514044 color RGB value is (81,64,68).

#514044 hex color red value is 81, green value is 64 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #514044 hue: 0.96 , saturation: 0.12 and the lightness value of 514044 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000000 01000100
Octal 121 100 104
Decimal 81 64 68
Hex 51 40 44

RGB Percentages of Color #514044

%38.03
%30.05
%31.92

CMYK Percentages of Color #514044

%0
%21
%16
%68

Triadic Colors of #514044

#514044 #445140 #404451

Analogous Colors of #514044

#514044 #514540 #51404d

Monochromatic Colors of #514044

#514044

Complementary Color

#514044 #40514d

#514044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514044 Color CSS Codes

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

#514044 Text Font Color

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

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


#514044 Background Color

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

This div background color is #514044


#514044 Border Color

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

This div border color is #514044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514044


Comments

No comments written yet.

Please login to write comment.