Color Hex Logo

#50171e Color Hex

#50171E
(80,23,30)
0 Favorites   0 Comments

Color spaces of #50171e

RGB 802330
HSL0.980.550.20
HSV353°71°31°
CMYK 0.000.710.63   0.69
XYZ3.84902.41201.4910
Yxy2.41200.49650.3111
Hunter Lab15.530617.05965.1794
CIE-Lab17.515927.23629.9374

#50171e color RGB value is (80,23,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 00011110
Octal 120 27 36
Decimal 80 23 30
Hex 50 17 1E

RGB Percentages of Color #50171e

%60.15
%17.29
%22.56

CMYK Percentages of Color #50171e

%0
%71
%63
%69

Triadic Colors of #50171e

#50171e #1e5017 #171e50

Analogous Colors of #50171e

#50171e #502d17 #50173b

Monochromatic Colors of #50171e

#50171e

Complementary Color

#50171e #175049

#50171e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50171e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50171e Color CSS Codes

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

#50171e Text Font Color

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

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


#50171e Background Color

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

This div background color is #50171e


#50171e Border Color

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

This div border color is #50171e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50171e


Comments

No comments written yet.

Please login to write comment.