Color Hex Logo

#514320 Color Hex

#514320
(81,67,32)
0 Favorites   0 Comments

Color spaces of #514320

RGB 816732
HSL0.120.430.22
HSV43°60°32°
CMYK 0.000.170.60   0.68
XYZ5.66125.86792.2007
Yxy5.86790.41230.4274
Hunter Lab24.2237-0.675311.5702
CIE-Lab29.07670.969923.2393

#514320 color RGB value is (81,67,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 00100000
Octal 121 103 40
Decimal 81 67 32
Hex 51 43 20

RGB Percentages of Color #514320

%45.00
%37.22
%17.78

CMYK Percentages of Color #514320

%0
%17
%60
%68

Triadic Colors of #514320

#514320 #205143 #432051

Analogous Colors of #514320

#514320 #475120 #512b20

Monochromatic Colors of #514320

#514320

Complementary Color

#514320 #202e51

#514320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514320 Color CSS Codes

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

#514320 Text Font Color

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

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


#514320 Background Color

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

This div background color is #514320


#514320 Border Color

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

This div border color is #514320


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,67,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 #514320">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514320


Comments

No comments written yet.

Please login to write comment.