Color Hex Logo

#50171f Color Hex

#50171F
(80,23,31)
0 Favorites   0 Comments

Color spaces of #50171f

RGB 802331
HSL0.980.550.20
HSV352°71°31°
CMYK 0.000.710.61   0.69
XYZ3.86202.41721.5593
Yxy2.41720.49270.3084
Hunter Lab15.547317.13204.9367
CIE-Lab17.539927.32569.2591

#50171f color RGB value is (80,23,31).

#50171f hex color red value is 80, green value is 23 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #50171f hue: 0.98 , saturation: 0.55 and the lightness value of 50171f is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 00011111
Octal 120 27 37
Decimal 80 23 31
Hex 50 17 1F

RGB Percentages of Color #50171f

%59.70
%17.16
%23.13

CMYK Percentages of Color #50171f

%0
%71
%61
%69

Triadic Colors of #50171f

#50171f #1f5017 #171f50

Analogous Colors of #50171f

#50171f #502c17 #50173c

Monochromatic Colors of #50171f

#50171f

Complementary Color

#50171f #175048

#50171f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50171f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50171f Color CSS Codes

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

#50171f Text Font Color

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

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


#50171f Background Color

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

This div background color is #50171f


#50171f Border Color

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

This div border color is #50171f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,23,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 #50171f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50171f


Comments

No comments written yet.

Please login to write comment.