COLOR #5B554E

HEX: #5B554E
RGB: (91,85,78)

Color info

#5B554E contains red, green and blue colors in about the same proportion. Web safe color of #5B554E is #666666 (or #666).

RGB color model

#5B554E color RGB value is (91,85,78).

  • red value is 91;
  • green value is 85;
  • blue value is 78.
RGB:
(91,85,78)
(36%,33%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 78 of 255 = 31%

91
85
78

R + G + B ~ 33%. #5B554E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 78 = 254 (100%)
R 91 of 254 ~ 35.83%
G 85 of 254 ~ 33.46%
B 78 of 254 ~ 30.71%

%35.83
%33.46
%30.71

CMYK color model

#5B554E color CMYK value is (0,7,14,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 14.29%
  • key color value is 64.31%
CMYK:
(0,7,14,64)
C0M7Y14K64 
(0%,7%,14%,64%)
(0.00/0.07/0.14/0.64)	

CMYK percentages

%0
%6.59
%14.29
%64.31

Codes

Color #5B554E in popluar color models

5B554E
RGB918578
HSL32°7.69%33.14%
HSB/HSV32°14.29%35.69%
CMYK0.00%6.59%14.29%
64.31%

Color #5B554E in popluar number systems.

HEX5B554E
Decimal918578
Binary101101110101011001110
Octal133125116

Shades and tints

Shades of #5B554E

#5B554E
(91,85,78)
#534E47
(83,78,71)
#4B4740
(75,71,64)
#434039
(67,64,57)
#3B3932
(59,57,50)
#33322B
(51,50,43)
#2B2B24
(43,43,36)
#23241D
(35,36,29)
#1B1D16
(27,29,22)
#13160F
(19,22,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #5B554E

#5B554E
(91,85,78)
#69645E
(105,100,94)
#77736E
(119,115,110)
#85827E
(133,130,126)
#93918E
(147,145,142)
#A1A09E
(161,160,158)
#AFAFAE
(175,175,174)
#BDBEBE
(189,190,190)
#CBCDCE
(203,205,206)
#D9DCDE
(217,220,222)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B554E color. Also use rgb(91,85,78) instead hex code.

Text Font Color

.myTextColor { color: #5B554E; }

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

This text font color is #5B554E.


Background Color

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

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

This div background color is #5B554E.


Border color

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

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

This div border color is #5B554E.


Opacity

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

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

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

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

This text has shadow with #5B554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B554E on black background.


Color preview on white background

This text has color #5B554E on white background.



Black color preview on #5B554E background

This text has black color on #5B554E background.


White color preview on #5B554E background

This text has white color on #5B554E background.