COLOR #5B4B5F

HEX: #5B4B5F
RGB: (91,75,95)

Color info

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

RGB color model

#5B4B5F color RGB value is (91,75,95).

  • red value is 91;
  • green value is 75;
  • blue value is 95.
RGB:
(91,75,95)
(36%,29%,37%)

RGB channels and saturation

R 91 of 255 = 36%
G 75 of 255 = 29%
B 95 of 255 = 37%

91
75
95

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

Portions of RGB colors in percentages

R + G + B =
91 + 75 + 95 = 261 (100%)
R 91 of 261 ~ 34.87%
G 75 of 261 ~ 28.74%
B 95 of 261 ~ 36.4%

%34.87
%28.74
%36.4

CMYK color model

#5B4B5F color CMYK value is (4,21,0,63).

  • cyan value is 4.21%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(4,21,0,63)
C4M21Y0K63 
(4%,21%,0%,63%)
(0.04/0.21/0.00/0.63)	

CMYK percentages

%4.21
%21.05
%0
%62.75

Codes

Color #5B4B5F in popluar color models

5B4B5F
RGB917595
HSL288°11.76%33.33%
HSB/HSV288°21.05%37.25%
CMYK4.21%21.05%0.00%
62.75%

Color #5B4B5F in popluar number systems.

HEX5B4B5F
Decimal917595
Binary101101110010111011111
Octal133113137

Shades and tints

Shades of #5B4B5F

#5B4B5F
(91,75,95)
#534557
(83,69,87)
#4B3F4F
(75,63,79)
#433947
(67,57,71)
#3B333F
(59,51,63)
#332D37
(51,45,55)
#2B272F
(43,39,47)
#232127
(35,33,39)
#1B1B1F
(27,27,31)
#131517
(19,21,23)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #5B4B5F

#5B4B5F
(91,75,95)
#695B6D
(105,91,109)
#776B7B
(119,107,123)
#857B89
(133,123,137)
#938B97
(147,139,151)
#A19BA5
(161,155,165)
#AFABB3
(175,171,179)
#BDBBC1
(189,187,193)
#CBCBCF
(203,203,207)
#D9DBDD
(217,219,221)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4B5F color. Also use rgb(91,75,95) instead hex code.

Text Font Color

.myTextColor { color: #5B4B5F; }

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

This text font color is #5B4B5F.


Background Color

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

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

This div background color is #5B4B5F.


Border color

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

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

This div border color is #5B4B5F.


Opacity

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

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

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

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

This text has shadow with #5B4B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4B5F on black background.


Color preview on white background

This text has color #5B4B5F on white background.



Black color preview on #5B4B5F background

This text has black color on #5B4B5F background.


White color preview on #5B4B5F background

This text has white color on #5B4B5F background.