Color Hex Logo

#514740 Color Hex

#514740
(81,71,64)
0 Favorites   0 Comments

Color spaces of #514740

RGB 817164
HSL0.070.120.28
HSV25°21°32°
CMYK 0.000.120.21   0.68
XYZ6.57206.62605.7830
Yxy6.62600.34620.3491
Hunter Lab25.74100.52654.6986
CIE-Lab30.93992.89465.7522

#514740 color RGB value is (81,71,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 01000000
Octal 121 107 100
Decimal 81 71 64
Hex 51 47 40

RGB Percentages of Color #514740

%37.50
%32.87
%29.63

CMYK Percentages of Color #514740

%0
%12
%21
%68

Triadic Colors of #514740

#514740 #405147 #474051

Analogous Colors of #514740

#514740 #515040 #514042

Monochromatic Colors of #514740

#514740

Complementary Color

#514740 #404a51

#514740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514740 Color CSS Codes

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

#514740 Text Font Color

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

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


#514740 Background Color

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

This div background color is #514740


#514740 Border Color

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

This div border color is #514740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514740


Comments

No comments written yet.

Please login to write comment.