Color Hex Logo

#514304 Color Hex

#514304
(81,67,4)
0 Favorites   0 Comments

Color spaces of #514304

RGB 81674
HSL0.140.910.17
HSV49°95°32°
CMYK 0.000.170.95   0.68
XYZ5.42245.77240.9433
Yxy5.77240.44670.4756
Hunter Lab24.0258-1.759414.4902
CIE-Lab28.8308-0.755436.2159

#514304 color RGB value is (81,67,4).

#514304 hex color red value is 81, green value is 67 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #514304 hue: 0.14 , saturation: 0.91 and the lightness value of 514304 is 0.17.

The process color (four color CMYK) of #514304 color hex is 0.00, 0.17, 0.95, 0.68. Web safe color of #514304 is #663300. Color #514304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 00000100
Octal 121 103 4
Decimal 81 67 4
Hex 51 43 4

RGB Percentages of Color #514304

%53.29
%44.08
%2.63

CMYK Percentages of Color #514304

%0
%17
%95
%68

Triadic Colors of #514304

#514304 #045143 #430451

Analogous Colors of #514304

#514304 #395104 #511d04

Monochromatic Colors of #514304

#514304

Complementary Color

#514304 #041251

#514304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514304 Color CSS Codes

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

#514304 Text Font Color

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

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


#514304 Background Color

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

This div background color is #514304


#514304 Border Color

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

This div border color is #514304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514304


Comments

No comments written yet.

Please login to write comment.