Color Hex Logo

#514349 Color Hex

#514349
(81,67,73)
0 Favorites   0 Comments

Color spaces of #514349

RGB 816773
HSL0.930.090.29
HSV334°17°32°
CMYK 0.000.170.10   0.68
XYZ6.60316.24477.1607
Yxy6.24470.33000.3121
Hunter Lab24.98943.43470.5031
CIE-Lab30.02167.1758-1.3812

#514349 color RGB value is (81,67,73).

#514349 hex color red value is 81, green value is 67 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #514349 hue: 0.93 , saturation: 0.09 and the lightness value of 514349 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 01001001
Octal 121 103 111
Decimal 81 67 73
Hex 51 43 49

RGB Percentages of Color #514349

%36.65
%30.32
%33.03

CMYK Percentages of Color #514349

%0
%17
%10
%68

Triadic Colors of #514349

#514349 #495143 #434951

Analogous Colors of #514349

#514349 #514443 #514350

Monochromatic Colors of #514349

#514349

Complementary Color

#514349 #43514b

#514349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514349 Color CSS Codes

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

#514349 Text Font Color

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

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


#514349 Background Color

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

This div background color is #514349


#514349 Border Color

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

This div border color is #514349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514349


Comments

No comments written yet.

Please login to write comment.