Color Hex Logo

#514325 Color Hex

#514325
(81,67,37)
0 Favorites   0 Comments

Color spaces of #514325

RGB 816737
HSL0.110.370.23
HSV41°54°32°
CMYK 0.000.170.54   0.68
XYZ5.73445.89722.5863
Yxy5.89720.40330.4148
Hunter Lab24.2842-0.346710.6844
CIE-Lab29.15161.485020.3562

#514325 color RGB value is (81,67,37).

#514325 hex color red value is 81, green value is 67 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #514325 hue: 0.11 , saturation: 0.37 and the lightness value of 514325 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 00100101
Octal 121 103 45
Decimal 81 67 37
Hex 51 43 25

RGB Percentages of Color #514325

%43.78
%36.22
%20.00

CMYK Percentages of Color #514325

%0
%17
%54
%68

Triadic Colors of #514325

#514325 #255143 #432551

Analogous Colors of #514325

#514325 #495125 #512d25

Monochromatic Colors of #514325

#514325

Complementary Color

#514325 #253351

#514325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514325 Color CSS Codes

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

#514325 Text Font Color

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

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


#514325 Background Color

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

This div background color is #514325


#514325 Border Color

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

This div border color is #514325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514325


Comments

No comments written yet.

Please login to write comment.