Color Hex Logo

#5b131f Color Hex

#5B131F
(91,19,31)
0 Favorites   0 Comments

Color spaces of #5b131f

RGB 911931
HSL0.970.650.22
HSV350°79°36°
CMYK 0.000.790.66   0.64
XYZ4.79462.78881.5819
Yxy2.78880.52310.3043
Hunter Lab16.699722.02416.0735
CIE-Lab19.177433.119111.8488

#5b131f color RGB value is (91,19,31).

#5b131f hex color red value is 91, green value is 19 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5b131f hue: 0.97 , saturation: 0.65 and the lightness value of 5b131f is 0.22.

The process color (four color CMYK) of #5b131f color hex is 0.00, 0.79, 0.66, 0.64. Web safe color of #5b131f is #660033. Color #5b131f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00010011 00011111
Octal 133 23 37
Decimal 91 19 31
Hex 5B 13 1F

RGB Percentages of Color #5b131f

%64.54
%13.48
%21.99

CMYK Percentages of Color #5b131f

%0
%79
%66
%64

Triadic Colors of #5b131f

#5b131f #1f5b13 #131f5b

Analogous Colors of #5b131f

#5b131f #5b2b13 #5b1343

Monochromatic Colors of #5b131f

#5b131f

Complementary Color

#5b131f #135b4f

#5b131f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b131f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b131f Color CSS Codes

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

#5b131f Text Font Color

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

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


#5b131f Background Color

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

This div background color is #5b131f


#5b131f Border Color

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

This div border color is #5b131f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,19,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b131f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b131f;
  -webkit-box-shadow: 1px 1px 3px 2px #5b131f;
  box-shadow:         1px 1px 3px 2px #5b131f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,19,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 #5b131f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b131f


Comments

No comments written yet.

Please login to write comment.