Color Hex Logo

#514918 Color Hex

#514918
(81,73,24)
0 Favorites   0 Comments

Color spaces of #514918

RGB 817324
HSL0.140.540.21
HSV52°70°32°
CMYK 0.000.100.70   0.68
XYZ5.94086.58041.8212
Yxy6.58040.41420.4588
Hunter Lab25.6523-3.552813.7473
CIE-Lab30.8319-3.432629.5967

#514918 color RGB value is (81,73,24).

#514918 hex color red value is 81, green value is 73 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #514918 hue: 0.14 , saturation: 0.54 and the lightness value of 514918 is 0.21.

The process color (four color CMYK) of #514918 color hex is 0.00, 0.10, 0.70, 0.68. Web safe color of #514918 is #663300. Color #514918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 00011000
Octal 121 111 30
Decimal 81 73 24
Hex 51 49 18

RGB Percentages of Color #514918

%45.51
%41.01
%13.48

CMYK Percentages of Color #514918

%0
%10
%70
%68

Triadic Colors of #514918

#514918 #185149 #491851

Analogous Colors of #514918

#514918 #3d5118 #512d18

Monochromatic Colors of #514918

#514918

Complementary Color

#514918 #182051

#514918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514918 Color CSS Codes

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

#514918 Text Font Color

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

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


#514918 Background Color

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

This div background color is #514918


#514918 Border Color

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

This div border color is #514918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514918


Comments

No comments written yet.

Please login to write comment.