Color Hex Logo

#514001 Color Hex

#514001
(81,64,1)
0 Favorites   0 Comments

Color spaces of #514001

RGB 81641
HSL0.130.980.16
HSV47°99°32°
CMYK 0.000.210.99   0.68
XYZ5.23225.41830.7988
Yxy5.41830.45700.4732
Hunter Lab23.2772-0.612414.2594
CIE-Lab27.89471.002236.6688

#514001 color RGB value is (81,64,1).

#514001 hex color red value is 81, green value is 64 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #514001 hue: 0.13 , saturation: 0.98 and the lightness value of 514001 is 0.16.

The process color (four color CMYK) of #514001 color hex is 0.00, 0.21, 0.99, 0.68. Web safe color of #514001 is #663300. Color #514001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000000 00000001
Octal 121 100 1
Decimal 81 64 1
Hex 51 40 1

RGB Percentages of Color #514001

%55.48
%43.84
%0.68

CMYK Percentages of Color #514001

%0
%21
%99
%68

Triadic Colors of #514001

#514001 #015140 #400151

Analogous Colors of #514001

#514001 #3a5101 #511801

Monochromatic Colors of #514001

#514001

Complementary Color

#514001 #011251

#514001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514001 Color CSS Codes

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

#514001 Text Font Color

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

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


#514001 Background Color

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

This div background color is #514001


#514001 Border Color

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

This div border color is #514001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514001


Comments

No comments written yet.

Please login to write comment.