Color Hex Logo

#5b654f Color Hex

#5B654F
(91,101,79)
0 Favorites   0 Comments

Color spaces of #5b654f

RGB 9110179
HSL0.240.120.35
HSV87°22°40°
CMYK 0.100.000.22   0.60
XYZ10.379312.09609.1849
Yxy12.09600.32780.3821
Hunter Lab34.7793-7.59358.6876
CIE-Lab41.3683-8.287011.1970

#5b654f color RGB value is (91,101,79).

#5b654f hex color red value is 91, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5b654f hue: 0.24 , saturation: 0.12 and the lightness value of 5b654f is 0.35.

The process color (four color CMYK) of #5b654f color hex is 0.10, 0.00, 0.22, 0.60. Web safe color of #5b654f is #666666. Color #5b654f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01100101 01001111
Octal 133 145 117
Decimal 91 101 79
Hex 5B 65 4F

RGB Percentages of Color #5b654f

%33.58
%37.27
%29.15

CMYK Percentages of Color #5b654f

%10
%0
%22
%60

Triadic Colors of #5b654f

#5b654f #4f5b65 #654f5b

Analogous Colors of #5b654f

#5b654f #50654f #65644f

Monochromatic Colors of #5b654f

#5b654f

Complementary Color

#5b654f #594f65

#5b654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b654f Color CSS Codes

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

#5b654f Text Font Color

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

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


#5b654f Background Color

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

This div background color is #5b654f


#5b654f Border Color

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

This div border color is #5b654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b654f


Comments

No comments written yet.

Please login to write comment.