Color Hex Logo

#504329 Color Hex

#504329
(80,67,41)
0 Favorites   0 Comments

Color spaces of #504329

RGB 806741
HSL0.110.320.24
HSV40°49°31°
CMYK 0.000.160.49   0.69
XYZ5.71575.87992.9315
Yxy5.87990.39350.4048
Hunter Lab24.2485-0.36009.8061
CIE-Lab29.10741.462117.8282

#504329 color RGB value is (80,67,41).

#504329 hex color red value is 80, green value is 67 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #504329 hue: 0.11 , saturation: 0.32 and the lightness value of 504329 is 0.24.

The process color (four color CMYK) of #504329 color hex is 0.00, 0.16, 0.49, 0.69. Web safe color of #504329 is #663333. Color #504329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000011 00101001
Octal 120 103 51
Decimal 80 67 41
Hex 50 43 29

RGB Percentages of Color #504329

%42.55
%35.64
%21.81

CMYK Percentages of Color #504329

%0
%16
%49
%69

Triadic Colors of #504329

#504329 #295043 #432950

Analogous Colors of #504329

#504329 #4a5029 #503029

Monochromatic Colors of #504329

#504329

Complementary Color

#504329 #293650

#504329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504329 Color CSS Codes

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

#504329 Text Font Color

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

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


#504329 Background Color

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

This div background color is #504329


#504329 Border Color

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

This div border color is #504329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504329


Comments

No comments written yet.

Please login to write comment.