Color Hex Logo

#514322 Color Hex

#514322
(81,67,34)
0 Favorites   0 Comments

Color spaces of #514322

RGB 816734
HSL0.120.410.23
HSV42°58°32°
CMYK 0.000.170.58   0.68
XYZ5.68925.87912.3483
Yxy5.87910.40880.4225
Hunter Lab24.2469-0.549411.2306
CIE-Lab29.10541.167722.0970

#514322 color RGB value is (81,67,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 00100010
Octal 121 103 42
Decimal 81 67 34
Hex 51 43 22

RGB Percentages of Color #514322

%44.51
%36.81
%18.68

CMYK Percentages of Color #514322

%0
%17
%58
%68

Triadic Colors of #514322

#514322 #225143 #432251

Analogous Colors of #514322

#514322 #485122 #512c22

Monochromatic Colors of #514322

#514322

Complementary Color

#514322 #223051

#514322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514322 Color CSS Codes

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

#514322 Text Font Color

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

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


#514322 Background Color

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

This div background color is #514322


#514322 Border Color

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

This div border color is #514322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514322


Comments

No comments written yet.

Please login to write comment.