Color Hex Logo

#5d163b Color Hex

#5D163B
(93,22,59)
0 Favorites   0 Comments

Color spaces of #5d163b

RGB 932259
HSL0.910.620.23
HSV329°76°36°
CMYK 0.000.760.37   0.64
XYZ5.59053.21674.4639
Yxy3.21670.42130.2424
Hunter Lab17.935224.2530-2.2021
CIE-Lab20.891735.4340-5.3565

#5d163b color RGB value is (93,22,59).

#5d163b hex color red value is 93, green value is 22 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #5d163b hue: 0.91 , saturation: 0.62 and the lightness value of 5d163b is 0.23.

The process color (four color CMYK) of #5d163b color hex is 0.00, 0.76, 0.37, 0.64. Web safe color of #5d163b is #660033. Color #5d163b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00010110 00111011
Octal 135 26 73
Decimal 93 22 59
Hex 5D 16 3B

RGB Percentages of Color #5d163b

%53.45
%12.64
%33.91

CMYK Percentages of Color #5d163b

%0
%76
%37
%64

Triadic Colors of #5d163b

#5d163b #3b5d16 #163b5d

Analogous Colors of #5d163b

#5d163b #5d1618 #5c165d

Monochromatic Colors of #5d163b

#5d163b

Complementary Color

#5d163b #165d38

#5d163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d163b Color CSS Codes

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

#5d163b Text Font Color

<p style="color:#5d163b">Text here</p>

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


#5d163b Background Color

<div style="background-color:#5d163b">
Div content here</div>

This div background color is #5d163b


#5d163b Border Color

<div style="border:3px solid #5d163b">
Div here</div>

This div border color is #5d163b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,22,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d163b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d163b;
  -webkit-box-shadow: 1px 1px 3px 2px #5d163b;
  box-shadow:         1px 1px 3px 2px #5d163b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d163b

#5d163b Color Palettes


Comments

No comments written yet.

Please login to write comment.