Color Hex Logo

#514537 Color Hex

#514537
(81,69,55)
0 Favorites   0 Comments

Color spaces of #514537

RGB 816955
HSL0.090.190.27
HSV32°32°32°
CMYK 0.000.150.32   0.68
XYZ6.21106.28144.4995
Yxy6.28140.36550.3697
Hunter Lab25.06270.37586.8996
CIE-Lab30.11162.636110.3571

#514537 color RGB value is (81,69,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 00110111
Octal 121 105 67
Decimal 81 69 55
Hex 51 45 37

RGB Percentages of Color #514537

%39.51
%33.66
%26.83

CMYK Percentages of Color #514537

%0
%15
%32
%68

Triadic Colors of #514537

#514537 #375145 #453751

Analogous Colors of #514537

#514537 #505137 #513837

Monochromatic Colors of #514537

#514537

Complementary Color

#514537 #374351

#514537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514537 Color CSS Codes

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

#514537 Text Font Color

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

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


#514537 Background Color

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

This div background color is #514537


#514537 Border Color

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

This div border color is #514537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514537


Comments

No comments written yet.

Please login to write comment.