COLOR #5B404D

HEX: #5B404D
RGB: (91,64,77)

Color info

#5B404D contains red, green and blue colors in about the same proportion. Web safe color of #5B404D is #663333 (or #633).

RGB color model

#5B404D color RGB value is (91,64,77).

  • red value is 91;
  • green value is 64;
  • blue value is 77.
RGB:
(91,64,77)
(36%,25%,30%)

RGB channels and saturation

R 91 of 255 = 36%
G 64 of 255 = 25%
B 77 of 255 = 30%

91
64
77

R + G + B ~ 30%. #5B404D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 64 + 77 = 232 (100%)
R 91 of 232 ~ 39.22%
G 64 of 232 ~ 27.59%
B 77 of 232 ~ 33.19%

%39.22
%27.59
%33.19

CMYK color model

#5B404D color CMYK value is (0,30,15,64).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 15.38%
  • key color value is 64.31%
CMYK:
(0,30,15,64)
C0M30Y15K64 
(0%,30%,15%,64%)
(0.00/0.30/0.15/0.64)	

CMYK percentages

%0
%29.67
%15.38
%64.31

Codes

Color #5B404D in popluar color models

5B404D
RGB916477
HSL331°17.42%30.39%
HSB/HSV331°29.67%35.69%
CMYK0.00%29.67%15.38%
64.31%

Color #5B404D in popluar number systems.

HEX5B404D
Decimal916477
Binary101101110000001001101
Octal133100115

Shades and tints

Shades of #5B404D

#5B404D
(91,64,77)
#533B46
(83,59,70)
#4B363F
(75,54,63)
#433138
(67,49,56)
#3B2C31
(59,44,49)
#33272A
(51,39,42)
#2B2223
(43,34,35)
#231D1C
(35,29,28)
#1B1815
(27,24,21)
#13130E
(19,19,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #5B404D

#5B404D
(91,64,77)
#69515D
(105,81,93)
#77626D
(119,98,109)
#85737D
(133,115,125)
#93848D
(147,132,141)
#A1959D
(161,149,157)
#AFA6AD
(175,166,173)
#BDB7BD
(189,183,189)
#CBC8CD
(203,200,205)
#D9D9DD
(217,217,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B404D color. Also use rgb(91,64,77) instead hex code.

Text Font Color

.myTextColor { color: #5B404D; }

<p style="color:#5B404D">This sample text font color is #5B404D.</p>

This text font color is #5B404D.


Background Color

.myBgColor { background-color: #5B404D; }

<div style="background-color:#5B404D">Inner text</div>

This div background color is #5B404D.


Border color

.myBorderColor { border: 1px solid #5B404D; }

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

This div border color is #5B404D.


Opacity

.myOpacity80 { color: #5B404D; opacity: 0.8; }

<p style="color:#5B404D;opacity:0.8;">80%</p>

Text with #5B404D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5B404D;}

<p style="text-shadow: 3px 3px 1px #5B404D">Text here.</p>

This text has shadow with #5B404D color.

.textShadow {text-shadow: 3px 3px 1px #5B404D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5B404D, 5px 5px 20px red">Text here.</p>

This text has shadow with #5B404D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B404D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5B404D, Direction=45, Strength=4)">Text</p>

This text has shadow with #5B404D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5B404D;
  -webkit-box-shadow:	1px 1px 3px 2px #5B404D;
  box-shadow:		1px 1px 3px 2px #5B404D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B404D;
-webkit-box-shadow: 1px 1px 3px 2px #5B404D;
box-shadow:1px 1px 3px 2px #5B404D;">
Div content here</div>
This div box has shadow with color #5B404D.

Preview

Color preview on black background

This text has color #5B404D on black background.


Color preview on white background

This text has color #5B404D on white background.



Black color preview on #5B404D background

This text has black color on #5B404D background.


White color preview on #5B404D background

This text has white color on #5B404D background.