COLOR #5B5D50

HEX: #5B5D50
RGB: (91,93,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
93
80

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

Portions of RGB colors in percentages

R + G + B =
91 + 93 + 80 = 264 (100%)
R 91 of 264 ~ 34.47%
G 93 of 264 ~ 35.23%
B 80 of 264 ~ 30.3%

%34.47
%35.23
%30.3

CMYK color model

#5B5D50 color CMYK value is (2,0,14,64).

  • cyan value is 2.15%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(2,0,14,64)
C2M0Y14K64 
(2%,0%,14%,64%)
(0.02/0.00/0.14/0.64)	

CMYK percentages

%2.15
%0
%13.98
%63.53

Codes

Color #5B5D50 in popluar color models

5B5D50
RGB919380
HSL69°7.51%33.92%
HSB/HSV69°13.98%36.47%
CMYK2.15%0.00%13.98%
63.53%

Color #5B5D50 in popluar number systems.

HEX5B5D50
Decimal919380
Binary101101110111011010000
Octal133135120

Shades and tints

Shades of #5B5D50

#5B5D50
(91,93,80)
#535549
(83,85,73)
#4B4D42
(75,77,66)
#43453B
(67,69,59)
#3B3D34
(59,61,52)
#33352D
(51,53,45)
#2B2D26
(43,45,38)
#23251F
(35,37,31)
#1B1D18
(27,29,24)
#131511
(19,21,17)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #5B5D50

#5B5D50
(91,93,80)
#696B5F
(105,107,95)
#77796E
(119,121,110)
#85877D
(133,135,125)
#93958C
(147,149,140)
#A1A39B
(161,163,155)
#AFB1AA
(175,177,170)
#BDBFB9
(189,191,185)
#CBCDC8
(203,205,200)
#D9DBD7
(217,219,215)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5D50; }

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

This text font color is #5B5D50.


Background Color

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

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

This div background color is #5B5D50.


Border color

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

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

This div border color is #5B5D50.


Opacity

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

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

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

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

This text has shadow with #5B5D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5D50 on black background.


Color preview on white background

This text has color #5B5D50 on white background.



Black color preview on #5B5D50 background

This text has black color on #5B5D50 background.


White color preview on #5B5D50 background

This text has white color on #5B5D50 background.