Color Hex Logo

#514c41 Color Hex

#514C41
(81,76,65)
0 Favorites   0 Comments

Color spaces of #514c41

RGB 817665
HSL0.110.110.29
HSV41°20°32°
CMYK 0.000.060.20   0.68
XYZ6.93197.29996.0447
Yxy7.29990.34190.3600
Hunter Lab27.0183-1.48565.6481
CIE-Lab32.4801-0.06467.2904

#514c41 color RGB value is (81,76,65).

#514c41 hex color red value is 81, green value is 76 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #514c41 hue: 0.11 , saturation: 0.11 and the lightness value of 514c41 is 0.29.

The process color (four color CMYK) of #514c41 color hex is 0.00, 0.06, 0.20, 0.68. Web safe color of #514c41 is #663333. Color #514c41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 01000001
Octal 121 114 101
Decimal 81 76 65
Hex 51 4C 41

RGB Percentages of Color #514c41

%36.49
%34.23
%29.28

CMYK Percentages of Color #514c41

%0
%6
%20
%68

Triadic Colors of #514c41

#514c41 #41514c #4c4151

Analogous Colors of #514c41

#514c41 #4e5141 #514441

Monochromatic Colors of #514c41

#514c41

Complementary Color

#514c41 #414651

#514c41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514c41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514c41 Color CSS Codes

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

#514c41 Text Font Color

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

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


#514c41 Background Color

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

This div background color is #514c41


#514c41 Border Color

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

This div border color is #514c41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,76,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514c41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514c41;
  -webkit-box-shadow: 1px 1px 3px 2px #514c41;
  box-shadow:         1px 1px 3px 2px #514c41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514c41


Comments

No comments written yet.

Please login to write comment.