Color Hex Logo

#5b522e Color Hex

#5B522E
(91,82,46)
0 Favorites   0 Comments

Color spaces of #5b522e

RGB 918246
HSL0.130.330.27
HSV48°49°36°
CMYK 0.000.100.49   0.64
XYZ7.82488.45603.8045
Yxy8.45600.38960.4210
Hunter Lab29.0792-2.856812.5984
CIE-Lab34.9151-1.950322.3999

#5b522e color RGB value is (91,82,46).

#5b522e hex color red value is 91, green value is 82 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5b522e hue: 0.13 , saturation: 0.33 and the lightness value of 5b522e is 0.27.

The process color (four color CMYK) of #5b522e color hex is 0.00, 0.10, 0.49, 0.64. Web safe color of #5b522e is #666633. Color #5b522e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01010010 00101110
Octal 133 122 56
Decimal 91 82 46
Hex 5B 52 2E

RGB Percentages of Color #5b522e

%41.55
%37.44
%21.00

CMYK Percentages of Color #5b522e

%0
%10
%49
%64

Triadic Colors of #5b522e

#5b522e #2e5b52 #522e5b

Analogous Colors of #5b522e

#5b522e #4e5b2e #5b3c2e

Monochromatic Colors of #5b522e

#5b522e

Complementary Color

#5b522e #2e375b

#5b522e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b522e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b522e Color CSS Codes

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

#5b522e Text Font Color

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

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


#5b522e Background Color

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

This div background color is #5b522e


#5b522e Border Color

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

This div border color is #5b522e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b522e


Comments

No comments written yet.

Please login to write comment.