COLOR #5B494D

HEX: #5B494D RGB: (91,73,77)

Color info

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

RGB color model

#5B494D color RGB value is (91,73,77).

RGB: (91,73,77) (36%, 29%, 30%)

RGB channels and saturation

R 91 of 255 = 36%
G 73 of 255 = 29%
B 77 of 255 = 30%

91
73
77

R + G + B ~ 32%. #5B494D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 73 + 77 = 241 (100%)
R 91 of 241 ~ 37.76%
G 73 of 241 ~ 30.29%
B 77 of 241 ~ 31.95'%

%37.76
%30.29
%31.95

CMYK color model

#5B494D color CMYK value is (0,20,15,64).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 15.38%
  • key color value is 64.31%

CMYK: (0,20,15,64)
C0M20Y15K64 (0%, 20%, 15%, 64%)
(0.00 / 0.20 / 0.15 / 0.64)

CMYK percentages

%0
%19.78
%15.38
%64.31

Codes

Color #5B494D in popluar color models

5B 49 4D
RGB 91 73 77
HSL 347° 10.98% 32.16%
HSB/HSV 347° 19.78% 35.69%
CMYK 0.00% 19.78% 15.38%
64.31%

Color #5B494D in popluar number systems.

HEX 5B 49 4D
Decimal 91 73 77
Binary 1011011 1001001 1001101
Octal 133 111 115

Shades and tints

Shades of #5B494D

#5B494D
(91,73,77)
#534346
(83,67,70)
#4B3D3F
(75,61,63)
#433738
(67,55,56)
#3B3131
(59,49,49)
#332B2A
(51,43,42)
#2B2523
(43,37,35)
#231F1C
(35,31,28)
#1B1915
(27,25,21)
#13130E
(19,19,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #5B494D

#5B494D
(91,73,77)
#69595D
(105,89,93)
#77696D
(119,105,109)
#85797D
(133,121,125)
#93898D
(147,137,141)
#A1999D
(161,153,157)
#AFA9AD
(175,169,173)
#BDB9BD
(189,185,189)
#CBC9CD
(203,201,205)
#D9D9DD
(217,217,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B494D; }

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

This text font color is #5B494D.

Background Color

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

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

This div background color is #5B494D.

Border color

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

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

This div border color is #5B494D.

Opacity

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

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

Text with #5B494D 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 #5B494D;}

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

This text has shadow with #5B494D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B494D.

Preview

Color preview on black background

This text has color #5B494D on black background.


Color preview on white background

This text has color #5B494D on white background.


Black color preview on #5B494D background

This text has black color on #5B494D background.


White color preview on #5B494D background

This text has white color on #5B494D background.


Related colors

Complementary color

Complementary color for #hex is #A4B6B2.


I love getcolorcode.com

Triadic colors

1 #4D5B49 and #494D5B with #5B494D are triadic colors.

2 #4D495B and #495B4D with #5B494D are triadic colors.