Color Hex Logo

#514a20 Color Hex

#514A20
(81,74,32)
0 Favorites   0 Comments

Color spaces of #514a20

RGB 817432
HSL0.140.430.22
HSV51°60°32°
CMYK 0.000.090.60   0.68
XYZ6.10286.75122.3480
Yxy6.75120.40140.4441
Hunter Lab25.9831-3.545012.8303
CIE-Lab31.2337-3.376725.7689

#514a20 color RGB value is (81,74,32).

#514a20 hex color red value is 81, green value is 74 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #514a20 hue: 0.14 , saturation: 0.43 and the lightness value of 514a20 is 0.22.

The process color (four color CMYK) of #514a20 color hex is 0.00, 0.09, 0.60, 0.68. Web safe color of #514a20 is #663333. Color #514a20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 00100000
Octal 121 112 40
Decimal 81 74 32
Hex 51 4A 20

RGB Percentages of Color #514a20

%43.32
%39.57
%17.11

CMYK Percentages of Color #514a20

%0
%9
%60
%68

Triadic Colors of #514a20

#514a20 #20514a #4a2051

Analogous Colors of #514a20

#514a20 #405120 #513220

Monochromatic Colors of #514a20

#514a20

Complementary Color

#514a20 #202751

#514a20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514a20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514a20 Color CSS Codes

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

#514a20 Text Font Color

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

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


#514a20 Background Color

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

This div background color is #514a20


#514a20 Border Color

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

This div border color is #514a20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514a20


Comments

No comments written yet.

Please login to write comment.