COLOR #5B4955

HEX: #5B4955
RGB: (91,73,85)

Color info

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

RGB color model

#5B4955 color RGB value is (91,73,85).

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

RGB channels and saturation

R 91 of 255 = 36%
G 73 of 255 = 29%
B 85 of 255 = 33%

91
73
85

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

Portions of RGB colors in percentages

R + G + B =
91 + 73 + 85 = 249 (100%)
R 91 of 249 ~ 36.55%
G 73 of 249 ~ 29.32%
B 85 of 249 ~ 34.14%

%36.55
%29.32
%34.14

CMYK color model

#5B4955 color CMYK value is (0,20,7,64).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 6.59%
  • key color value is 64.31%
CMYK:
(0,20,7,64)
C0M20Y7K64 
(0%,20%,7%,64%)
(0.00/0.20/0.07/0.64)	

CMYK percentages

%0
%19.78
%6.59
%64.31

Codes

Color #5B4955 in popluar color models

5B4955
RGB917385
HSL320°10.98%32.16%
HSB/HSV320°19.78%35.69%
CMYK0.00%19.78%6.59%
64.31%

Color #5B4955 in popluar number systems.

HEX5B4955
Decimal917385
Binary101101110010011010101
Octal133111125

Shades and tints

Shades of #5B4955

#5B4955
(91,73,85)
#53434E
(83,67,78)
#4B3D47
(75,61,71)
#433740
(67,55,64)
#3B3139
(59,49,57)
#332B32
(51,43,50)
#2B252B
(43,37,43)
#231F24
(35,31,36)
#1B191D
(27,25,29)
#131316
(19,19,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #5B4955

#5B4955
(91,73,85)
#695964
(105,89,100)
#776973
(119,105,115)
#857982
(133,121,130)
#938991
(147,137,145)
#A199A0
(161,153,160)
#AFA9AF
(175,169,175)
#BDB9BE
(189,185,190)
#CBC9CD
(203,201,205)
#D9D9DC
(217,217,220)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4955; }

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

This text font color is #5B4955.


Background Color

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

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

This div background color is #5B4955.


Border color

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

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

This div border color is #5B4955.


Opacity

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

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

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

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

This text has shadow with #5B4955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4955 on black background.


Color preview on white background

This text has color #5B4955 on white background.



Black color preview on #5B4955 background

This text has black color on #5B4955 background.


White color preview on #5B4955 background

This text has white color on #5B4955 background.