Color Hex Logo

#50171b Color Hex

#50171B
(80,23,27)
0 Favorites   0 Comments

Color spaces of #50171b

RGB 802327
HSL0.990.550.20
HSV356°71°31°
CMYK 0.000.710.66   0.69
XYZ3.81252.39741.2987
Yxy2.39740.50780.3193
Hunter Lab15.483516.85575.8655
CIE-Lab17.448126.983811.9730

#50171b color RGB value is (80,23,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 00011011
Octal 120 27 33
Decimal 80 23 27
Hex 50 17 1B

RGB Percentages of Color #50171b

%61.54
%17.69
%20.77

CMYK Percentages of Color #50171b

%0
%71
%66
%69

Triadic Colors of #50171b

#50171b #1b5017 #171b50

Analogous Colors of #50171b

#50171b #502f17 #501738

Monochromatic Colors of #50171b

#50171b

Complementary Color

#50171b #17504c

#50171b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50171b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50171b Color CSS Codes

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

#50171b Text Font Color

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

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


#50171b Background Color

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

This div background color is #50171b


#50171b Border Color

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

This div border color is #50171b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50171b


Comments

No comments written yet.

Please login to write comment.