COLOR #5B4E5D

HEX: #5B4E5D
RGB: (91,78,93)

Color info

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

RGB color model

#5B4E5D color RGB value is (91,78,93).

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

RGB channels and saturation

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

91
78
93

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

Portions of RGB colors in percentages

R + G + B =
91 + 78 + 93 = 262 (100%)
R 91 of 262 ~ 34.73%
G 78 of 262 ~ 29.77%
B 93 of 262 ~ 35.5%

%34.73
%29.77
%35.5

CMYK color model

#5B4E5D color CMYK value is (2,16,0,64).

  • cyan value is 2.15%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(2,16,0,64)
C2M16Y0K64 
(2%,16%,0%,64%)
(0.02/0.16/0.00/0.64)	

CMYK percentages

%2.15
%16.13
%0
%63.53

Codes

Color #5B4E5D in popluar color models

5B4E5D
RGB917893
HSL292°8.77%33.53%
HSB/HSV292°16.13%36.47%
CMYK2.15%16.13%0.00%
63.53%

Color #5B4E5D in popluar number systems.

HEX5B4E5D
Decimal917893
Binary101101110011101011101
Octal133116135

Shades and tints

Shades of #5B4E5D

#5B4E5D
(91,78,93)
#534755
(83,71,85)
#4B404D
(75,64,77)
#433945
(67,57,69)
#3B323D
(59,50,61)
#332B35
(51,43,53)
#2B242D
(43,36,45)
#231D25
(35,29,37)
#1B161D
(27,22,29)
#130F15
(19,15,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #5B4E5D

#5B4E5D
(91,78,93)
#695E6B
(105,94,107)
#776E79
(119,110,121)
#857E87
(133,126,135)
#938E95
(147,142,149)
#A19EA3
(161,158,163)
#AFAEB1
(175,174,177)
#BDBEBF
(189,190,191)
#CBCECD
(203,206,205)
#D9DEDB
(217,222,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4E5D; }

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

This text font color is #5B4E5D.


Background Color

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

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

This div background color is #5B4E5D.


Border color

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

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

This div border color is #5B4E5D.


Opacity

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

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

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

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

This text has shadow with #5B4E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4E5D on black background.


Color preview on white background

This text has color #5B4E5D on white background.



Black color preview on #5B4E5D background

This text has black color on #5B4E5D background.


White color preview on #5B4E5D background

This text has white color on #5B4E5D background.