Color Hex Logo

#50190f Color Hex

#50190F
(80,25,15)
0 Favorites   0 Comments

Color spaces of #50190f

RGB 802515
HSL0.030.680.19
HSV81°31°
CMYK 0.000.690.81   0.69
XYZ3.74212.43520.7248
Yxy2.43520.54220.3528
Hunter Lab15.605115.49528.1698
CIE-Lab17.623025.170020.0173

#50190f color RGB value is (80,25,15).

#50190f hex color red value is 80, green value is 25 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50190f hue: 0.03 , saturation: 0.68 and the lightness value of 50190f is 0.19.

The process color (four color CMYK) of #50190f color hex is 0.00, 0.69, 0.81, 0.69. Web safe color of #50190f is #660000. Color #50190f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 00001111
Octal 120 31 17
Decimal 80 25 15
Hex 50 19 F

RGB Percentages of Color #50190f

%66.67
%20.83
%12.50

CMYK Percentages of Color #50190f

%0
%69
%81
%69

Triadic Colors of #50190f

#50190f #0f5019 #190f50

Analogous Colors of #50190f

#50190f #503a0f #500f26

Monochromatic Colors of #50190f

#50190f

Complementary Color

#50190f #0f4650

#50190f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50190f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50190f Color CSS Codes

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

#50190f Text Font Color

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

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


#50190f Background Color

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

This div background color is #50190f


#50190f Border Color

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

This div border color is #50190f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50190f

#50190f Color Palettes


Comments

No comments written yet.

Please login to write comment.