Color Hex Logo

#514c03 Color Hex

#514C03
(81,76,3)
0 Favorites   0 Comments

Color spaces of #514c03

RGB 81763
HSL0.160.930.16
HSV56°96°32°
CMYK 0.000.060.96   0.68
XYZ5.99426.92481.1068
Yxy6.92480.42740.4937
Hunter Lab26.3150-5.391415.9268
CIE-Lab31.6351-6.301838.8050

#514c03 color RGB value is (81,76,3).

#514c03 hex color red value is 81, green value is 76 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #514c03 hue: 0.16 , saturation: 0.93 and the lightness value of 514c03 is 0.16.

The process color (four color CMYK) of #514c03 color hex is 0.00, 0.06, 0.96, 0.68. Web safe color of #514c03 is #663300. Color #514c03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 00000011
Octal 121 114 3
Decimal 81 76 3
Hex 51 4C 3

RGB Percentages of Color #514c03

%50.63
%47.50
%1.88

CMYK Percentages of Color #514c03

%0
%6
%96
%68

Triadic Colors of #514c03

#514c03 #03514c #4c0351

Analogous Colors of #514c03

#514c03 #2f5103 #512503

Monochromatic Colors of #514c03

#514c03

Complementary Color

#514c03 #030851

#514c03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514c03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514c03 Color CSS Codes

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

#514c03 Text Font Color

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

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


#514c03 Background Color

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

This div background color is #514c03


#514c03 Border Color

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

This div border color is #514c03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514c03


Comments

No comments written yet.

Please login to write comment.