Color Hex Logo

#5b404c Color Hex

#5B404C
(91,64,76)
0 Favorites   0 Comments

Color spaces of #5b404c

RGB 916476
HSL0.930.170.30
HSV333°30°36°
CMYK 0.000.300.16   0.64
XYZ7.45236.41277.6825
Yxy6.41270.34590.2976
Hunter Lab25.32338.2143-0.2609
CIE-Lab30.430713.8712-2.5910

#5b404c color RGB value is (91,64,76).

#5b404c hex color red value is 91, green value is 64 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #5b404c hue: 0.93 , saturation: 0.17 and the lightness value of 5b404c is 0.30.

The process color (four color CMYK) of #5b404c color hex is 0.00, 0.30, 0.16, 0.64. Web safe color of #5b404c is #663333. Color #5b404c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01000000 01001100
Octal 133 100 114
Decimal 91 64 76
Hex 5B 40 4C

RGB Percentages of Color #5b404c

%39.39
%27.71
%32.90

CMYK Percentages of Color #5b404c

%0
%30
%16
%64

Triadic Colors of #5b404c

#5b404c #4c5b40 #404c5b

Analogous Colors of #5b404c

#5b404c #5b4240 #5b405a

Monochromatic Colors of #5b404c

#5b404c

Complementary Color

#5b404c #405b4f

#5b404c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b404c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b404c Color CSS Codes

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

#5b404c Text Font Color

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

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


#5b404c Background Color

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

This div background color is #5b404c


#5b404c Border Color

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

This div border color is #5b404c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b404c

#5b404c Color Palettes


Comments

No comments written yet.

Please login to write comment.