COLOR #5B554C

HEX: #5B554C
RGB: (91,85,76)

Color info

#5B554C contains red, green and blue colors in about the same proportion. Web safe color of #5B554C is #666633 (or #663).

RGB color model

#5B554C color RGB value is (91,85,76).

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

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 76 of 255 = 30%

91
85
76

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

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 76 = 252 (100%)
R 91 of 252 ~ 36.11%
G 85 of 252 ~ 33.73%
B 76 of 252 ~ 30.16%

%36.11
%33.73
%30.16

CMYK color model

#5B554C color CMYK value is (0,7,16,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 16.48%
  • key color value is 64.31%
CMYK:
(0,7,16,64)
C0M7Y16K64 
(0%,7%,16%,64%)
(0.00/0.07/0.16/0.64)	

CMYK percentages

%0
%6.59
%16.48
%64.31

Codes

Color #5B554C in popluar color models

5B554C
RGB918576
HSL36°8.98%32.75%
HSB/HSV36°16.48%35.69%
CMYK0.00%6.59%16.48%
64.31%

Color #5B554C in popluar number systems.

HEX5B554C
Decimal918576
Binary101101110101011001100
Octal133125114

Shades and tints

Shades of #5B554C

#5B554C
(91,85,76)
#534E46
(83,78,70)
#4B4740
(75,71,64)
#43403A
(67,64,58)
#3B3934
(59,57,52)
#33322E
(51,50,46)
#2B2B28
(43,43,40)
#232422
(35,36,34)
#1B1D1C
(27,29,28)
#131616
(19,22,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #5B554C

#5B554C
(91,85,76)
#69645C
(105,100,92)
#77736C
(119,115,108)
#85827C
(133,130,124)
#93918C
(147,145,140)
#A1A09C
(161,160,156)
#AFAFAC
(175,175,172)
#BDBEBC
(189,190,188)
#CBCDCC
(203,205,204)
#D9DCDC
(217,220,220)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B554C; }

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

This text font color is #5B554C.


Background Color

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

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

This div background color is #5B554C.


Border color

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

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

This div border color is #5B554C.


Opacity

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

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

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

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

This text has shadow with #5B554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B554C on black background.


Color preview on white background

This text has color #5B554C on white background.



Black color preview on #5B554C background

This text has black color on #5B554C background.


White color preview on #5B554C background

This text has white color on #5B554C background.