COLOR #5B4D55

HEX: #5B4D55
RGB: (91,77,85)

Color info

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

RGB color model

#5B4D55 color RGB value is (91,77,85).

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

RGB channels and saturation

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

91
77
85

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

Portions of RGB colors in percentages

R + G + B =
91 + 77 + 85 = 253 (100%)
R 91 of 253 ~ 35.97%
G 77 of 253 ~ 30.43%
B 85 of 253 ~ 33.6%

%35.97
%30.43
%33.6

CMYK color model

#5B4D55 color CMYK value is (0,15,7,64).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 6.59%
  • key color value is 64.31%
CMYK:
(0,15,7,64)
C0M15Y7K64 
(0%,15%,7%,64%)
(0.00/0.15/0.07/0.64)	

CMYK percentages

%0
%15.38
%6.59
%64.31

Codes

Color #5B4D55 in popluar color models

5B4D55
RGB917785
HSL326°8.33%32.94%
HSB/HSV326°15.38%35.69%
CMYK0.00%15.38%6.59%
64.31%

Color #5B4D55 in popluar number systems.

HEX5B4D55
Decimal917785
Binary101101110011011010101
Octal133115125

Shades and tints

Shades of #5B4D55

#5B4D55
(91,77,85)
#53464E
(83,70,78)
#4B3F47
(75,63,71)
#433840
(67,56,64)
#3B3139
(59,49,57)
#332A32
(51,42,50)
#2B232B
(43,35,43)
#231C24
(35,28,36)
#1B151D
(27,21,29)
#130E16
(19,14,22)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #5B4D55

#5B4D55
(91,77,85)
#695D64
(105,93,100)
#776D73
(119,109,115)
#857D82
(133,125,130)
#938D91
(147,141,145)
#A19DA0
(161,157,160)
#AFADAF
(175,173,175)
#BDBDBE
(189,189,190)
#CBCDCD
(203,205,205)
#D9DDDC
(217,221,220)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4D55; }

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

This text font color is #5B4D55.


Background Color

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

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

This div background color is #5B4D55.


Border color

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

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

This div border color is #5B4D55.


Opacity

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

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

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

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

This text has shadow with #5B4D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4D55 on black background.


Color preview on white background

This text has color #5B4D55 on white background.



Black color preview on #5B4D55 background

This text has black color on #5B4D55 background.


White color preview on #5B4D55 background

This text has white color on #5B4D55 background.