COLOR #5B5B50

HEX: #5B5B50
RGB: (91,91,80)

Color info

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

RGB color model

#5B5B50 color RGB value is (91,91,80).

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

RGB channels and saturation

R 91 of 255 = 36%
G 91 of 255 = 36%
B 80 of 255 = 31%

91
91
80

R + G + B ~ 34%. #5B5B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 91 + 80 = 262 (100%)
R 91 of 262 ~ 34.73%
G 91 of 262 ~ 34.73%
B 80 of 262 ~ 30.53%

%34.73
%34.73
%30.53

CMYK color model

#5B5B50 color CMYK value is (0,0,12,64).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 64.31%
CMYK:
(0,0,12,64)
C0M0Y12K64 
(0%,0%,12%,64%)
(0.00/0.00/0.12/0.64)	

CMYK percentages

%0
%0
%12.09
%64.31

Codes

Color #5B5B50 in popluar color models

5B5B50
RGB919180
HSL60°6.43%33.53%
HSB/HSV60°12.09%35.69%
CMYK0.00%0.00%12.09%
64.31%

Color #5B5B50 in popluar number systems.

HEX5B5B50
Decimal919180
Binary101101110110111010000
Octal133133120

Shades and tints

Shades of #5B5B50

#5B5B50
(91,91,80)
#535349
(83,83,73)
#4B4B42
(75,75,66)
#43433B
(67,67,59)
#3B3B34
(59,59,52)
#33332D
(51,51,45)
#2B2B26
(43,43,38)
#23231F
(35,35,31)
#1B1B18
(27,27,24)
#131311
(19,19,17)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #5B5B50

#5B5B50
(91,91,80)
#69695F
(105,105,95)
#77776E
(119,119,110)
#85857D
(133,133,125)
#93938C
(147,147,140)
#A1A19B
(161,161,155)
#AFAFAA
(175,175,170)
#BDBDB9
(189,189,185)
#CBCBC8
(203,203,200)
#D9D9D7
(217,217,215)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5B50; }

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

This text font color is #5B5B50.


Background Color

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

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

This div background color is #5B5B50.


Border color

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

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

This div border color is #5B5B50.


Opacity

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

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

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

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

This text has shadow with #5B5B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5B50 on black background.


Color preview on white background

This text has color #5B5B50 on white background.



Black color preview on #5B5B50 background

This text has black color on #5B5B50 background.


White color preview on #5B5B50 background

This text has white color on #5B5B50 background.