Color Hex Logo

#503129 Color Hex

#503129
(80,49,41)
0 Favorites   0 Comments

Color spaces of #503129

RGB 804941
HSL0.030.320.24
HSV12°49°31°
CMYK 0.000.390.49   0.69
XYZ4.80684.06222.6286
Yxy4.06220.41810.3533
Hunter Lab20.15497.29996.3758
CIE-Lab23.876013.023010.9486

#503129 color RGB value is (80,49,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 00101001
Octal 120 61 51
Decimal 80 49 41
Hex 50 31 29

RGB Percentages of Color #503129

%47.06
%28.82
%24.12

CMYK Percentages of Color #503129

%0
%39
%49
%69

Triadic Colors of #503129

#503129 #295031 #312950

Analogous Colors of #503129

#503129 #504529 #502935

Monochromatic Colors of #503129

#503129

Complementary Color

#503129 #294850

#503129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503129 Color CSS Codes

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

#503129 Text Font Color

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

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


#503129 Background Color

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

This div background color is #503129


#503129 Border Color

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

This div border color is #503129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503129


Comments

No comments written yet.

Please login to write comment.