COLOR #5B4D5A

HEX: #5B4D5A
RGB: (91,77,90)

Color info

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

RGB color model

#5B4D5A color RGB value is (91,77,90).

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

RGB channels and saturation

R 91 of 255 = 36%
G 77 of 255 = 30%
B 90 of 255 = 35%

91
77
90

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

Portions of RGB colors in percentages

R + G + B =
91 + 77 + 90 = 258 (100%)
R 91 of 258 ~ 35.27%
G 77 of 258 ~ 29.84%
B 90 of 258 ~ 34.88%

%35.27
%29.84
%34.88

CMYK color model

#5B4D5A color CMYK value is (0,15,1,64).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 1.10%
  • key color value is 64.31%
CMYK: (0,15,1,64) C0M15Y1K64 (0%,15%,1%,64%) (0.00/0.15/0.01/0.64)

CMYK percentages

%0
%15.38
%1.1
%64.31

Codes

Color #5B4D5A in popluar color models

5B4D5A
RGB917790
HSL304°8.33%32.94%
HSB/HSV304°15.38%35.69%
CMYK0.00%15.38%1.10%
64.31%

Color #5B4D5A in popluar number systems.

HEX5B4D5A
Decimal917790
Binary101101110011011011010
Octal133115132

Shades and tints

Shades of #5B4D5A

#5B4D5A
(91,77,90)
#534652
(83,70,82)
#4B3F4A
(75,63,74)
#433842
(67,56,66)
#3B313A
(59,49,58)
#332A32
(51,42,50)
#2B232A
(43,35,42)
#231C22
(35,28,34)
#1B151A
(27,21,26)
#130E12
(19,14,18)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #5B4D5A

#5B4D5A
(91,77,90)
#695D69
(105,93,105)
#776D78
(119,109,120)
#857D87
(133,125,135)
#938D96
(147,141,150)
#A19DA5
(161,157,165)
#AFADB4
(175,173,180)
#BDBDC3
(189,189,195)
#CBCDD2
(203,205,210)
#D9DDE1
(217,221,225)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4D5A; }

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

This text font color is #5B4D5A.


Background Color

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

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

This div background color is #5B4D5A.


Border color

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

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

This div border color is #5B4D5A.


Opacity

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

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

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

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

This text has shadow with #5B4D5A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5B4D5A on black background.


Color preview on white background

This text has color #5B4D5A on white background.



Black color preview on #5B4D5A background

This text has black color on #5B4D5A background.


White color preview on #5B4D5A background

This text has white color on #5B4D5A background.