Color Hex Logo

#50161d Color Hex

#50161D
(80,22,29)
0 Favorites   0 Comments

Color spaces of #50161d

RGB 802229
HSL0.980.570.20
HSV353°73°31°
CMYK 0.000.730.64   0.69
XYZ3.81692.36801.4183
Yxy2.36800.50200.3114
Hunter Lab15.388317.34545.3072
CIE-Lab17.310827.641410.3745

#50161d color RGB value is (80,22,29).

#50161d hex color red value is 80, green value is 22 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #50161d hue: 0.98 , saturation: 0.57 and the lightness value of 50161d is 0.20.

The process color (four color CMYK) of #50161d color hex is 0.00, 0.73, 0.64, 0.69. Web safe color of #50161d is #660033. Color #50161d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 00011101
Octal 120 26 35
Decimal 80 22 29
Hex 50 16 1D

RGB Percentages of Color #50161d

%61.07
%16.79
%22.14

CMYK Percentages of Color #50161d

%0
%73
%64
%69

Triadic Colors of #50161d

#50161d #1d5016 #161d50

Analogous Colors of #50161d

#50161d #502c16 #50163a

Monochromatic Colors of #50161d

#50161d

Complementary Color

#50161d #165049

#50161d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50161d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50161d Color CSS Codes

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

#50161d Text Font Color

<p style="color:#50161d">Text here</p>

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


#50161d Background Color

<div style="background-color:#50161d">
Div content here</div>

This div background color is #50161d


#50161d Border Color

<div style="border:3px solid #50161d">
Div here</div>

This div border color is #50161d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,22,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50161d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50161d;
  -webkit-box-shadow: 1px 1px 3px 2px #50161d;
  box-shadow:         1px 1px 3px 2px #50161d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50161d


Comments

No comments written yet.

Please login to write comment.