Color Hex Logo

#5b6449 Color Hex

#5B6449
(91,100,73)
0 Favorites   0 Comments

Color spaces of #5b6449

RGB 9110073
HSL0.220.160.34
HSV80°27°39°
CMYK 0.090.000.27   0.61
XYZ10.074211.81958.0538
Yxy11.81950.33640.3947
Hunter Lab34.3795-7.858410.1763
CIE-Lab40.9278-8.753414.1969

#5b6449 color RGB value is (91,100,73).

#5b6449 hex color red value is 91, green value is 100 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #5b6449 hue: 0.22 , saturation: 0.16 and the lightness value of 5b6449 is 0.34.

The process color (four color CMYK) of #5b6449 color hex is 0.09, 0.00, 0.27, 0.61. Web safe color of #5b6449 is #666633. Color #5b6449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01100100 01001001
Octal 133 144 111
Decimal 91 100 73
Hex 5B 64 49

RGB Percentages of Color #5b6449

%34.47
%37.88
%27.65

CMYK Percentages of Color #5b6449

%9
%0
%27
%61

Triadic Colors of #5b6449

#5b6449 #495b64 #64495b

Analogous Colors of #5b6449

#5b6449 #4e6449 #646049

Monochromatic Colors of #5b6449

#5b6449

Complementary Color

#5b6449 #524964

#5b6449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6449 Color CSS Codes

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

#5b6449 Text Font Color

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

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


#5b6449 Background Color

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

This div background color is #5b6449


#5b6449 Border Color

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

This div border color is #5b6449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6449


Comments

No comments written yet.

Please login to write comment.