Color Hex Logo

#514007 Color Hex

#514007
(81,64,7)
0 Favorites   0 Comments

Color spaces of #514007

RGB 81647
HSL0.130.840.17
HSV46°91°32°
CMYK 0.000.210.91   0.68
XYZ5.26515.43150.9719
Yxy5.43150.45120.4655
Hunter Lab23.3056-0.458813.8414
CIE-Lab27.93031.246534.2545

#514007 color RGB value is (81,64,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000000 00000111
Octal 121 100 7
Decimal 81 64 7
Hex 51 40 7

RGB Percentages of Color #514007

%53.29
%42.11
%4.61

CMYK Percentages of Color #514007

%0
%21
%91
%68

Triadic Colors of #514007

#514007 #075140 #400751

Analogous Colors of #514007

#514007 #3d5107 #511b07

Monochromatic Colors of #514007

#514007

Complementary Color

#514007 #071851

#514007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514007 Color CSS Codes

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

#514007 Text Font Color

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

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


#514007 Background Color

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

This div background color is #514007


#514007 Border Color

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

This div border color is #514007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514007


Comments

No comments written yet.

Please login to write comment.