Color Hex Logo

#514340 Color Hex

#514340
(81,67,64)
0 Favorites   0 Comments

Color spaces of #514340

RGB 816764
HSL0.030.120.28
HSV11°21°32°
CMYK 0.000.170.21   0.68
XYZ6.32596.13385.7010
Yxy6.13380.34830.3378
Hunter Lab24.76652.25143.6886
CIE-Lab29.74765.43964.0535

#514340 color RGB value is (81,67,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 01000000
Octal 121 103 100
Decimal 81 67 64
Hex 51 43 40

RGB Percentages of Color #514340

%38.21
%31.60
%30.19

CMYK Percentages of Color #514340

%0
%17
%21
%68

Triadic Colors of #514340

#514340 #405143 #434051

Analogous Colors of #514340

#514340 #514c40 #514046

Monochromatic Colors of #514340

#514340

Complementary Color

#514340 #404e51

#514340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514340 Color CSS Codes

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

#514340 Text Font Color

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

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


#514340 Background Color

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

This div background color is #514340


#514340 Border Color

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

This div border color is #514340


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,67,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 #514340">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514340


Comments

No comments written yet.

Please login to write comment.