COLOR #5B4C50

HEX: #5B4C50
RGB: (91,76,80)

Color info

#5B4C50 contains red, green and blue colors in about the same proportion. Web safe color of #5B4C50 is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

91
76
80

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

Portions of RGB colors in percentages

R + G + B =
91 + 76 + 80 = 247 (100%)
R 91 of 247 ~ 36.84%
G 76 of 247 ~ 30.77%
B 80 of 247 ~ 32.39%

%36.84
%30.77
%32.39

CMYK color model

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

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

CMYK percentages

%0
%16.48
%12.09
%64.31

Codes

Color #5B4C50 in popluar color models

5B4C50
RGB917680
HSL344°8.98%32.75%
HSB/HSV344°16.48%35.69%
CMYK0.00%16.48%12.09%
64.31%

Color #5B4C50 in popluar number systems.

HEX5B4C50
Decimal917680
Binary101101110011001010000
Octal133114120

Shades and tints

Shades of #5B4C50

#5B4C50
(91,76,80)
#534649
(83,70,73)
#4B4042
(75,64,66)
#433A3B
(67,58,59)
#3B3434
(59,52,52)
#332E2D
(51,46,45)
#2B2826
(43,40,38)
#23221F
(35,34,31)
#1B1C18
(27,28,24)
#131611
(19,22,17)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #5B4C50

#5B4C50
(91,76,80)
#695C5F
(105,92,95)
#776C6E
(119,108,110)
#857C7D
(133,124,125)
#938C8C
(147,140,140)
#A19C9B
(161,156,155)
#AFACAA
(175,172,170)
#BDBCB9
(189,188,185)
#CBCCC8
(203,204,200)
#D9DCD7
(217,220,215)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4C50; }

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

This text font color is #5B4C50.


Background Color

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

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

This div background color is #5B4C50.


Border color

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

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

This div border color is #5B4C50.


Opacity

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

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

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

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

This text has shadow with #5B4C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4C50 on black background.


Color preview on white background

This text has color #5B4C50 on white background.



Black color preview on #5B4C50 background

This text has black color on #5B4C50 background.


White color preview on #5B4C50 background

This text has white color on #5B4C50 background.