Color Hex Logo

#5b373d Color Hex

#5B373D
(91,55,61)
0 Favorites   0 Comments

Color spaces of #5b373d

RGB 915561
HSL0.970.250.29
HSV350°40°36°
CMYK 0.000.400.33   0.64
XYZ6.52295.29345.0928
Yxy5.29340.38580.3131
Hunter Lab23.007410.34422.9810
CIE-Lab27.554816.97293.0343

#5b373d color RGB value is (91,55,61).

#5b373d hex color red value is 91, green value is 55 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5b373d hue: 0.97 , saturation: 0.25 and the lightness value of 5b373d is 0.29.

The process color (four color CMYK) of #5b373d color hex is 0.00, 0.40, 0.33, 0.64. Web safe color of #5b373d is #663333. Color #5b373d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110111 00111101
Octal 133 67 75
Decimal 91 55 61
Hex 5B 37 3D

RGB Percentages of Color #5b373d

%43.96
%26.57
%29.47

CMYK Percentages of Color #5b373d

%0
%40
%33
%64

Triadic Colors of #5b373d

#5b373d #3d5b37 #373d5b

Analogous Colors of #5b373d

#5b373d #5b4337 #5b374f

Monochromatic Colors of #5b373d

#5b373d

Complementary Color

#5b373d #375b55

#5b373d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b373d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b373d Color CSS Codes

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

#5b373d Text Font Color

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

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


#5b373d Background Color

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

This div background color is #5b373d


#5b373d Border Color

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

This div border color is #5b373d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,55,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b373d


Comments

No comments written yet.

Please login to write comment.