Color Hex Logo

#514137 Color Hex

#514137
(81,65,55)
0 Favorites   0 Comments

Color spaces of #514137

RGB 816555
HSL0.060.190.27
HSV23°32°32°
CMYK 0.000.200.32   0.68
XYZ5.97325.80584.4202
Yxy5.80580.36870.3584
Hunter Lab24.09522.08345.9901
CIE-Lab28.91715.18098.7063

#514137 color RGB value is (81,65,55).

#514137 hex color red value is 81, green value is 65 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #514137 hue: 0.06 , saturation: 0.19 and the lightness value of 514137 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 00110111
Octal 121 101 67
Decimal 81 65 55
Hex 51 41 37

RGB Percentages of Color #514137

%40.30
%32.34
%27.36

CMYK Percentages of Color #514137

%0
%20
%32
%68

Triadic Colors of #514137

#514137 #375141 #413751

Analogous Colors of #514137

#514137 #514e37 #51373a

Monochromatic Colors of #514137

#514137

Complementary Color

#514137 #374751

#514137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514137 Color CSS Codes

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

#514137 Text Font Color

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

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


#514137 Background Color

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

This div background color is #514137


#514137 Border Color

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

This div border color is #514137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514137


Comments

No comments written yet.

Please login to write comment.