Color Hex Logo

#5b311d Color Hex

#5B311D
(91,49,29)
0 Favorites   0 Comments

Color spaces of #5b311d

RGB 914929
HSL0.050.520.24
HSV19°68°36°
CMYK 0.000.460.68   0.64
XYZ5.63454.50951.7358
Yxy4.50950.47430.3796
Hunter Lab21.235610.199710.0185
CIE-Lab25.289016.988820.8521

#5b311d color RGB value is (91,49,29).

#5b311d hex color red value is 91, green value is 49 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #5b311d hue: 0.05 , saturation: 0.52 and the lightness value of 5b311d is 0.24.

The process color (four color CMYK) of #5b311d color hex is 0.00, 0.46, 0.68, 0.64. Web safe color of #5b311d is #663333. Color #5b311d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110001 00011101
Octal 133 61 35
Decimal 91 49 29
Hex 5B 31 1D

RGB Percentages of Color #5b311d

%53.85
%28.99
%17.16

CMYK Percentages of Color #5b311d

%0
%46
%68
%64

Triadic Colors of #5b311d

#5b311d #1d5b31 #311d5b

Analogous Colors of #5b311d

#5b311d #5b501d #5b1d28

Monochromatic Colors of #5b311d

#5b311d

Complementary Color

#5b311d #1d475b

#5b311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b311d Color CSS Codes

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

#5b311d Text Font Color

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

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


#5b311d Background Color

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

This div background color is #5b311d


#5b311d Border Color

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

This div border color is #5b311d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b311d


Comments

No comments written yet.

Please login to write comment.