Color Hex Logo

#50031c Color Hex

#50031C
(80,3,28)
0 Favorites   0 Comments

Color spaces of #50031c

RGB 80328
HSL0.950.930.16
HSV341°96°31°
CMYK 0.000.960.65   0.69
XYZ3.55041.85441.2694
Yxy1.85440.53200.2778
Hunter Lab13.617622.70784.0055
CIE-Lab14.703834.79697.5877

#50031c color RGB value is (80,3,28).

#50031c hex color red value is 80, green value is 3 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #50031c hue: 0.95 , saturation: 0.93 and the lightness value of 50031c is 0.16.

The process color (four color CMYK) of #50031c color hex is 0.00, 0.96, 0.65, 0.69. Web safe color of #50031c is #660033. Color #50031c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 00011100
Octal 120 3 34
Decimal 80 3 28
Hex 50 3 1C

RGB Percentages of Color #50031c

%72.07
%2.70
%25.23

CMYK Percentages of Color #50031c

%0
%96
%65
%69

Triadic Colors of #50031c

#50031c #1c5003 #031c50

Analogous Colors of #50031c

#50031c #501103 #500343

Monochromatic Colors of #50031c

#50031c

Complementary Color

#50031c #035037

#50031c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50031c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50031c Color CSS Codes

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

#50031c Text Font Color

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

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


#50031c Background Color

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

This div background color is #50031c


#50031c Border Color

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

This div border color is #50031c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50031c


Comments

No comments written yet.

Please login to write comment.