Color Hex Logo

#5b372f Color Hex

#5B372F
(91,55,47)
0 Favorites   0 Comments

Color spaces of #5b372f

RGB 915547
HSL0.030.320.27
HSV11°48°36°
CMYK 0.000.400.48   0.64
XYZ6.19375.16183.3592
Yxy5.16180.42090.3508
Hunter Lab22.71968.90257.1374
CIE-Lab27.190815.038411.7399

#5b372f color RGB value is (91,55,47).

#5b372f hex color red value is 91, green value is 55 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #5b372f hue: 0.03 , saturation: 0.32 and the lightness value of 5b372f is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110111 00101111
Octal 133 67 57
Decimal 91 55 47
Hex 5B 37 2F

RGB Percentages of Color #5b372f

%47.15
%28.50
%24.35

CMYK Percentages of Color #5b372f

%0
%40
%48
%64

Triadic Colors of #5b372f

#5b372f #2f5b37 #372f5b

Analogous Colors of #5b372f

#5b372f #5b4d2f #5b2f3d

Monochromatic Colors of #5b372f

#5b372f

Complementary Color

#5b372f #2f535b

#5b372f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b372f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b372f Color CSS Codes

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

#5b372f Text Font Color

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

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


#5b372f Background Color

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

This div background color is #5b372f


#5b372f Border Color

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

This div border color is #5b372f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b372f


Comments

No comments written yet.

Please login to write comment.