Color Hex Logo

#514512 Color Hex

#514512
(81,69,18)
0 Favorites   0 Comments

Color spaces of #514512

RGB 816918
HSL0.130.640.19
HSV49°78°32°
CMYK 0.000.150.78   0.68
XYZ5.63066.04921.4431
Yxy6.04920.42910.4610
Hunter Lab24.5951-2.177213.7378
CIE-Lab29.5363-1.363431.1802

#514512 color RGB value is (81,69,18).

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

The process color (four color CMYK) of #514512 color hex is 0.00, 0.15, 0.78, 0.68. Web safe color of #514512 is #663300. Color #514512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 00010010
Octal 121 105 22
Decimal 81 69 18
Hex 51 45 12

RGB Percentages of Color #514512

%48.21
%41.07
%10.71

CMYK Percentages of Color #514512

%0
%15
%78
%68

Triadic Colors of #514512

#514512 #125145 #451251

Analogous Colors of #514512

#514512 #3e5112 #512612

Monochromatic Colors of #514512

#514512

Complementary Color

#514512 #121e51

#514512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514512 Color CSS Codes

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

#514512 Text Font Color

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

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


#514512 Background Color

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

This div background color is #514512


#514512 Border Color

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

This div border color is #514512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514512


Comments

No comments written yet.

Please login to write comment.