Color Hex Logo

#50031f Color Hex

#50031F
(80,3,31)
0 Favorites   0 Comments

Color spaces of #50031f

RGB 80331
HSL0.940.930.16
HSV338°96°31°
CMYK 0.000.960.61   0.69
XYZ3.58821.86951.4681
Yxy1.86950.51810.2699
Hunter Lab13.673022.91613.2050
CIE-Lab14.786935.02975.4786

#50031f color RGB value is (80,3,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 00011111
Octal 120 3 37
Decimal 80 3 31
Hex 50 3 1F

RGB Percentages of Color #50031f

%70.18
%2.63
%27.19

CMYK Percentages of Color #50031f

%0
%96
%61
%69

Triadic Colors of #50031f

#50031f #1f5003 #031f50

Analogous Colors of #50031f

#50031f #500e03 #500346

Monochromatic Colors of #50031f

#50031f

Complementary Color

#50031f #035034

#50031f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50031f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50031f Color CSS Codes

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

#50031f Text Font Color

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

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


#50031f Background Color

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

This div background color is #50031f


#50031f Border Color

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

This div border color is #50031f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50031f


Comments

No comments written yet.

Please login to write comment.