Color Hex Logo

#502419 Color Hex

#502419
(80,36,25)
0 Favorites   0 Comments

Color spaces of #502419

RGB 803625
HSL0.030.520.21
HSV12°69°31°
CMYK 0.000.550.69   0.69
XYZ4.11463.03741.2891
Yxy3.03740.48740.3598
Hunter Lab17.428111.64277.8142
CIE-Lab20.193119.558516.8186

#502419 color RGB value is (80,36,25).

#502419 hex color red value is 80, green value is 36 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #502419 hue: 0.03 , saturation: 0.52 and the lightness value of 502419 is 0.21.

The process color (four color CMYK) of #502419 color hex is 0.00, 0.55, 0.69, 0.69. Web safe color of #502419 is #663300. Color #502419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100100 00011001
Octal 120 44 31
Decimal 80 36 25
Hex 50 24 19

RGB Percentages of Color #502419

%56.74
%25.53
%17.73

CMYK Percentages of Color #502419

%0
%55
%69
%69

Triadic Colors of #502419

#502419 #195024 #241950

Analogous Colors of #502419

#502419 #504019 #50192a

Monochromatic Colors of #502419

#502419

Complementary Color

#502419 #194550

#502419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502419 Color CSS Codes

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

#502419 Text Font Color

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

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


#502419 Background Color

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

This div background color is #502419


#502419 Border Color

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

This div border color is #502419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502419

#502419 Color Palettes


Comments

No comments written yet.

Please login to write comment.