Color Hex Logo

#50112d Color Hex

#50112D
(80,17,45)
0 Favorites   0 Comments

Color spaces of #50112d

RGB 801745
HSL0.930.650.19
HSV333°79°31°
CMYK 0.000.790.44   0.69
XYZ3.98242.29582.7159
Yxy2.29580.44280.2553
Hunter Lab15.151920.3996-0.0211
CIE-Lab16.968831.5555-1.5934

#50112d color RGB value is (80,17,45).

#50112d hex color red value is 80, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #50112d hue: 0.93 , saturation: 0.65 and the lightness value of 50112d is 0.19.

The process color (four color CMYK) of #50112d color hex is 0.00, 0.79, 0.44, 0.69. Web safe color of #50112d is #660033. Color #50112d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 00101101
Octal 120 21 55
Decimal 80 17 45
Hex 50 11 2D

RGB Percentages of Color #50112d

%56.34
%11.97
%31.69

CMYK Percentages of Color #50112d

%0
%79
%44
%69

Triadic Colors of #50112d

#50112d #2d5011 #112d50

Analogous Colors of #50112d

#50112d #501511 #50114d

Monochromatic Colors of #50112d

#50112d

Complementary Color

#50112d #115034

#50112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50112d Color CSS Codes

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

#50112d Text Font Color

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

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


#50112d Background Color

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

This div background color is #50112d


#50112d Border Color

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

This div border color is #50112d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,17,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50112d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50112d;
  -webkit-box-shadow: 1px 1px 3px 2px #50112d;
  box-shadow:         1px 1px 3px 2px #50112d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50112d


Comments

No comments written yet.

Please login to write comment.