Color Hex Logo

#514b44 Color Hex

#514B44
(81,75,68)
0 Favorites   0 Comments

Color spaces of #514b44

RGB 817568
HSL0.090.090.29
HSV32°16°32°
CMYK 0.000.070.16   0.68
XYZ6.95287.19886.4919
Yxy7.19880.33680.3487
Hunter Lab26.8306-0.69754.4357
CIE-Lab32.25531.11435.0658

#514b44 color RGB value is (81,75,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 01000100
Octal 121 113 104
Decimal 81 75 68
Hex 51 4B 44

RGB Percentages of Color #514b44

%36.16
%33.48
%30.36

CMYK Percentages of Color #514b44

%0
%7
%16
%68

Triadic Colors of #514b44

#514b44 #44514b #4b4451

Analogous Colors of #514b44

#514b44 #515144 #514544

Monochromatic Colors of #514b44

#514b44

Complementary Color

#514b44 #444a51

#514b44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514b44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514b44 Color CSS Codes

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

#514b44 Text Font Color

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

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


#514b44 Background Color

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

This div background color is #514b44


#514b44 Border Color

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

This div border color is #514b44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514b44


Comments

No comments written yet.

Please login to write comment.